#include <qurlpropertywidgetitem.h>
Public Slots | |
| virtual void | setEditValue (const QVariant &value) |
| void | urlValueChanged () |
Public Member Functions | |
| QUrlPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~QUrlPropertyWidgetItem () | |
| virtual GluonCreator::PropertyWidgetItem * | instantiate () |
| virtual QStringList | supportedDataTypes () const |
Definition at line 27 of file qurlpropertywidgetitem.h.
| QUrlPropertyWidgetItem::QUrlPropertyWidgetItem | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | f = 0 | |||
| ) | [explicit] |
Definition at line 30 of file qurlpropertywidgetitem.cpp.
| QUrlPropertyWidgetItem::~QUrlPropertyWidgetItem | ( | ) |
Definition at line 39 of file qurlpropertywidgetitem.cpp.
| GluonCreator::PropertyWidgetItem * QUrlPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 43 of file qurlpropertywidgetitem.cpp.
| void QUrlPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 57 of file qurlpropertywidgetitem.cpp.
| QStringList QUrlPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 49 of file qurlpropertywidgetitem.cpp.
| void QUrlPropertyWidgetItem::urlValueChanged | ( | ) | [slot] |
Definition at line 63 of file qurlpropertywidgetitem.cpp.
1.6.3