Uses of Class
io.qt.core.QCommandLineOption.Flags
Package | Description |
---|---|
io.qt.core |
-
Uses of QCommandLineOption.Flags in io.qt.core
Methods in io.qt.core that return QCommandLineOption.Flags Modifier and Type Method Description QCommandLineOption.Flags
QCommandLineOption.Flag. asFlags()
Create a QFlags of the enum entry.QCommandLineOption.Flags
QCommandLineOption.Flags. clone()
Clones the flagsQCommandLineOption.Flags
QCommandLineOption.Flag. combined(QCommandLineOption.Flag e)
Combines this entry with other enum entry.QCommandLineOption.Flags
QCommandLineOption.Flags. combined(QCommandLineOption.Flag e)
Combines this flags with enum entry.static QCommandLineOption.Flags
QCommandLineOption.Flag. flags(QCommandLineOption.Flag... values)
Creates a newQCommandLineOption.Flags
from the entries.QCommandLineOption.Flags
QCommandLineOption. flags()
QCommandLineOption.Flags
QCommandLineOption.Flags. setFlag(QCommandLineOption.Flag e)
Sets the flage
QCommandLineOption.Flags
QCommandLineOption.Flags. setFlag(QCommandLineOption.Flag e, boolean on)
Sets or clears the flagflag
Methods in io.qt.core with parameters of type QCommandLineOption.Flags Modifier and Type Method Description int
QCommandLineOption.Flags. compareTo(QCommandLineOption.Flags other)
void
QCommandLineOption. setFlags(QCommandLineOption.Flags aflags)