Uses of Class
io.qt.core.QCommandLineParser.SingleDashWordOptionMode
Package | Description |
---|---|
io.qt.core |
-
Uses of QCommandLineParser.SingleDashWordOptionMode in io.qt.core
Methods in io.qt.core that return QCommandLineParser.SingleDashWordOptionMode Modifier and Type Method Description static QCommandLineParser.SingleDashWordOptionMode
QCommandLineParser.SingleDashWordOptionMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QCommandLineParser.SingleDashWordOptionMode
QCommandLineParser.SingleDashWordOptionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCommandLineParser.SingleDashWordOptionMode[]
QCommandLineParser.SingleDashWordOptionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QCommandLineParser.SingleDashWordOptionMode Modifier and Type Method Description void
QCommandLineParser. setSingleDashWordOptionMode(QCommandLineParser.SingleDashWordOptionMode parsingMode)