MythTV  master
Public Member Functions | Private Attributes | List of all members
GameScan Class Reference

#include <gamehandler.h>

Collaboration diagram for GameScan:
Collaboration graph
[legend]

Public Member Functions

 GameScan (QString lromname="", QString lromfullpath="", int lfoundloc=0, QString lgamename="", QString lrompath="")
 
QString Rom (void) const
 
QString RomFullPath (void) const
 
int FoundLoc (void) const
 
void setLoc (int lfoundloc)
 
QString GameName (void) const
 
QString RomPath (void) const
 

Private Attributes

QString m_romname
 
QString m_romfullpath
 
QString m_gamename
 
QString m_rompath
 
int m_foundloc
 

Detailed Description

Definition at line 32 of file gamehandler.h.

Constructor & Destructor Documentation

◆ GameScan()

GameScan::GameScan ( QString  lromname = "",
QString  lromfullpath = "",
int  lfoundloc = 0,
QString  lgamename = "",
QString  lrompath = "" 
)
inlineexplicit

Definition at line 35 of file gamehandler.h.

Member Function Documentation

◆ Rom()

QString GameScan::Rom ( void  ) const
inline

Definition at line 44 of file gamehandler.h.

◆ RomFullPath()

QString GameScan::RomFullPath ( void  ) const
inline

Definition at line 45 of file gamehandler.h.

◆ FoundLoc()

int GameScan::FoundLoc ( void  ) const
inline

Definition at line 46 of file gamehandler.h.

◆ setLoc()

void GameScan::setLoc ( int  lfoundloc)
inline

Definition at line 47 of file gamehandler.h.

◆ GameName()

QString GameScan::GameName ( void  ) const
inline

Definition at line 48 of file gamehandler.h.

◆ RomPath()

QString GameScan::RomPath ( void  ) const
inline

Definition at line 49 of file gamehandler.h.

Member Data Documentation

◆ m_romname

QString GameScan::m_romname
private

Definition at line 52 of file gamehandler.h.

Referenced by Rom().

◆ m_romfullpath

QString GameScan::m_romfullpath
private

Definition at line 53 of file gamehandler.h.

Referenced by RomFullPath().

◆ m_gamename

QString GameScan::m_gamename
private

Definition at line 54 of file gamehandler.h.

Referenced by GameName().

◆ m_rompath

QString GameScan::m_rompath
private

Definition at line 55 of file gamehandler.h.

Referenced by RomPath().

◆ m_foundloc

int GameScan::m_foundloc
private

Definition at line 56 of file gamehandler.h.

Referenced by FoundLoc(), and setLoc().


The documentation for this class was generated from the following file: