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

Detailed Description
Definition at line 50 of file spinbox.h.
Public Member Functions | |
| IntEdit (Property *property, QWidget *parent=0, const char *name=0) | |
| virtual | ~IntEdit () |
| 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 | slotValueChanged (int value) |
Protected Member Functions | |
| virtual void | setReadOnlyInternal (bool readOnly) |
| void | updateSpinWidgets () |
Member Function Documentation
| QVariant IntEdit::value | ( | ) | const [virtual] |
- Returns:
- the value currently entered in the item editor widget.
Implements KoProperty::Widget.
Definition at line 112 of file spinbox.cpp.
| void IntEdit::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 120 of file spinbox.cpp.
| void IntEdit::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 131 of file spinbox.cpp.
| void IntEdit::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 167 of file spinbox.cpp.
The documentation for this class was generated from the following files:

