#include <propertywidget.h>
Classes | |
class | PropertyWidgetPrivate |
Signals | |
void | propertyChanged (QObject *object, const QString &property, const QVariant &oldValue, const QVariant &newValue) |
Public Member Functions | |
PropertyWidget (QWidget *parent=0) | |
~PropertyWidget () | |
GluonCore::GluonObject * | object () const |
void | clear () |
void | setObject (GluonCore::GluonObject *object) |
void | appendObject (GluonCore::GluonObject *obj, bool useColor=false) |
Definition at line 41 of file propertywidget.h.
PropertyWidget::PropertyWidget | ( | QWidget * | parent = 0 |
) |
Definition at line 61 of file propertywidget.cpp.
PropertyWidget::~PropertyWidget | ( | ) |
Definition at line 65 of file propertywidget.cpp.
void PropertyWidget::appendObject | ( | GluonCore::GluonObject * | obj, | |
bool | useColor = false | |||
) |
Definition at line 115 of file propertywidget.cpp.
void PropertyWidget::clear | ( | ) |
Definition at line 110 of file propertywidget.cpp.
GluonCore::GluonObject * PropertyWidget::object | ( | ) | const |
Definition at line 70 of file propertywidget.cpp.
void GluonCreator::PropertyWidget::propertyChanged | ( | QObject * | object, | |
const QString & | property, | |||
const QVariant & | oldValue, | |||
const QVariant & | newValue | |||
) | [signal] |
void PropertyWidget::setObject | ( | GluonCore::GluonObject * | object | ) |
Definition at line 75 of file propertywidget.cpp.