Uses of Class
io.qt.core.QCommandLineOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QCommandLineOption in io.qt.core
Methods in io.qt.core that return QCommandLineOption Modifier and Type Method Description QCommandLineOption
QCommandLineParser. addHelpOption()
QCommandLineOption
QCommandLineParser. addVersionOption()
QCommandLineOption
QCommandLineOption. clone()
Methods in io.qt.core with parameters of type QCommandLineOption Modifier and Type Method Description boolean
QCommandLineParser. addOption(QCommandLineOption commandLineOption)
boolean
QCommandLineParser. isSet(QCommandLineOption option)
void
QCommandLineOption. swap(QCommandLineOption other)
String
QCommandLineParser. value(QCommandLineOption option)
QStringList
QCommandLineParser. values(QCommandLineOption option)
Method parameters in io.qt.core with type arguments of type QCommandLineOption Modifier and Type Method Description boolean
QCommandLineParser. addOptions(Collection<QCommandLineOption> options)
Constructors in io.qt.core with parameters of type QCommandLineOption Constructor Description QCommandLineOption(QCommandLineOption other)