Quick3DNode Class

(Qt3DCore::Quick::Quick3DNode)
Inherits: QObject

Properties

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

Public Functions

Quick3DNode(QObject *parent = 0)
QQmlListProperty<Qt3DCore::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<Qt3DCore::QNode>

Access functions:

QQmlListProperty<Qt3DCore::QNode> childNodes()

data : const QQmlListProperty<QObject>

Access functions:

QQmlListProperty<QObject> data()

Member Function Documentation

Quick3DNode::Quick3DNode(QObject *parent = 0)

Default constructs an instance of Quick3DNode.

QNode *Quick3DNode::parentNode() const