QAspectFactory Class
(Qt3D::QAspectFactory)Public Types
typedef | CreateFunction |
Public Functions
QAspectFactory() | |
QAspectFactory(const QAspectFactory & other) | |
~QAspectFactory() | |
void | addFactory(const QString & name, CreateFunction factory) |
QStringList | availableFactories() const |
QAbstractAspect * | createAspect(const QString & aspect, QObject * parent = 0) const |
void | swap(QAspectFactory & other) |
QAspectFactory & | operator=(const QAspectFactory & other) |
QAspectFactory & | operator=(QAspectFactory && other) |
Static Public Members
QAbstractAspect * | functionHelper(QObject * parent) |