#include <propertiesdock.h>
Classes | |
| class | PropertiesDockPrivate |
Public Slots | |
| void | selectionChanged (SelectionManager::SelectionList selection) |
| void | newComponent (GluonEngine::Component *comp) |
| void | propertyChanged (QObject *object, QString property, QVariant oldValue, QVariant newValue) |
Public Member Functions | |
| PropertiesDock (const QString &title, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| ~PropertiesDock () | |
Definition at line 34 of file propertiesdock.h.
| PropertiesDock::PropertiesDock | ( | const QString & | title, | |
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | flags = 0 | |||
| ) | [explicit] |
Definition at line 40 of file propertiesdock.cpp.
| PropertiesDock::~PropertiesDock | ( | ) |
Definition at line 53 of file propertiesdock.cpp.
| void PropertiesDock::newComponent | ( | GluonEngine::Component * | comp | ) | [slot] |
Definition at line 64 of file propertiesdock.cpp.
| void PropertiesDock::propertyChanged | ( | QObject * | object, | |
| QString | property, | |||
| QVariant | oldValue, | |||
| QVariant | newValue | |||
| ) | [slot] |
Definition at line 72 of file propertiesdock.cpp.
| void PropertiesDock::selectionChanged | ( | SelectionManager::SelectionList | selection | ) | [slot] |
Definition at line 58 of file propertiesdock.cpp.
1.6.3