Uses of Class
io.qt.qt3d.core.Qt3DCore.ChangeFlag
Package | Description |
---|---|
io.qt.qt3d.core |
-
Uses of Qt3DCore.ChangeFlag in io.qt.qt3d.core
Methods in io.qt.qt3d.core that return Qt3DCore.ChangeFlag Modifier and Type Method Description Qt3DCore.ChangeFlag[]
Qt3DCore.ChangeFlags. flags()
Returns an array of flag objects represented by this ChangeFlags.static Qt3DCore.ChangeFlag
Qt3DCore.ChangeFlag. resolve(int value)
Deprecated.Returns the corresponding enum entry for the given value.Qt3DCore.ChangeFlag
QSceneChange. type()
static Qt3DCore.ChangeFlag
Qt3DCore.ChangeFlag. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Qt3DCore.ChangeFlag[]
Qt3DCore.ChangeFlag. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.core with parameters of type Qt3DCore.ChangeFlag Modifier and Type Method Description Qt3DCore.ChangeFlags
Qt3DCore.ChangeFlag. combined(Qt3DCore.ChangeFlag e)
Deprecated.Combines this entry with other enum entry.Qt3DCore.ChangeFlags
Qt3DCore.ChangeFlags. combined(Qt3DCore.ChangeFlag e)
Combines this flags with enum entry.static Qt3DCore.ChangeFlags
Qt3DCore.ChangeFlag. flags(Qt3DCore.ChangeFlag... values)
Deprecated.Creates a newQt3DCore.ChangeFlags
from the entries.Qt3DCore.ChangeFlags
Qt3DCore.ChangeFlags. setFlag(Qt3DCore.ChangeFlag e)
Sets the flage
Qt3DCore.ChangeFlags
Qt3DCore.ChangeFlags. setFlag(Qt3DCore.ChangeFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.qt3d.core with parameters of type Qt3DCore.ChangeFlag Constructor Description ChangeFlags(Qt3DCore.ChangeFlag... args)
Creates a new ChangeFlags where the flags inargs
are set.QSceneChange(Qt3DCore.ChangeFlag type, QNodeId subjectId)
Deprecated.