Modules | |
Console::Main.cpp | |
Functions | |
int | main (int argc, char *argv[]) |
the main function | |
void | fExecuteCommand (const QString qs_Command, const QMemArray< bool > &qma_Opts, const QString qs_CommandMore) |
fExecuteCommand begins the processing of the users command | |
void | fSearchClass (const QMemArray< bool > &qma_Opts, const QString qs_String) |
fSearchClass search for a given class | |
void | fSearchSoftware (const QMemArray< bool > &qma_Opts, const QString qs_String) |
fSearchSoftware search for a given piece of software | |
void | fShowClass (const QMemArray< bool > &qma_Opts, const QString qs_String) |
fShowClass prints the software for a given class | |
void | fShowSoftware (const QMemArray< bool > &qma_Opts, const QString qs_String) |
fShowSoftware prints the details of a piece of software | |
void | fUpdate (const QMemArray< bool > &qma_Opts) |
fUpdate updates the xml database with one pulled from the server |
|
fExecuteCommand begins the processing of the users command
Definition at line 108 of file console/main.cpp. |
|
fSearchClass search for a given class
Definition at line 130 of file console/main.cpp. References database::search_class(). |
|
fSearchSoftware search for a given piece of software
Definition at line 155 of file console/main.cpp. References database::search_software(). |
|
fShowClass prints the software for a given class
Definition at line 180 of file console/main.cpp. References database::get_class(). |
|
fShowSoftware prints the details of a piece of software
Definition at line 213 of file console/main.cpp. References database::get_software(). |
|
fUpdate updates the xml database with one pulled from the server
Definition at line 243 of file console/main.cpp. |
|
the main function Possible switches:
Definition at line 31 of file console/main.cpp. |