Uses of Enum
io.qt.gui.QMatrix4x4.Flag
Packages that use QMatrix4x4.Flag
-
Uses of QMatrix4x4.Flag in io.qt.gui
Methods in io.qt.gui that return QMatrix4x4.FlagModifier and TypeMethodDescriptionfinal QMatrix4x4.Flag []
QMatrix4x4.Flags.flags()
Returns an array of flag objects represented by this Flags.static QMatrix4x4.Flag
QMatrix4x4.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QMatrix4x4.Flag
Returns the enum constant of this type with the specified name.static QMatrix4x4.Flag[]
QMatrix4x4.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QMatrix4x4.FlagModifier and TypeMethodDescriptionQMatrix4x4.Flag.cleared
(QMatrix4x4.Flag e) Excludes other enum entry from a flag of this entry.QMatrix4x4.Flag.combined
(QMatrix4x4.Flag e) Combines this entry with other enum entry.final QMatrix4x4.Flags
QMatrix4x4.Flags.combined
(QMatrix4x4.Flag e) Combines this flags with enum entry.static QMatrix4x4.Flags
QMatrix4x4.Flag.flags
(QMatrix4x4.Flag ... values) Creates a newQMatrix4x4.Flags
from the entries.final QMatrix4x4.Flags
QMatrix4x4.Flags.setFlag
(QMatrix4x4.Flag e) Sets the flage
final QMatrix4x4.Flags
QMatrix4x4.Flags.setFlag
(QMatrix4x4.Flag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QMatrix4x4.FlagModifierConstructorDescriptionFlags
(QMatrix4x4.Flag ... args) Creates a new Flags where the flags inargs
are set.