Uses of Enum
io.qt.core.QCommandLineOption.Flag
Packages that use QCommandLineOption.Flag
-
Uses of QCommandLineOption.Flag in io.qt.core
Methods in io.qt.core that return QCommandLineOption.FlagModifier and TypeMethodDescriptionfinal 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
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.FlagModifier and TypeMethodDescriptionQCommandLineOption.Flag.combined
(QCommandLineOption.Flag e) Combines this entry with other enum entry.final 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.final QCommandLineOption.Flags
QCommandLineOption.Flags.setFlag
(QCommandLineOption.Flag e) Sets the flage
final QCommandLineOption.Flags
QCommandLineOption.Flags.setFlag
(QCommandLineOption.Flag e, boolean on) Sets or clears the flagflag
final 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.FlagModifierConstructorDescriptionFlags
(QCommandLineOption.Flag... args) Creates a new Flags where the flags inargs
are set.