java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.core.QSceneChange
io.qt.qt3d.core.QPropertyValueRemovedChangeBase
io.qt.qt3d.core.QStaticPropertyValueRemovedChangeBase
io.qt.qt3d.core.QPropertyValueRemovedChange
- All Implemented Interfaces:
QtObjectInterface
public class QPropertyValueRemovedChange extends QStaticPropertyValueRemovedChangeBase
Used to notify when a value is added to a property
Java wrapper for Qt class Qt3DCore::QPropertyValueRemovedChange
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.qt3d.core.QSceneChange
QSceneChange.DeliveryFlag, QSceneChange.DeliveryFlags
-
Constructor Summary
Constructors Modifier Constructor Description QPropertyValueRemovedChange(QNodeId subjectId)
Deprecated.protected
QPropertyValueRemovedChange(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description Object
removedValue()
void
setRemovedValue(Object value)
Methods inherited from class io.qt.qt3d.core.QStaticPropertyValueRemovedChangeBase
propertyName, setPropertyName
Methods inherited from class io.qt.qt3d.core.QSceneChange
deliveryFlags, setDeliveryFlags, setDeliveryFlags, subjectId, type
-
Constructor Details
-
QPropertyValueRemovedChange
Deprecated. -
QPropertyValueRemovedChange
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details