#include <intpropertywidgetitem.h>
Public Slots | |
void | setEditProperty (const QString &propertyName) |
void | setEditValue (const QVariant &value) |
void | intValueChanged (int value) |
void | uintValueChanged (int value) |
Public Member Functions | |
IntPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
~IntPropertyWidgetItem () | |
virtual QStringList | supportedDataTypes () const |
virtual PropertyWidgetItem * | instantiate () |
Definition at line 29 of file intpropertywidgetitem.h.
IntPropertyWidgetItem::IntPropertyWidgetItem | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 31 of file intpropertywidgetitem.cpp.
IntPropertyWidgetItem::~IntPropertyWidgetItem | ( | ) |
Definition at line 36 of file intpropertywidgetitem.cpp.
PropertyWidgetItem * IntPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 51 of file intpropertywidgetitem.cpp.
void IntPropertyWidgetItem::intValueChanged | ( | int | value | ) | [slot] |
Definition at line 63 of file intpropertywidgetitem.cpp.
void IntPropertyWidgetItem::setEditProperty | ( | const QString & | propertyName | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 74 of file intpropertywidgetitem.cpp.
void IntPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 57 of file intpropertywidgetitem.cpp.
QStringList IntPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 42 of file intpropertywidgetitem.cpp.
void IntPropertyWidgetItem::uintValueChanged | ( | int | value | ) | [slot] |
Definition at line 69 of file intpropertywidgetitem.cpp.