step/stepcore
factory.cc
Go to the documentation of this file.
Object * newObject(const QString &name) const
Create new Object by class name.
Definition: factory.cc:38
CollisionSolver interface.
Item, Body, Force and Tool interfaces, World class.
ConstraintSolver * newConstraintSolver(const QString &name) const
Create new ConstraintSolver by class name.
Definition: factory.cc:66
ConstraintSolver interface.
Factory classes.
Solver interface.
const MetaObject * metaObject(const QString &name) const
Find MetaObject by name.
Definition: factory.cc:33
QHash< QString, const MetaObject * > _metaObjects
Definition: factory.h:64
bool inherits(const MetaObject *obj) const
Returns true if this class inherits class described by obj.
Definition: object.cc:73
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.