Quick3DNode Class

(Qt3D::Quick::Quick3DNode)
Inherits: QObject

Properties

  • childNodes : const QQmlListProperty<Qt3D::QNode>
  • data : const QQmlListProperty<QObject>
  • 1 property inherited from QObject

Public Functions

Quick3DNode(QObject * parent = 0)
QQmlListProperty<Qt3D::QNode> childNodes()
QQmlListProperty<QObject> data()
QNode * parentNode() const
  • 31 public functions inherited from QObject

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Property Documentation

childNodes : const QQmlListProperty<Qt3D::QNode>

Access functions:

QQmlListProperty<Qt3D::QNode> childNodes()

data : const QQmlListProperty<QObject>

Access functions:

QQmlListProperty<QObject> data()

Member Function Documentation

Quick3DNode::Quick3DNode(QObject * parent = 0)

QNode * Quick3DNode::parentNode() const