Action Class

(Qt3DInput::Input::Action)

Public Functions

Action()
bool actionTriggered() const
void cleanup()
QVector<Qt3DCore::QNodeId> inputs() const
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
void setActionTriggered(bool actionTriggered)

Additional Inherited Members

Member Function Documentation

Action::Action()

Default constructs an instance of Action.

bool Action::actionTriggered() const

See also setActionTriggered().

void Action::cleanup()

QVector<Qt3DCore::QNodeId> Action::inputs() const

void Action::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)

void Action::setActionTriggered(bool actionTriggered)

See also actionTriggered().