#include <floatpropertywidgetitem.h>
Public Slots | |
virtual void | setEditProperty (const QString &value) |
virtual void | setEditValue (const QVariant &value) |
void | floatValueChanged (double value) |
Public Member Functions | |
FloatPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
~FloatPropertyWidgetItem () | |
virtual QList< QString > | supportedDataTypes () const |
virtual PropertyWidgetItem * | instantiate () |
Definition at line 29 of file floatpropertywidgetitem.h.
FloatPropertyWidgetItem::FloatPropertyWidgetItem | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 31 of file floatpropertywidgetitem.cpp.
FloatPropertyWidgetItem::~FloatPropertyWidgetItem | ( | ) |
Definition at line 40 of file floatpropertywidgetitem.cpp.
void FloatPropertyWidgetItem::floatValueChanged | ( | double | value | ) | [slot] |
Definition at line 71 of file floatpropertywidgetitem.cpp.
PropertyWidgetItem * FloatPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 54 of file floatpropertywidgetitem.cpp.
void FloatPropertyWidgetItem::setEditProperty | ( | const QString & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 59 of file floatpropertywidgetitem.cpp.
void FloatPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 65 of file floatpropertywidgetitem.cpp.
QList< QString > FloatPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 46 of file floatpropertywidgetitem.cpp.