PropertyWidget Class Reference
#include <propertywidget.h>
Inheritance diagram for PropertyWidget:

Public Member Functions | |
virtual | ~PropertyWidget () |
virtual QVariant | value () const =0 |
virtual void | setValue (const QVariant value, bool emitChange=true)=0 |
virtual QString | pname () const |
virtual void | setPName (const QString pname) |
Private Attributes | |
QString | m_name |
Constructor & Destructor Documentation
|
Definition at line 26 of file propertywidget.h. |
Member Function Documentation
|
|
Definition at line 26 of file propertywidget.cpp. References m_name, and setPName(). Referenced by setPName(). |
|
Implemented in PCheckBox, PColorCombo, PComboBox, PDoubleNumInput, PFontCombo, PLineEdit, PLineStyle, PSpinBox, PStringListEdit, and PSymbolCombo. |
|
Implemented in PCheckBox, PColorCombo, PComboBox, PDoubleNumInput, PFontCombo, PLineEdit, PLineStyle, PSpinBox, PStringListEdit, and PSymbolCombo. |
Member Data Documentation
|
Definition at line 34 of file propertywidget.h. Referenced by pname(), and setPName(). |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/propertywidget.h
- lib/widgets/propeditor/propertywidget.cpp