Uses of Class
io.qt.gui.QMatrix4x4.Flag
Package | Description |
---|---|
io.qt.gui |
-
Uses of QMatrix4x4.Flag in io.qt.gui
Methods in io.qt.gui that return QMatrix4x4.Flag Modifier and Type Method Description 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
QMatrix4x4.Flag. valueOf(String name)
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.Flag Modifier and Type Method Description QMatrix4x4.Flags
QMatrix4x4.Flag. combined(QMatrix4x4.Flag e)
Combines this entry with other enum entry.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.QMatrix4x4.Flags
QMatrix4x4.Flags. setFlag(QMatrix4x4.Flag e)
Sets the flage
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.Flag Constructor Description Flags(QMatrix4x4.Flag... args)
Creates a new Flags where the flags inargs
are set.