pdummywidget.h
53 virtual void drawViewer(TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value);
virtual void setValue(const TQVariant &value, bool emitChange)
Sets the value shown in the editor widget.
Definition: pdummywidget.cpp:36
Contains PropertyLib::MultiProperty class.
An abstract base class of property viewer and editor vidget.
Definition: propertywidget.h:49
Contains PropertyLib::PropertyWidget class.
virtual void drawViewer(TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value)
Function to draw a property viewer when the editor isn't shown.
Definition: pdummywidget.cpp:43
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49