KexiMacroPropertyFactory Class Reference
#include <keximacroproperty.h>
Inheritance diagram for KexiMacroPropertyFactory:

Detailed Description
Implementation of a KoProperty::CustomPropertyFactory to handle creation of KexiMacroProperty and KexiMacroPropertyWidget instances for our macro-properties.
Definition at line 109 of file keximacroproperty.h.
Public Member Functions | |
| KexiMacroPropertyFactory (QObject *parent) | |
| Constructor. | |
| virtual | ~KexiMacroPropertyFactory () |
| Destructor. | |
| virtual KoProperty::CustomProperty * | createCustomProperty (KoProperty::Property *parent) |
| virtual KoProperty::Widget * | createCustomWidget (KoProperty::Property *property) |
Static Public Member Functions | |
| static void | initFactory () |
| Initializes this factory. | |
Constructor & Destructor Documentation
|
|
Constructor.
Definition at line 167 of file keximacroproperty.cpp. Referenced by initFactory(). |
|
|
Destructor.
Definition at line 172 of file keximacroproperty.cpp. |
Member Function Documentation
|
|
Definition at line 176 of file keximacroproperty.cpp. References KexiMacroProperty::macroItem(), KexiMacroProperty::name(), and KexiMacroProperty::variable(). |
|
|
Definition at line 201 of file keximacroproperty.cpp. |
|
|
Initializes this factory. The factory may register itself at the KoProperty::FactoryManager if not alreadydone before. This function should be called from within the KexiMacroDesignView before the functionality provided with KexiMacroProperty and KexiMacroPropertyWidget got used. Definition at line 207 of file keximacroproperty.cpp. References KEXIMACRO_PROPERTYEDITORTYPE, and KexiMacroPropertyFactory(). Referenced by KexiMacroDesignView::KexiMacroDesignView(). |
The documentation for this class was generated from the following files:
