#include <enumpropertywidgetitem.h>
Public Slots | |
| virtual void | setEditObject (QObject *editThis) |
| virtual void | setEditValue (const QVariant &value) |
| virtual void | indexChanged (int newIndex) |
Public Member Functions | |
| EnumPropertyWidgetItem (const QString &typeName, QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~EnumPropertyWidgetItem () | |
| virtual PropertyWidgetItem * | instantiate () |
| virtual QStringList | supportedDataTypes () const |
Definition at line 28 of file enumpropertywidgetitem.h.
| EnumPropertyWidgetItem::EnumPropertyWidgetItem | ( | const QString & | typeName, | |
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | f = 0 | |||
| ) | [explicit] |
Definition at line 71 of file enumpropertywidgetitem.cpp.
| EnumPropertyWidgetItem::~EnumPropertyWidgetItem | ( | ) |
Definition at line 81 of file enumpropertywidgetitem.cpp.
| void EnumPropertyWidgetItem::indexChanged | ( | int | newIndex | ) | [virtual, slot] |
Definition at line 117 of file enumpropertywidgetitem.cpp.
| PropertyWidgetItem * EnumPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 87 of file enumpropertywidgetitem.cpp.
| void EnumPropertyWidgetItem::setEditObject | ( | QObject * | editThis | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 100 of file enumpropertywidgetitem.cpp.
| void EnumPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 109 of file enumpropertywidgetitem.cpp.
| QStringList EnumPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 93 of file enumpropertywidgetitem.cpp.
1.6.3