lib
KoProperty::SymbolCombo Class Reference
Inheritance diagram for KoProperty::SymbolCombo:

Detailed Description
Definition at line 31 of file symbolcombo.h.
Public Member Functions | |
SymbolCombo (Property *property, QWidget *parent=0, const char *name=0) | |
virtual | ~SymbolCombo () |
virtual QVariant | value () const |
virtual void | setValue (const QVariant &value, bool emitChange=true) |
virtual void | drawViewer (QPainter *p, const QColorGroup &cg, const QRect &r, const QVariant &value) |
Protected Slots | |
void | selectChar () |
void | slotValueChanged (const QString &text) |
Protected Member Functions | |
virtual void | setReadOnlyInternal (bool readOnly) |
Member Function Documentation
void SymbolCombo::drawViewer | ( | QPainter * | p, | |
const QColorGroup & | cg, | |||
const QRect & | r, | |||
const QVariant & | value | |||
) | [virtual] |
Function to draw a property viewer when the item editor isn't shown.
Reimplemented from KoProperty::Widget.
Definition at line 93 of file symbolcombo.cpp.
void SymbolCombo::setReadOnlyInternal | ( | bool | readOnly | ) | [protected, virtual] |
Called by setReadOnly(bool). For implementation: for read-only you should disable editing in the appropriate widget(s).
Implements KoProperty::Widget.
Definition at line 125 of file symbolcombo.cpp.
void SymbolCombo::setValue | ( | const QVariant & | value, | |
bool | emitChange = true | |||
) | [virtual] |
Sets the value shown in the item editor widget. Set emitChange to false if you don't want to emit propertyChanged signal.
Implements KoProperty::Widget.
Definition at line 76 of file symbolcombo.cpp.
QVariant SymbolCombo::value | ( | ) | const [virtual] |
- Returns:
- the value currently entered in the item editor widget.
Implements KoProperty::Widget.
Definition at line 67 of file symbolcombo.cpp.
The documentation for this class was generated from the following files: