KexiCustomPropertyFactory Class Reference
#include <kexicustompropertyfactory.h>
Inheritance diagram for KexiCustomPropertyFactory:

Detailed Description
Kexi-specific custom property factory for KoProperty library.
Definition at line 27 of file kexicustompropertyfactory.h.
Public Types | |
| enum | PropertyType { PixmapId = KoProperty::UserDefined+0, Identifier = KoProperty::UserDefined+1 } |
Public Member Functions | |
| KexiCustomPropertyFactory (QObject *parent) | |
| virtual | ~KexiCustomPropertyFactory () |
| virtual KoProperty::CustomProperty * | createCustomProperty (KoProperty::Property *parent) |
| virtual KoProperty::Widget * | createCustomWidget (KoProperty::Property *prop) |
Static Public Member Functions | |
| static void | init () |
| Called once to register all propert and editor types provided by this factory. | |
Member Enumeration Documentation
|
|
Definition at line 30 of file kexicustompropertyfactory.h. |
Constructor & Destructor Documentation
|
|
Definition at line 69 of file kexicustompropertyfactory.cpp. Referenced by init(). |
|
|
Definition at line 74 of file kexicustompropertyfactory.cpp. |
Member Function Documentation
|
|
Definition at line 78 of file kexicustompropertyfactory.cpp. References Identifier, and PixmapId. |
|
|
Definition at line 88 of file kexicustompropertyfactory.cpp. References Identifier, and PixmapId. |
|
|
Called once to register all propert and editor types provided by this factory.
Definition at line 99 of file kexicustompropertyfactory.cpp. References Identifier, KexiCustomPropertyFactory(), and PixmapId. Referenced by KexiFormManager::KexiFormManager(), and KexiTableDesignerView::KexiTableDesignerView(). |
The documentation for this class was generated from the following files:
