Uses of Class
io.qt.core.QCommandLineOption.Flags
Packages that use QCommandLineOption.Flags
-
Uses of QCommandLineOption.Flags in io.qt.core
Methods in io.qt.core that return QCommandLineOption.FlagsModifier 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.FlagsQCommandLineOption.Flags.clone()Clones the flagsQCommandLineOption.Flag.combined(QCommandLineOption.Flag e) Combines this entry with other enum entry.final QCommandLineOption.FlagsQCommandLineOption.Flags.combined(QCommandLineOption.Flag e) Combines this flags with enum entry.static QCommandLineOption.FlagsQCommandLineOption.Flag.flags(QCommandLineOption.Flag ... values) Creates a newQCommandLineOption.Flagsfrom the entries.final QCommandLineOption.FlagsQCommandLineOption.flags()final QCommandLineOption.FlagsQCommandLineOption.Flags.setFlag(QCommandLineOption.Flag e) Sets the flagefinal QCommandLineOption.FlagsQCommandLineOption.Flags.setFlag(QCommandLineOption.Flag e, boolean on) Sets or clears the flagflagMethods in io.qt.core with parameters of type QCommandLineOption.FlagsModifier and TypeMethodDescriptionfinal intQCommandLineOption.Flags.compareTo(QCommandLineOption.Flags other) final voidQCommandLineOption.setFlags(QCommandLineOption.Flags aflags)