QSortPolicy Class
(Qt3DRender::QSortPolicy)Inherits: | QFrameGraphNode |
Public Types
enum | SortType { StateChangeCost, BackToFront, Material } |
Properties
- sortTypes : QVector<int>
- 2 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QSortPolicy(Qt3DCore::QNode *parent = nullptr) | |
~QSortPolicy() | |
QVector<SortType> | sortTypes() const |
QVector<int> | sortTypesInt() const |
- 1 public function inherited from Qt3DRender::QFrameGraphNode
- 6 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Public Slots
void | setSortTypes(const QVector<SortType> &sortTypes) |
void | setSortTypes(const QVector<int> &sortTypesInt) |
- 2 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | sortTypesChanged(const QVector<SortType> &sortTypes) |
void | sortTypesChanged(const QVector<int> &sortTypes) |
- 3 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
Protected Functions
QSortPolicy(QSortPolicyPrivate &dd, Qt3DCore::QNode *parent = nullptr) |
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
sortTypes : QVector<int>
Access functions:
QVector<int> | sortTypesInt() const |
void | setSortTypes(const QVector<SortType> &sortTypes) |
void | setSortTypes(const QVector<int> &sortTypesInt) |
Notifier signal:
void | sortTypesChanged(const QVector<SortType> &sortTypes) |
void | sortTypesChanged(const QVector<int> &sortTypes) |
Member Function Documentation
QSortPolicy::QSortPolicy(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QSortPolicy.
[protected]
QSortPolicy::QSortPolicy(QSortPolicyPrivate &dd, Qt3DCore::QNode *parent = nullptr)
Copy constructor.
QSortPolicy::~QSortPolicy()
Destroys the instance of QSortPolicy.
QVector<SortType> QSortPolicy::sortTypes() const
See also setSortTypes().