Definition at line 18 of file fileassoc.cpp.
Public Member Functions | |
| FileAssociation (const QString &new_extension) | |
| FileAssociation (int i, const QString &e, const QString &p, bool g, bool u) | |
| int | getID () const |
| QString | getExtension () const |
| QString | getCommand () const |
| bool | getDefault () const |
| bool | getIgnore () const |
| void | saveYourself () |
| void | deleteYourselfFromDB () |
| void | setDefault (bool yes_or_no) |
| void | setIgnore (bool yes_or_no) |
| void | setCommand (const QString &new_command) |
Private Member Functions | |
| void | setChanged () |
Private Attributes | |
| int | id |
| QString | extension |
| QString | player_command |
| bool | ignore |
| bool | use_default |
| bool | changed |
| bool | loaded_from_db |
| FileAssociation::FileAssociation | ( | const QString & | new_extension | ) | [inline] |
Definition at line 25 of file fileassoc.cpp.
| FileAssociation::FileAssociation | ( | int | i, | |
| const QString & | e, | |||
| const QString & | p, | |||
| bool | g, | |||
| bool | u | |||
| ) | [inline] |
Definition at line 28 of file fileassoc.cpp.
| int FileAssociation::getID | ( | void | ) | const [inline] |
| QString FileAssociation::getExtension | ( | ) | const [inline] |
Definition at line 33 of file fileassoc.cpp.
| QString FileAssociation::getCommand | ( | ) | const [inline] |
| bool FileAssociation::getDefault | ( | ) | const [inline] |
| bool FileAssociation::getIgnore | ( | ) | const [inline] |
| void FileAssociation::saveYourself | ( | ) | [inline] |
Definition at line 38 of file fileassoc.cpp.
| void FileAssociation::deleteYourselfFromDB | ( | ) | [inline] |
| void FileAssociation::setDefault | ( | bool | yes_or_no | ) | [inline] |
| void FileAssociation::setIgnore | ( | bool | yes_or_no | ) | [inline] |
| void FileAssociation::setCommand | ( | const QString & | new_command | ) | [inline] |
| void FileAssociation::setChanged | ( | void | ) | [inline, private] |
Definition at line 96 of file fileassoc.cpp.
Referenced by setCommand(), setDefault(), and setIgnore().
int FileAssociation::id [private] |
QString FileAssociation::extension [private] |
QString FileAssociation::player_command [private] |
Definition at line 89 of file fileassoc.cpp.
Referenced by getCommand(), saveYourself(), and setCommand().
bool FileAssociation::ignore [private] |
Definition at line 90 of file fileassoc.cpp.
Referenced by getIgnore(), saveYourself(), and setIgnore().
bool FileAssociation::use_default [private] |
Definition at line 91 of file fileassoc.cpp.
Referenced by getDefault(), saveYourself(), and setDefault().
bool FileAssociation::changed [private] |
bool FileAssociation::loaded_from_db [private] |
Definition at line 93 of file fileassoc.cpp.
Referenced by deleteYourselfFromDB(), and saveYourself().
1.5.5