#include <gamehandler.h>
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 | romname |
| QString | romfullpath |
| QString | gamename |
| QString | rompath |
| int | foundloc |
Definition at line 26 of file gamehandler.h.
| GameScan::GameScan | ( | QString | lromname = "", |
|
| QString | lromfullpath = "", |
|||
| int | lfoundloc = 0, |
|||
| QString | lgamename = "", |
|||
| QString | lrompath = "" | |||
| ) | [inline] |
Definition at line 29 of file gamehandler.h.
| QString GameScan::Rom | ( | void | ) | const [inline] |
Definition at line 35 of file gamehandler.h.
Referenced by GameHandler::customEvent(), and GameHandler::promptForRemoval().
| QString GameScan::RomFullPath | ( | void | ) | const [inline] |
Definition at line 36 of file gamehandler.h.
Referenced by GameHandler::customEvent(), and GameHandler::promptForRemoval().
| int GameScan::FoundLoc | ( | void | ) | const [inline] |
Definition at line 37 of file gamehandler.h.
| void GameScan::setLoc | ( | int | lfoundloc | ) | [inline] |
Definition at line 38 of file gamehandler.h.
| QString GameScan::GameName | ( | void | ) | const [inline] |
Definition at line 39 of file gamehandler.h.
| QString GameScan::RomPath | ( | void | ) | const [inline] |
Definition at line 40 of file gamehandler.h.
QString GameScan::romname [private] |
Definition at line 43 of file gamehandler.h.
Referenced by Rom().
QString GameScan::romfullpath [private] |
Definition at line 44 of file gamehandler.h.
Referenced by RomFullPath().
QString GameScan::gamename [private] |
Definition at line 45 of file gamehandler.h.
Referenced by GameName().
QString GameScan::rompath [private] |
Definition at line 46 of file gamehandler.h.
Referenced by RomPath().
int GameScan::foundloc [private] |
Definition at line 47 of file gamehandler.h.
Referenced by FoundLoc(), and setLoc().
1.6.3