QAbstractCollider Class

(Qt3D::QAbstractCollider)

Public Functions

Signals

void collidingWith(QAbstractCollider * other)
void entered(QAbstractCollider * other)
void exited(QAbstractCollider * other)

Protected Functions

virtual void onCollidingWith(QCollisionEvent * e)
virtual void onEntered(QCollisionEvent * e)
virtual void onExited(QCollisionEvent * e)

Member Function Documentation

QAbstractCollider::~QAbstractCollider()

[signal] void QAbstractCollider::collidingWith(QAbstractCollider * other)

[signal] void QAbstractCollider::entered(QAbstractCollider * other)

[signal] void QAbstractCollider::exited(QAbstractCollider * other)

[virtual protected] void QAbstractCollider::onCollidingWith(QCollisionEvent * e)

[virtual protected] void QAbstractCollider::onEntered(QCollisionEvent * e)

[virtual protected] void QAbstractCollider::onExited(QCollisionEvent * e)

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.