|
| static QString | argsHelp () |
| | Returns all the options that Doomseeker accepts, excluding the ones for internal use.
|
| |
| static QString | availableCommands () |
| | Prepends "Available command line parameters" to argsHelp().
|
| |
| static QString | missingArgs (int expectedArguments, QString option) |
| | Returns a string informing about the lack of arguments, followed by availableCommands().
|
| |
| static QString | unrecognizedOption (QString option) |
| | Returns a string informing about the use of an unknown option, followed by availableCommands().
|
| |
Definition at line 28 of file cmdargshelp.h.
| QString CmdArgsHelp::argsHelp |
( |
| ) |
|
|
static |
Returns all the options that Doomseeker accepts, excluding the ones for internal use.
Definition at line 25 of file cmdargshelp.cpp.
| QString CmdArgsHelp::availableCommands |
( |
| ) |
|
|
static |
| QString CmdArgsHelp::missingArgs |
( |
int |
expectedArguments, |
|
|
QString |
option |
|
) |
| |
|
static |
Returns a string informing about the lack of arguments, followed by availableCommands().
- Parameters
-
| expectedArguments | Number of expected arguments. |
| option | Option that doesn't have enough arguments. |
Definition at line 76 of file cmdargshelp.cpp.
| QString CmdArgsHelp::unrecognizedOption |
( |
QString |
option | ) |
|
|
static |
The documentation for this class was generated from the following files: