PropertyLib::PDoubleNumInput Class Reference
Property editor with double num input box. More...
#include <pdoublenuminput.h>
Inheritance diagram for PropertyLib::PDoubleNumInput:


Public Member Functions | |
PDoubleNumInput (MultiProperty *property, QWidget *parent=0, const char *name=0) | |
virtual QVariant | value () const |
virtual void | setValue (const QVariant &value, bool emitChange=true) |
Sets the value shown in the editor widget. | |
Private Slots | |
void | updateProperty (double val) |
Private Attributes | |
KDoubleNumInput * | m_edit |
Detailed Description
Property editor with double num input box.
Definition at line 32 of file pdoublenuminput.h.
Constructor & Destructor Documentation
|
Definition at line 29 of file pdoublenuminput.cpp. References m_edit, KDoubleNumInput::setLabel(), and updateProperty(). |
Member Function Documentation
|
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 49 of file pdoublenuminput.cpp. References m_edit, PropertyLib::PropertyWidget::propertyChanged(), KDoubleNumInput::setValue(), and updateProperty(). |
|
Definition at line 58 of file pdoublenuminput.cpp. References PropertyLib::PropertyWidget::propertyChanged(). Referenced by PDoubleNumInput(), and setValue(). |
|
Implements PropertyLib::PropertyWidget. Definition at line 44 of file pdoublenuminput.cpp. References m_edit, and KDoubleNumInput::value. |
Member Data Documentation
|
Definition at line 48 of file pdoublenuminput.h. Referenced by PDoubleNumInput(), setValue(), and value(). |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/pdoublenuminput.h
- lib/widgets/propeditor/pdoublenuminput.cpp