step/stepcore
factory.h
Go to the documentation of this file.
Object * newObject(const QString &name) const
Create new Object by class name.
Definition: factory.cc:38
ConstraintSolver * newConstraintSolver(const QString &name) const
Create new ConstraintSolver by class name.
Definition: factory.cc:66
Object, MetaObject and MetaProperty classes.
const QHash< QString, const MetaObject * > & metaObjects() const
Get QHash of all registered MetaObject.
Definition: factory.h:50
const MetaObject * metaObject(const QString &name) const
Find MetaObject by name.
Definition: factory.cc:33
QHash< QString, const MetaObject * > _metaObjects
Definition: factory.h:64
CollisionSolver * newCollisionSolver(const QString &name) const
Create new CollisionSolver by class name.
Definition: factory.cc:59
Solver * newSolver(const QString &name) const
Create new Solver by class name.
Definition: factory.cc:52
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.