pyesnobutton.h
40 virtual void drawViewer(TQPainter* p, const TQColorGroup& cg, const TQRect& r, const TQVariant& value);
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: pyesnobutton.cpp:51
Property editor with yes-no button to edit boolean values.
Definition: pyesnobutton.h:32
An abstract base class of property viewer and editor vidget.
Definition: propertywidget.h:49
Contains PropertyLib::PropertyWidget class.
virtual void setValue(const TQVariant &value, bool emitChange)
Sets the value shown in the editor widget.
Definition: pyesnobutton.cpp:56
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49