![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| Q_NEVER_INLINE | QCommandLineOptionPrivate (const QString &name) |
| Q_NEVER_INLINE | QCommandLineOptionPrivate (const QStringList &names) |
| Q_NEVER_INLINE | QCommandLineOptionPrivate (const QString &name) |
| Q_NEVER_INLINE | QCommandLineOptionPrivate (const QStringList &names) |
| Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static QStringList | removeInvalidNames (QStringList nameList) |
| static QStringList | removeInvalidNames (QStringList nameList) |
Public Attributes | |
| QStringList | names |
| The list of names used for this option. | |
| QString | valueName |
| The documentation name for the value, if one is expected Example: "-o <file>" means valueName == "file". | |
| QString | description |
| The description used for this option. | |
| QStringList | defaultValues |
| The list of default values used for this option. | |
| QCommandLineOption::Flags | flags |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 12 of file qcommandlineoption.cpp.
|
inlineexplicit |
Definition at line 16 of file qcommandlineoption.cpp.
|
inlineexplicit |
Definition at line 21 of file qcommandlineoption.cpp.
|
inlineexplicit |
Definition at line 16 of file qcommandlineoption.cpp.
|
inlineexplicit |
Definition at line 21 of file qcommandlineoption.cpp.
|
static |
Definition at line 244 of file qcommandlineoption.cpp.
|
static |
| QStringList QCommandLineOptionPrivate::defaultValues |
The list of default values used for this option.
Definition at line 38 of file qcommandlineoption.cpp.
| QString QCommandLineOptionPrivate::description |
The description used for this option.
Definition at line 35 of file qcommandlineoption.cpp.
| QCommandLineOption::Flags QCommandLineOptionPrivate::flags |
Definition at line 40 of file qcommandlineoption.cpp.
| QStringList QCommandLineOptionPrivate::names |
The list of names used for this option.
Definition at line 28 of file qcommandlineoption.cpp.
| QString QCommandLineOptionPrivate::valueName |
The documentation name for the value, if one is expected Example: "-o <file>" means valueName == "file".
Definition at line 32 of file qcommandlineoption.cpp.