PropertyLib::PFontButton Class Reference
#include <pfontbutton.h>
Inheritance diagram for PropertyLib::PFontButton:

Public Member Functions | |
PFontButton (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 () |
Protected Slots | |
void | updateProperty (const TQFont &font) |
Additional Inherited Members | |
![]() | |
void | propertyChanged (MultiProperty *property, const TQVariant &value) |
![]() | |
MultiProperty * | m_property |
Detailed Description
Property editor with font chooser button.
Definition at line 32 of file pfontbutton.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 55 of file pfontbutton.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 67 of file pfontbutton.cpp.
◆ value()
|
virtual |
- Returns
- the value currently entered in the editor widget.
Implements PropertyLib::PropertyWidget.
Definition at line 50 of file pfontbutton.cpp.
The documentation for this class was generated from the following files: