#include <rominfo.h>
Definition at line 8 of file rominfo.h.
Public Member Functions | |
| RomInfo (QString lromname="", QString lsystem="", QString lgamename="", QString lgenre="", QString lyear="", bool lfavorite=FALSE, QString lrompath="", QString lcountry="", QString lcrc_value="", int ldiskcount=0, QString lgametype="", int lromcount=0, QString lallsystems="", QString lpublisher="", QString lversion="") | |
| RomInfo (const RomInfo &lhs) | |
| virtual | ~RomInfo () |
| bool | FindImage (QString BaseFileName, QString *result) |
| QString | Rompath () const |
| void | setRompath (const QString &lrompath) |
| QString | Romname () const |
| void | setRomname (const QString &lromname) |
| QString | System () |
| void | setSystem (const QString &lsystem) |
| QString | Gamename () |
| void | setGamename (const QString &lgamename) |
| QString | Genre () |
| void | setGenre (const QString &lgenre) |
| QString | Country () |
| void | setCountry (const QString &lcountry) |
| QString | GameType () |
| void | setGameType (const QString &lgametype) |
| int | RomCount () |
| void | setRomCount (const int &lromcount) |
| QString | AllSystems () |
| void | setAllSystems (const QString &lallsystems) |
| int | DiskCount () |
| void | setDiskCount (const int &ldiskcount) |
| QString | CRC_VALUE () |
| void | setCRC_VALUE (const QString &lcrc_value) |
| QString | ImagePath () |
| void | setImagePath (const QString &limagepath) |
| QString | Publisher () |
| void | setPublisher (const QString &lpublisher) |
| QString | Version () |
| void | setVersion (const QString &lversion) |
| QString | Year () |
| void | setYear (const QString &lyear) |
| int | Favorite () |
| virtual void | setFavorite () |
| QString | getExtension () |
| virtual void | setField (QString field, QString data) |
| virtual void | fillData () |
| virtual void | edit_rominfo () |
Protected Attributes | |
| QString | romname |
| QString | system |
| QString | gamename |
| QString | genre |
| QString | imagepath |
| QString | country |
| QString | crc_value |
| QString | gametype |
| QString | allsystems |
| QString | publisher |
| QString | version |
| int | romcount |
| int | diskcount |
| QString | year |
| bool | favorite |
| QString | rompath |
| RomInfo::RomInfo | ( | QString | lromname = "", |
|
| QString | lsystem = "", |
|||
| QString | lgamename = "", |
|||
| QString | lgenre = "", |
|||
| QString | lyear = "", |
|||
| bool | lfavorite = FALSE, |
|||
| QString | lrompath = "", |
|||
| QString | lcountry = "", |
|||
| QString | lcrc_value = "", |
|||
| int | ldiskcount = 0, |
|||
| QString | lgametype = "", |
|||
| int | lromcount = 0, |
|||
| QString | lallsystems = "", |
|||
| QString | lpublisher = "", |
|||
| QString | lversion = "" | |||
| ) | [inline] |
| bool RomInfo::FindImage | ( | QString | BaseFileName, | |
| QString * | result | |||
| ) |
| QString RomInfo::Rompath | ( | ) | const [inline] |
Definition at line 57 of file rominfo.h.
Referenced by GameHandler::Launchgame(), and GameTreeItem::showGameInfo().
| void RomInfo::setRompath | ( | const QString & | lrompath | ) | [inline] |
| QString RomInfo::Romname | ( | ) | const [inline] |
Definition at line 60 of file rominfo.h.
Referenced by edit_rominfo(), fillData(), getExtension(), GameTree::handleTreeListEntry(), GameHandler::Launchgame(), operator==(), and GameTreeItem::showGameInfo().
| void RomInfo::setRomname | ( | const QString & | lromname | ) | [inline] |
| QString RomInfo::System | ( | ) | [inline] |
Definition at line 63 of file rominfo.h.
Referenced by GameTreeItem::createChild(), GameTree::fillNode(), GameTreeItem::getFillSql(), and GameHandler::GetHandler().
| void RomInfo::setSystem | ( | const QString & | lsystem | ) | [inline] |
| QString RomInfo::Gamename | ( | ) | [inline] |
Definition at line 66 of file rominfo.h.
Referenced by edit_rominfo(), GameTree::fillNode(), GameTreeItem::getFillSql(), GameTreeItem::showGameInfo(), and GameTree::updateRomInfo().
| void RomInfo::setGamename | ( | const QString & | lgamename | ) | [inline] |
| QString RomInfo::Genre | ( | ) | [inline] |
Definition at line 69 of file rominfo.h.
Referenced by edit_rominfo(), GameTree::fillNode(), GameTreeItem::getFillSql(), GameTreeItem::showGameInfo(), and GameTree::updateRomInfo().
| void RomInfo::setGenre | ( | const QString & | lgenre | ) | [inline] |
| QString RomInfo::Country | ( | ) | [inline] |
Definition at line 72 of file rominfo.h.
Referenced by edit_rominfo(), and GameTreeItem::showGameInfo().
| void RomInfo::setCountry | ( | const QString & | lcountry | ) | [inline] |
| QString RomInfo::GameType | ( | ) | [inline] |
Definition at line 75 of file rominfo.h.
Referenced by edit_rominfo(), and GameTreeItem::showGameInfo().
| void RomInfo::setGameType | ( | const QString & | lgametype | ) | [inline] |
| int RomInfo::RomCount | ( | ) | [inline] |
Definition at line 78 of file rominfo.h.
Referenced by fillData(), and GameTree::handleTreeListSelection().
| void RomInfo::setRomCount | ( | const int & | lromcount | ) | [inline] |
| QString RomInfo::AllSystems | ( | ) | [inline] |
Definition at line 81 of file rominfo.h.
Referenced by GameTree::handleTreeListSelection(), GameTreeItem::showGameInfo(), and GameTree::updateRomInfo().
| void RomInfo::setAllSystems | ( | const QString & | lallsystems | ) | [inline] |
| int RomInfo::DiskCount | ( | ) | [inline] |
| void RomInfo::setDiskCount | ( | const int & | ldiskcount | ) | [inline] |
| QString RomInfo::CRC_VALUE | ( | ) | [inline] |
| void RomInfo::setCRC_VALUE | ( | const QString & | lcrc_value | ) | [inline] |
| QString RomInfo::ImagePath | ( | ) | [inline] |
Definition at line 90 of file rominfo.h.
Referenced by GameTree::handleTreeListEntry(), and GameTree::updateRomInfo().
| void RomInfo::setImagePath | ( | const QString & | limagepath | ) | [inline] |
| QString RomInfo::Publisher | ( | ) | [inline] |
Definition at line 93 of file rominfo.h.
Referenced by edit_rominfo(), GameTree::fillNode(), GameTreeItem::getFillSql(), and GameTreeItem::showGameInfo().
| void RomInfo::setPublisher | ( | const QString & | lpublisher | ) | [inline] |
| QString RomInfo::Version | ( | void | ) | [inline] |
| void RomInfo::setVersion | ( | const QString & | lversion | ) | [inline] |
| QString RomInfo::Year | ( | ) | [inline] |
Definition at line 100 of file rominfo.h.
Referenced by edit_rominfo(), GameTree::fillNode(), GameTreeItem::getFillSql(), GameTreeItem::showGameInfo(), and GameTree::updateRomInfo().
| void RomInfo::setYear | ( | const QString & | lyear | ) | [inline] |
Definition at line 101 of file rominfo.h.
Referenced by GameTreeItem::createChild(), and fillData().
| int RomInfo::Favorite | ( | ) | [inline] |
Definition at line 103 of file rominfo.h.
Referenced by edit_rominfo(), GameTree::toggleFavorite(), and GameTree::updateRomInfo().
| void RomInfo::setFavorite | ( | ) | [virtual] |
| QString RomInfo::getExtension | ( | ) |
| void RomInfo::setField | ( | QString | field, | |
| QString | data | |||
| ) | [virtual] |
Definition at line 142 of file rominfo.cpp.
Referenced by GameTreeItem::createChild(), and fillData().
| void RomInfo::fillData | ( | ) | [virtual] |
| void RomInfo::edit_rominfo | ( | ) | [virtual] |
QString RomInfo::romname [protected] |
Definition at line 113 of file rominfo.h.
Referenced by fillData(), RomInfo(), Romname(), setFavorite(), and setRomname().
QString RomInfo::system [protected] |
Definition at line 114 of file rominfo.h.
Referenced by fillData(), RomInfo(), setField(), setSystem(), and System().
QString RomInfo::gamename [protected] |
Definition at line 115 of file rominfo.h.
Referenced by fillData(), Gamename(), RomInfo(), setField(), and setGamename().
QString RomInfo::genre [protected] |
Definition at line 116 of file rominfo.h.
Referenced by Genre(), RomInfo(), setField(), and setGenre().
QString RomInfo::imagepath [protected] |
QString RomInfo::country [protected] |
Definition at line 118 of file rominfo.h.
Referenced by Country(), RomInfo(), setCountry(), and setField().
QString RomInfo::crc_value [protected] |
Definition at line 119 of file rominfo.h.
Referenced by CRC_VALUE(), RomInfo(), setCRC_VALUE(), and setField().
QString RomInfo::gametype [protected] |
Definition at line 120 of file rominfo.h.
Referenced by fillData(), GameType(), RomInfo(), setField(), and setGameType().
QString RomInfo::allsystems [protected] |
Definition at line 121 of file rominfo.h.
Referenced by AllSystems(), fillData(), RomInfo(), and setAllSystems().
QString RomInfo::publisher [protected] |
Definition at line 122 of file rominfo.h.
Referenced by Publisher(), RomInfo(), setField(), and setPublisher().
QString RomInfo::version [protected] |
int RomInfo::romcount [protected] |
Definition at line 124 of file rominfo.h.
Referenced by RomCount(), RomInfo(), setField(), and setRomCount().
int RomInfo::diskcount [protected] |
Definition at line 125 of file rominfo.h.
Referenced by DiskCount(), RomInfo(), setDiskCount(), and setField().
QString RomInfo::year [protected] |
bool RomInfo::favorite [protected] |
Definition at line 127 of file rominfo.h.
Referenced by Favorite(), RomInfo(), setFavorite(), and setField().
QString RomInfo::rompath [protected] |
Definition at line 128 of file rominfo.h.
Referenced by RomInfo(), Rompath(), setField(), and setRompath().
1.5.5