PropertyLib::PSizeEdit Class Reference
#include <psizeedit.h>
Inheritance diagram for PropertyLib::PSizeEdit:

Public Member Functions | |
PSizeEdit (MultiProperty *property, TQWidget *parent=0, const char *name=0) | |
virtual TQVariant | value () const |
virtual void | drawViewer (TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value) |
virtual void | setValue (const TQVariant &value, bool emitChange) |
![]() | |
PropertyWidget (MultiProperty *property, TQWidget *parent=0, const char *name=0) | |
virtual TQString | propertyName () const |
virtual void | setProperty (MultiProperty *property) |
virtual void | setValueList (const TQMap< TQString, TQVariant > &valueList) |
virtual void | undo () |
Additional Inherited Members | |
![]() | |
void | propertyChanged (MultiProperty *property, const TQVariant &value) |
![]() | |
MultiProperty * | m_property |
Detailed Description
Property editor for TQSize values.
Definition at line 34 of file psizeedit.h.
Member Function Documentation
◆ drawViewer()
|
virtual |
Function to draw a property viewer when the editor isn't shown.
Reimplemented from PropertyLib::PropertyWidget.
Definition at line 44 of file psizeedit.cpp.
◆ setValue()
|
virtual |
Sets the value shown in the editor widget.
Set emitChange to false if you don't want to emit propertyChanged signal.
Implements PropertyLib::PropertyWidget.
Definition at line 52 of file psizeedit.cpp.
◆ value()
|
virtual |
- Returns
- the value currently entered in the editor widget.
Implements PropertyLib::PropertyWidget.
Definition at line 39 of file psizeedit.cpp.
The documentation for this class was generated from the following files: