#include <vectorpropertywidgetitem.h>
Classes | |
class | VectorPropertyWidgetItemPrivate |
Public Slots | |
void | setEditValue (const QVariant &value) |
void | xValueChanged (double value) |
void | yValueChanged (double value) |
void | zValueChanged (double value) |
Public Member Functions | |
VectorPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
~VectorPropertyWidgetItem () | |
virtual QStringList | supportedDataTypes () const |
virtual PropertyWidgetItem * | instantiate () |
Definition at line 30 of file vectorpropertywidgetitem.h.
VectorPropertyWidgetItem::VectorPropertyWidgetItem | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 47 of file vectorpropertywidgetitem.cpp.
VectorPropertyWidgetItem::~VectorPropertyWidgetItem | ( | ) |
Definition at line 77 of file vectorpropertywidgetitem.cpp.
PropertyWidgetItem * VectorPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 91 of file vectorpropertywidgetitem.cpp.
void VectorPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 96 of file vectorpropertywidgetitem.cpp.
QStringList VectorPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 83 of file vectorpropertywidgetitem.cpp.
void VectorPropertyWidgetItem::xValueChanged | ( | double | value | ) | [slot] |
Definition at line 105 of file vectorpropertywidgetitem.cpp.
void VectorPropertyWidgetItem::yValueChanged | ( | double | value | ) | [slot] |
Definition at line 111 of file vectorpropertywidgetitem.cpp.
void VectorPropertyWidgetItem::zValueChanged | ( | double | value | ) | [slot] |
Definition at line 117 of file vectorpropertywidgetitem.cpp.