|
| ArgManager () |
| constructor
|
|
| ~ArgManager () |
| destructor
|
|
int | appendEntry (ArgBase *it, void *p_entry) |
| add an argument structure and return its index
|
|
int | appendText (const QString &s) |
| add a text to internal buffer
|
|
void * | getEntry (int i) |
| get the argument pointer/handle
|
|
const char * | savedText (int i) |
| get the text at a certain index
|
|
void | showUsage (void) |
| show the usage
|
|
void | appendFile (const QString &s) |
| add a file
|
|
ExitCode | proceed (int argc, char *argv[]) |
| for each item check each if used; act accordingly
|
|
| ArgManager () |
| constructor
|
|
| ~ArgManager () |
| destructor
|
|
int | appendEntry (ArgBase *it, void *p_entry) |
| add an argument structure and return its index
|
|
int | appendText (const QString &s) |
| add a text to internal buffer
|
|
void * | getEntry (int i) |
| get the argument pointer/handle
|
|
const char * | savedText (int i) |
| get the text at a certain index
|
|
void | showUsage (void) |
| show the usage
|
|
void | appendFile (const QString &s) |
| add a file
|
|
void | insertVar (const QString &s_var, const QString &s_val) |
| insert a variable into the start-up suite
|
|
ExitCode | proceed (int argc, char *argv[]) |
| for each item check each if used; act accordingly
|
|
manages command line arguments