QCommandLine 0.2.0

QCommandLine Member List

This is the complete list of members for QCommandLine, including all inherited members.
addOption(const QChar &shortName, const QString &longName=QString(), const QString &descr=QString(), QCommandLine::Flags flags=QCommandLine::Optional)QCommandLine
addParam(const QString &name, const QString &descr=QString(), QCommandLine::Flags flags=QCommandLine::Optional)QCommandLine
addSwitch(const QChar &shortName, const QString &longName=QString(), const QString &descr=QString(), QCommandLine::Flags flags=QCommandLine::Optional)QCommandLine
arguments()QCommandLine
config()QCommandLine
Default enum valueQCommandLine
enableHelp(bool enable)QCommandLine
enableVersion(bool enable)QCommandLine
Flags enum nameQCommandLine
help(bool logo=true)QCommandLine
helpEnabled()QCommandLine
helpEntryQCommandLine [static]
Mandatory enum valueQCommandLine
MandatoryMultiple enum value (defined in QCommandLine)QCommandLine
Multiple enum valueQCommandLine
None enum valueQCommandLine
Option enum valueQCommandLine
Optional enum valueQCommandLine
OptionalMultiple enum value (defined in QCommandLine)QCommandLine
optionFound(const QString &name, const QVariant &value)QCommandLine [signal]
Param enum valueQCommandLine
paramFound(const QString &name, const QVariant &value)QCommandLine [signal]
parse()QCommandLine
parseError(const QString &error)QCommandLine [signal]
QCommandLine(QObject *parent=0)QCommandLine
QCommandLine(const QCoreApplication &app, const QCommandLineConfig &config=QCommandLineConfig(), QObject *parent=0)QCommandLine
QCommandLine(int argc, char *argv[], const QCommandLineConfig &config=QCommandLineConfig(), QObject *parent=0)QCommandLine
QCommandLine(const QStringList args, const QCommandLineConfig &config=QCommandLineConfig(), QObject *parent=0)QCommandLine
removeOption(const QString &name)QCommandLine
removeParam(const QString &name)QCommandLine
removeSwitch(const QString &name)QCommandLine
setArguments(int argc, char *argv[])QCommandLine
setArguments(QStringList args)QCommandLine
setConfig(const QCommandLineConfig &config)QCommandLine
setConfig(const QCommandLineConfigEntry config[])QCommandLine
showHelp(bool exit=true, int returnCode=0)QCommandLine
showVersion(bool exit=true, int returnCode=0)QCommandLine
Switch enum valueQCommandLine
switchFound(const QString &name)QCommandLine [signal]
Type enum nameQCommandLine
version()QCommandLine
versionEnabled()QCommandLine
versionEntryQCommandLine [static]
~QCommandLine()QCommandLine