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

Detailed Description
Definition at line 30 of file dummywidget.h.
Public Member Functions | |
DummyWidget (Property *property, QWidget *parent=0, const char *name=0) | |
virtual | ~DummyWidget () |
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 Member Functions | |
virtual void | setReadOnlyInternal (bool readOnly) |
Member Function Documentation
|
Function to draw a property viewer when the item editor isn't shown. Reimplemented from KoProperty::Widget. Definition at line 49 of file dummywidget.cpp. |
|
Called by setReadOnly(bool). For implementation: for read-only you should disable editing in the appropriate widget(s). Implements KoProperty::Widget. Definition at line 57 of file dummywidget.cpp. |
|
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 41 of file dummywidget.cpp. |
|
Implements KoProperty::Widget. Definition at line 35 of file dummywidget.cpp. |
The documentation for this class was generated from the following files: