34 const QString& arguments =
"",
35 const QString& description =
"",
36 const QString& example =
"",
37 const QString& depricatedMsg =
"",
38 bool removed =
false);
44 const QStringList &names()
const;
50 const QString &description()
const;
56 const QString &example()
const;
62 const QString &arguments()
const;
69 const QString &depricatedMsg()
const;
91 bool isRemoved()
const;
97 bool isDepricated()
const;
105 void setNames(
const QStringList &newNames);
113 void setDescription(
const QString &newDescription);
121 void setExample(
const QString &newExample);
129 void setArguments(
const QString &newArguments);
136 void setDepricatedMsg(
const QString &newDepricatedMsg);
140 QString _description;
143 QString _depricatedMsg;
The OptionData class contains information about one option.
QMultiMap< QString, QString > Options
Options this is list of key-descriptions pairs of help. The key is name of the available argument and...
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
QMultiHash< QString, OptionData > OptionsDataList
OptionsList is Hash map of the OptionData items. Where the key it is group name and value it is optio...
#define QUASARAPPSHARED_EXPORT