PSpinBox Class Reference
#include <pspinbox.h>
Inheritance diagram for PSpinBox:

Signals | |
void | propertyChanged (QString name, QVariant newValue) |
Public Member Functions | |
PSpinBox (const PropertyEditor *editor, const QString name, const QVariant value, QWidget *parent=0, const char *name=0) | |
PSpinBox (const PropertyEditor *editor, const QString name, const QVariant value, int minValue, int maxValue, int step=1, QWidget *parent=0, const char *name=0) | |
virtual QVariant | value () const |
virtual void | setValue (const QVariant value, bool emitChange=true) |
Private Slots | |
void | updateProperty (int val) |
Constructor & Destructor Documentation
|
Definition at line 22 of file pspinbox.cpp. References propertyChanged(), PSpinBox(), setValue(), and updateProperty(). Referenced by PSpinBox(). |
|
Definition at line 31 of file pspinbox.cpp. References propertyChanged(), PSpinBox(), setValue(), and updateProperty(). |
Member Function Documentation
|
Referenced by PSpinBox(), setValue(), and updateProperty(). |
|
Implements PropertyWidget. Definition at line 45 of file pspinbox.cpp. References PropertyWidget::pname(), propertyChanged(), and setValue(). Referenced by PSpinBox(), and setValue(). |
|
Definition at line 52 of file pspinbox.cpp. References PropertyWidget::pname(), propertyChanged(), and updateProperty(). Referenced by PSpinBox(), and updateProperty(). |
|
Implements PropertyWidget. Definition at line 40 of file pspinbox.cpp. |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/pspinbox.h
- lib/widgets/propeditor/pspinbox.cpp