#include <textpropertywidgetitem.h>
Public Slots | |
void | setEditValue (const QVariant &value) |
void | textEdited (QString value) |
Public Member Functions | |
TextPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
~TextPropertyWidgetItem () | |
virtual QStringList | supportedDataTypes () const |
virtual PropertyWidgetItem * | instantiate () |
Definition at line 29 of file textpropertywidgetitem.h.
TextPropertyWidgetItem::TextPropertyWidgetItem | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 30 of file textpropertywidgetitem.cpp.
TextPropertyWidgetItem::~TextPropertyWidgetItem | ( | ) |
Definition at line 36 of file textpropertywidgetitem.cpp.
PropertyWidgetItem * TextPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 50 of file textpropertywidgetitem.cpp.
void TextPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 56 of file textpropertywidgetitem.cpp.
QStringList TextPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 42 of file textpropertywidgetitem.cpp.
void TextPropertyWidgetItem::textEdited | ( | QString | value | ) | [slot] |
Definition at line 62 of file textpropertywidgetitem.cpp.