Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QCommandLineOption Member List

This is the complete list of members for QCommandLineOption, including all inherited members.

defaultValues() constQCommandLineOption
description() constQCommandLineOption
Flag enum nameQCommandLineOption
flags() constQCommandLineOption
HiddenFromHelp enum valueQCommandLineOption
names() constQCommandLineOption
operator=(const QCommandLineOption &other)QCommandLineOption
QCommandLineOption(const QString &name)QCommandLineOptionexplicit
QCommandLineOption(const QStringList &names)QCommandLineOptionexplicit
QCommandLineOption(const QString &name, const QString &description, const QString &valueName=QString(), const QString &defaultValue=QString())QCommandLineOption
QCommandLineOption(const QStringList &names, const QString &description, const QString &valueName=QString(), const QString &defaultValue=QString())QCommandLineOption
QCommandLineOption(const QCommandLineOption &other)QCommandLineOption
setDefaultValue(const QString &defaultValue)QCommandLineOption
setDefaultValues(const QStringList &defaultValues)QCommandLineOption
setDescription(const QString &description)QCommandLineOption
setFlags(Flags aflags)QCommandLineOption
setValueName(const QString &name)QCommandLineOption
ShortOptionStyle enum valueQCommandLineOption
swap(QCommandLineOption &other) noexceptQCommandLineOptioninline
valueName() constQCommandLineOption
~QCommandLineOption()QCommandLineOption