kexi
KexiMacroPropertyWidget Class Reference
#include <keximacroproperty.h>
Detailed Description
Implementation of a KoProperty::Widget used to display and edit a KexiMacroProperty .
Definition at line 139 of file keximacroproperty.h.
Public Member Functions | |
| KexiMacroPropertyWidget (KoProperty::Property *property, QWidget *parent=0) | |
| virtual | ~KexiMacroPropertyWidget () |
| virtual QVariant | value () const |
| virtual void | setValue (const QVariant &value, bool emitChange=true) |
Protected Member Functions | |
| virtual void | setReadOnlyInternal (bool readOnly) |
Constructor & Destructor Documentation
| KexiMacroPropertyWidget::KexiMacroPropertyWidget | ( | KoProperty::Property * | property, | |
| QWidget * | parent = 0 | |||
| ) | [explicit] |
| KexiMacroPropertyWidget::~KexiMacroPropertyWidget | ( | ) | [virtual] |
Member Function Documentation
| QVariant KexiMacroPropertyWidget::value | ( | ) | const [virtual] |
| void KexiMacroPropertyWidget::setValue | ( | const QVariant & | value, | |
| bool | emitChange = true | |||
| ) | [virtual] |
Set the value value this widget has.
If emitChange is true, the KoProperty::Widget::valueChanged signal will be emitted.
Definition at line 571 of file keximacroproperty.cpp.
| void KexiMacroPropertyWidget::setReadOnlyInternal | ( | bool | readOnly | ) | [protected, virtual] |
The documentation for this class was generated from the following files:

