Uses of Class
io.qt.core.QCommandLineOption.Flags
-
Uses of QCommandLineOption.Flags in io.qt.core
Modifier and TypeMethodDescriptionQCommandLineOption.Flag.asFlags()
Create a QFlags of the enum entry.QCommandLineOption.Flag.cleared
(QCommandLineOption.Flag e) Excludes other enum entry from a flag of this entry.final QCommandLineOption.Flags
QCommandLineOption.Flags.clone()
Clones the flagsQCommandLineOption.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()
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
Modifier and TypeMethodDescriptionfinal int
QCommandLineOption.Flags.compareTo
(QCommandLineOption.Flags other) final void
QCommandLineOption.setFlags
(QCommandLineOption.Flags aflags)