#include <gluonobjectpropertywidgetitem.h>
Public Slots | |
void | browseForItems () |
void | setEditValue (const QVariant &value) |
void | objectValueChanged (GluonCore::GluonObject *value) |
void | openInEditor () |
Public Member Functions | |
GluonObjectPropertyWidgetItem (const QString &typeName, QWidget *parent=0, Qt::WindowFlags f=0) | |
~GluonObjectPropertyWidgetItem () | |
virtual PropertyWidgetItem * | instantiate () |
virtual QStringList | supportedDataTypes () const |
void | setTypeName (const QString &typeName) |
QString | typeName () const |
Definition at line 34 of file gluonobjectpropertywidgetitem.h.
GluonObjectPropertyWidgetItem::GluonObjectPropertyWidgetItem | ( | const QString & | typeName, | |
QWidget * | parent = 0 , |
|||
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 76 of file gluonobjectpropertywidgetitem.cpp.
GluonObjectPropertyWidgetItem::~GluonObjectPropertyWidgetItem | ( | ) |
Definition at line 103 of file gluonobjectpropertywidgetitem.cpp.
void GluonObjectPropertyWidgetItem::browseForItems | ( | ) | [slot] |
Definition at line 134 of file gluonobjectpropertywidgetitem.cpp.
PropertyWidgetItem * GluonObjectPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 109 of file gluonobjectpropertywidgetitem.cpp.
void GluonObjectPropertyWidgetItem::objectValueChanged | ( | GluonCore::GluonObject * | value | ) | [slot] |
Definition at line 201 of file gluonobjectpropertywidgetitem.cpp.
void GluonObjectPropertyWidgetItem::openInEditor | ( | ) | [slot] |
Definition at line 171 of file gluonobjectpropertywidgetitem.cpp.
void GluonObjectPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 182 of file gluonobjectpropertywidgetitem.cpp.
void GluonObjectPropertyWidgetItem::setTypeName | ( | const QString & | typeName | ) |
Definition at line 122 of file gluonobjectpropertywidgetitem.cpp.
QStringList GluonObjectPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 115 of file gluonobjectpropertywidgetitem.cpp.
QString GluonObjectPropertyWidgetItem::typeName | ( | ) | const |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 128 of file gluonobjectpropertywidgetitem.cpp.