The CoreArgParser class This class processes the argments for the "core" app.
More...
#include <CoreArgParser.h>
The CoreArgParser class This class processes the argments for the "core" app.
◆ CoreArgParser()
| CoreArgParser::CoreArgParser |
( |
const QStringList & | args = {} | ) |
|
|
explicit |
CoreArgParser calling this funciton will parse apps and set the setting and version options For any other settings to be set you must call parse();.
- See also
- parse();
- Parameters
-
| args | List of args to parse |
◆ clientMode()
| bool CoreArgParser::clientMode |
( |
| ) |
const |
◆ errorText()
| QString CoreArgParser::errorText |
( |
| ) |
const |
◆ help()
| bool CoreArgParser::help |
( |
| ) |
const |
◆ helpText()
| QString CoreArgParser::helpText |
( |
| ) |
const |
◆ parse()
| void CoreArgParser::parse |
( |
| ) |
|
parse This method will parse all options other then help and version
◆ serverMode()
| bool CoreArgParser::serverMode |
( |
| ) |
const |
◆ singleInstanceOnly()
| bool CoreArgParser::singleInstanceOnly |
( |
| ) |
const |
◆ version()
| bool CoreArgParser::version |
( |
| ) |
const |
◆ versionText()
| QString CoreArgParser::versionText |
( |
| ) |
const |
The documentation for this class was generated from the following files: