#[repr(C)]
pub struct NodeCreatedChangeBase(_);
Expand description

C++ type: Qt3DCore::QNodeCreatedChangeBase

C++ documentation:

The QNodeCreatedChangeBase class is the base class for all NodeCreated QSceneChange events

The QNodeCreatedChangeBase class is the base class for all QSceneChange events that have the changeType() NodeCreated. You should not need to instantiate this class. Usually you should be using one of its subclasses such as QNodeCreatedChange.

You can subclass this to create your own node update types for communication between your QNode and QBackendNode subclasses when writing your own aspects.

Implementations

C++ method: bool Qt3DCore::QNodeCreatedChangeBase::isNodeEnabled() const

C++ documentation:

Returns node enabled.

C++ method: const QMetaObject* Qt3DCore::QNodeCreatedChangeBase::metaObject() const

C++ documentation:

Returns metaobject.

C++ method: [constructor] void Qt3DCore::QNodeCreatedChangeBase::QNodeCreatedChangeBase(const Qt3DCore::QNode* node)

C++ documentation:

Constructs a new QNodeCreatedChangeBase with node.

C++ method: Qt3DCore::QNodeId Qt3DCore::QNodeCreatedChangeBase::parentId() const

C++ documentation:

Returns parent id.

Methods from Deref<Target = SceneChange>

C++ method: QFlags<Qt3DCore::QSceneChange::DeliveryFlag> Qt3DCore::QSceneChange::deliveryFlags() const

C++ documentation:

Returns the set delivery flags

See also setDeliveryFlags().

C++ method: void Qt3DCore::QSceneChange::setDeliveryFlags(QFlags<Qt3DCore::QSceneChange::DeliveryFlag> flags)

C++ documentation:

Set the Delivery flags of the change to flags

See also deliveryFlags().

C++ method: Qt3DCore::QNodeId Qt3DCore::QSceneChange::subjectId() const

C++ documentation:

Returns scene change subject id.

C++ method: Qt3DCore::ChangeFlag Qt3DCore::QSceneChange::type() const

C++ documentation:

Returns scene change type.

Trait Implementations

Returns deleter function for this type.
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Convert type of a mutable reference. Returns None if self is not an instance of T. Read more
Convert type of a const reference. Returns None if self is not an instance of T. Read more
Convert type of a mutable reference.
Convert type of a const reference.
Convert type of a mutable reference.
Convert type of a const reference.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.