#include <vabstractpropertyfactory.h>
Public Member Functions | |
virtual | ~VAbstractPropertyFactory () |
Empty virtual destructor. More... | |
virtual VProperty * | createProperty (const QString &type, const QString &name)=0 |
Creates a new property of a certain type and assigns a name and description (otionally) More... | |
Definition at line 35 of file vabstractpropertyfactory.h.
|
inlinevirtual |
Empty virtual destructor.
Definition at line 39 of file vabstractpropertyfactory.h.
|
pure virtual |
Creates a new property of a certain type and assigns a name and description (otionally)
type | The type of the property as string |
name | The property's name |
Implemented in VPE::VStandardPropertyFactory.
Referenced by VPE::VPropertyFactoryManager::createProperty().