Uses of Class
io.qt.core.QCommandLineOption.Flag
Package | Description |
---|---|
io.qt.core |
-
Uses of QCommandLineOption.Flag in io.qt.core
Methods in io.qt.core that return QCommandLineOption.Flag Modifier and Type Method Description QCommandLineOption.Flag[]
QCommandLineOption.Flags. flags()
Returns an array of flag objects represented by this Flags.static QCommandLineOption.Flag
QCommandLineOption.Flag. resolve(int value)
Returns the corresponding enum entry for the given value.static QCommandLineOption.Flag
QCommandLineOption.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCommandLineOption.Flag[]
QCommandLineOption.Flag. 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 QCommandLineOption.Flag Modifier and Type Method Description QCommandLineOption.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. setFlag(QCommandLineOption.Flag e)
Sets the flage
QCommandLineOption.Flags
QCommandLineOption.Flags. setFlag(QCommandLineOption.Flag e, boolean on)
Sets or clears the flagflag
void
QCommandLineOption. setFlags(QCommandLineOption.Flag... aflags)
Overloaded function forQCommandLineOption.setFlags(io.qt.core.QCommandLineOption.Flags)
.Constructors in io.qt.core with parameters of type QCommandLineOption.Flag Constructor Description Flags(QCommandLineOption.Flag... args)
Creates a new Flags where the flags inargs
are set.