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)

Member Type Documentation

typedef QAspectFactory::CreateFunction

Member Function Documentation

QAspectFactory::QAspectFactory()

QAspectFactory::QAspectFactory(const QAspectFactory & other)

QAspectFactory::~QAspectFactory()

void QAspectFactory::addFactory(const QString & name, CreateFunction factory)

QStringList QAspectFactory::availableFactories() const

QAbstractAspect * QAspectFactory::createAspect(const QString & aspect, QObject * parent = 0) const

[static] QAbstractAspect * QAspectFactory::functionHelper(QObject * parent)

void QAspectFactory::swap(QAspectFactory & other)

QAspectFactory & QAspectFactory::operator=(const QAspectFactory & other)

QAspectFactory & QAspectFactory::operator=(QAspectFactory && other)

© 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.