step/stepcore
StepCore::Factory Class Reference
[Reflections]
#include <factory.h>
Detailed Description
List of MetaObject.Definition at line 40 of file factory.h.
Public Member Functions | |
| const MetaObject * | metaObject (const QString &name) const |
| const QHash< QString, const MetaObject * > & | metaObjects () const |
| CollisionSolver * | newCollisionSolver (const QString &name) const |
| ConstraintSolver * | newConstraintSolver (const QString &name) const |
| Item * | newItem (const QString &name) const |
| Object * | newObject (const QString &name) const |
| Solver * | newSolver (const QString &name) const |
| void | registerMetaObject (const MetaObject *metaObject) |
Protected Attributes | |
| QHash< QString, const MetaObject * > | _metaObjects |
Member Function Documentation
| const MetaObject * StepCore::Factory::metaObject | ( | const QString & | name | ) | const |
| const QHash<QString, const MetaObject*>& StepCore::Factory::metaObjects | ( | ) | const [inline] |
| CollisionSolver * StepCore::Factory::newCollisionSolver | ( | const QString & | name | ) | const |
| ConstraintSolver * StepCore::Factory::newConstraintSolver | ( | const QString & | name | ) | const |
| void StepCore::Factory::registerMetaObject | ( | const MetaObject * | metaObject | ) |
Member Data Documentation
QHash<QString, const MetaObject*> StepCore::Factory::_metaObjects [protected] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference