PropertyEditor Class Reference
#include <propertyeditor.h>
Inheritance diagram for PropertyEditor:

Public Slots | |
void | populateProperties (QMap< QString, PropPtr > *v_props) |
void | clearProperties () |
void | emitPropertyChange (QString name, QVariant newValue) |
Signals | |
void | propertyChanged (QString name, QVariant newValue) |
Signals the change of "name" property value to "newValue". | |
Public Member Functions | |
PropertyEditor (QWidget *parent=0, const char *name=0, WFlags f=0) | |
~PropertyEditor () | |
Private Attributes | |
QTable * | table |
QMap< QString, PropPtr > * | props |
Detailed Description
- Author:
- Alexander Dymo Docked window that contains property editor - QTable with customized editors
Definition at line 37 of file propertyeditor.h.
Constructor & Destructor Documentation
|
Definition at line 32 of file propertyeditor.cpp. References endl(), kdDebug(), PropertyEditor(), props, and table. Referenced by PropertyEditor(). |
|
Definition at line 54 of file propertyeditor.cpp. |
Member Function Documentation
|
Definition at line 77 of file propertyeditor.cpp. |
|
Definition at line 85 of file propertyeditor.cpp. References emitPropertyChange(), and propertyChanged(). Referenced by emitPropertyChange(). |
|
Definition at line 57 of file propertyeditor.cpp. References populateProperties(), props, and table. Referenced by BuildItemConfigWidget::BuildItemConfigWidget(), and populateProperties(). |
|
Signals the change of "name" property value to "newValue".
Referenced by emitPropertyChange(). |
Member Data Documentation
|
Definition at line 51 of file propertyeditor.h. Referenced by clearProperties(), populateProperties(), and PropertyEditor(). |
|
Definition at line 50 of file propertyeditor.h. Referenced by clearProperties(), populateProperties(), and PropertyEditor(). |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/propertyeditor.h
- lib/widgets/propeditor/propertyeditor.cpp