The standard property factory is able to create all the properties that are included in VPropertyExplorer by default. More...
#include <vstandardpropertyfactory.h>
Public Member Functions | |
VStandardPropertyFactory () | |
Constructor. More... | |
VStandardPropertyFactory (VPropertyFactoryManager *manager) | |
Constructor. More... | |
virtual Q_REQUIRED_RESULT VProperty * | createProperty (const QString &type, const QString &name) Q_DECL_OVERRIDE |
Creates a new property of a certain type and assigns a name and description (otionally) More... | |
Public Member Functions inherited from VPE::VAbstractPropertyFactory | |
virtual | ~VAbstractPropertyFactory () |
Empty virtual destructor. More... | |
The standard property factory is able to create all the properties that are included in VPropertyExplorer by default.
Definition at line 36 of file vstandardpropertyfactory.h.
VPE::VStandardPropertyFactory::VStandardPropertyFactory | ( | ) |
Constructor.
Definition at line 34 of file vstandardpropertyfactory.cpp.
|
explicit |
Constructor.
manager | Registers this factory at the manager for all it's types |
Definition at line 39 of file vstandardpropertyfactory.cpp.
References VPE::VPropertyFactoryManager::registerFactory().
|
virtual |
Creates a new property of a certain type and assigns a name and description (otionally)
type | The type of the property as string |
Implements VPE::VAbstractPropertyFactory.
Definition at line 57 of file vstandardpropertyfactory.cpp.