PropertyLib::PSymbolCombo Class Reference
Property editor with char selector. More...
#include <psymbolcombo.h>
Inheritance diagram for PropertyLib::PSymbolCombo:


Public Slots | |
void | selectChar () |
Public Member Functions | |
PSymbolCombo (MultiProperty *property, QWidget *parent=0, const char *name=0) | |
virtual QVariant | value () const |
virtual void | setValue (const QVariant &value, bool emitChange=true) |
Sets the value shown in the editor widget. | |
virtual void | drawViewer (QPainter *p, const QColorGroup &cg, const QRect &r, const QVariant &value) |
Function to draw a property viewer when the editor isn't shown. | |
Private Slots | |
void | updateProperty (const QString &val) |
Private Attributes | |
QLineEdit * | m_edit |
QPushButton * | m_select |
QHBoxLayout * | l |
Detailed Description
Property editor with char selector.
Definition at line 35 of file psymbolcombo.h.
Constructor & Destructor Documentation
|
Definition at line 38 of file psymbolcombo.cpp. References l, m_edit, m_select, selectChar(), and updateProperty(). |
Member Function Documentation
|
Function to draw a property viewer when the editor isn't shown.
Reimplemented from PropertyLib::PropertyWidget. Definition at line 120 of file psymbolcombo.cpp. |
|
Definition at line 83 of file psymbolcombo.cpp. References KCharSelect::chr(), m_edit, and KCharSelect::setChar(). Referenced by PSymbolCombo(). |
|
Sets the value shown in the editor widget. Set emitChange to false if you don't want to emit propertyChanged signal. Implements PropertyLib::PropertyWidget. Definition at line 67 of file psymbolcombo.cpp. References m_edit, PropertyLib::PropertyWidget::propertyChanged(), and updateProperty(). |
|
Definition at line 115 of file psymbolcombo.cpp. References PropertyLib::PropertyWidget::propertyChanged(). Referenced by PSymbolCombo(), and setValue(). |
|
Implements PropertyLib::PropertyWidget. Definition at line 59 of file psymbolcombo.cpp. References m_edit. |
Member Data Documentation
|
Definition at line 57 of file psymbolcombo.h. Referenced by PSymbolCombo(). |
|
Definition at line 55 of file psymbolcombo.h. Referenced by PSymbolCombo(), selectChar(), setValue(), and value(). |
|
Definition at line 56 of file psymbolcombo.h. Referenced by PSymbolCombo(). |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/psymbolcombo.h
- lib/widgets/propeditor/psymbolcombo.cpp