GammaRay
2.2.0
|
Non-UI part of the property widget. More...
#include <propertycontroller.h>
Public Member Functions | |
PropertyController (const QString &baseName, QObject *parent) | |
const QString & | objectBaseName () |
void | registerModel (QAbstractItemModel *model, const QString &nameSuffix) |
void | setMetaObject (const QMetaObject *metaObject) |
void | setObject (QObject *object) |
void | setObject (void *object, const QString &className) |
Public Member Functions inherited from GammaRay::PropertyControllerInterface | |
PropertyControllerInterface (const QString &name, QObject *parent=0) | |
QString | name () const |
Static Public Member Functions | |
template<typename T > | |
static void | registerExtension () |
Additional Inherited Members | |
Signals inherited from GammaRay::PropertyControllerInterface | |
void | availableExtensionsChanged (const QStringList &availableExtensions) |
Non-UI part of the property widget.