Uses of Enum
io.qt.qt3d.core.Qt3DCore.ChangeFlag
Packages that use Qt3DCore.ChangeFlag
-
Uses of Qt3DCore.ChangeFlag in io.qt.qt3d.core
Methods in io.qt.qt3d.core that return Qt3DCore.ChangeFlagModifier and TypeMethodDescriptionfinal 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.final Qt3DCore.ChangeFlag
QSceneChange.type()
static Qt3DCore.ChangeFlag
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.ChangeFlagModifier and TypeMethodDescriptionQt3DCore.ChangeFlag.cleared
(Qt3DCore.ChangeFlag e) Deprecated.Excludes other enum entry from a flag of this entry.Qt3DCore.ChangeFlag.combined
(Qt3DCore.ChangeFlag e) Deprecated.Combines this entry with other enum entry.final 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.final Qt3DCore.ChangeFlags
Qt3DCore.ChangeFlags.setFlag
(Qt3DCore.ChangeFlag e) Sets the flage
final 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.ChangeFlagModifierConstructorDescriptionChangeFlags
(Qt3DCore.ChangeFlag ... args) Creates a new ChangeFlags where the flags inargs
are set.protected
QSceneChange
(Qt3DCore.ChangeFlag type, QNodeId subjectId)