|
Trade equipment common library.
1.0.0
|
This is the complete list of members for GetOpt, including all inherited members.
| addArgument(const QString &name, QString *v) | GetOpt | |
| addOption(char s, const QString &l, QString *v) | GetOpt | |
| addOptionalArgument(const QString &name, QString *v) | GetOpt | |
| addOptionalOption(const QString &l, QString *v, const QString &def) | GetOpt | |
| addOptionalOption(char s, const QString &l, QString *v, const QString &def) | GetOpt | |
| addRepeatableOption(char s, QStringList *v) | GetOpt | |
| addRepeatableOption(const QString &l, QStringList *v) | GetOpt | |
| addSwitch(const QString &lname, bool *b) | GetOpt | |
| addVarLengthOption(const QString &l, QStringList *v) | GetOpt | |
| appName() const (defined in GetOpt) | GetOpt | inline |
| currentArgument() const (defined in GetOpt) | GetOpt | inline |
| GetOpt() | GetOpt | |
| GetOpt(int offset) (defined in GetOpt) | GetOpt | |
| GetOpt(int argc, char *argv[]) | GetOpt | |
| GetOpt(const QStringList &a) | GetOpt | |
| isSet(const QString &name) const | GetOpt | |
| Option (defined in GetOpt) | GetOpt | friend |
| parse(bool untilFirstSwitchOnly) (defined in GetOpt) | GetOpt | |
| parse() | GetOpt | inline |
1.8.5