![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qcommandlineparser.h"#include <qcoreapplication.h>#include <private/qcoreapplication_p.h>#include <qhash.h>#include <qvarlengtharray.h>#include <qlist.h>#include <qdebug.h>#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| class | QCommandLineParserPrivate |
| struct | QCommandLineParserPrivate::PositionalArgumentDefinition |
| Documentation for positional arguments. More... | |
Typedefs | |
| typedef QHash< QString, qsizetype > | NameHash_t |
Functions | |
| void Q_CORE_EXPORT | qt_call_post_routines () |
| Q_DECLARE_TYPEINFO (QCommandLineParserPrivate::PositionalArgumentDefinition, Q_RELOCATABLE_TYPE) | |
| static QString | wrapText (const QString &names, int optionNameMaxWidth, const QString &description) |
| typedef QHash< QString, qsizetype > NameHash_t |
Definition at line 25 of file qcommandlineparser.cpp.
| Q_DECLARE_TYPEINFO | ( | QCommandLineParserPrivate::PositionalArgumentDefinition | , |
| Q_RELOCATABLE_TYPE | ) |
|
extern |
Definition at line 343 of file qcoreapplication.cpp.
|
static |
Definition at line 1078 of file qcommandlineparser.cpp.