#include <QPropertyBrowserWidget.hpp>
◆ QPropertyBrowserWidget()
| vizkit3d::QPropertyBrowserWidget::QPropertyBrowserWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ addGlobalProperties()
| void vizkit3d::QPropertyBrowserWidget::addGlobalProperties |
( |
QObject * |
obj, |
|
|
const QStringList & |
property_list |
|
) |
| |
Adds all properties of a QObject to the property browser widget as ungrouped global properties.
◆ addProperties()
| void vizkit3d::QPropertyBrowserWidget::addProperties |
( |
QObject * |
obj, |
|
|
QObject * |
parent = NULL |
|
) |
| |
Adds all properties of a QObject to the property browser widget, grouped by the name of the vizkit3d plugin.
◆ propertyChangedInGUI
| void vizkit3d::QPropertyBrowserWidget::propertyChangedInGUI |
( |
QtProperty * |
property, |
|
|
const QVariant & |
val |
|
) |
| |
|
protectedslot |
Slot, to handle updates from the GUI
◆ propertyChangedInObject [1/2]
| void vizkit3d::QPropertyBrowserWidget::propertyChangedInObject |
( |
QString |
property_name | ) |
|
|
protectedslot |
Slot, to handle updates from the QObjects
◆ propertyChangedInObject [2/2]
| void vizkit3d::QPropertyBrowserWidget::propertyChangedInObject |
( |
| ) |
|
|
protectedslot |
Slot, to handle updates from the QObjects Here the method has no information which property has changed, so it'll update all of them.
◆ propObjDestroyed
| void vizkit3d::QPropertyBrowserWidget::propObjDestroyed |
( |
QObject * |
delObj | ) |
|
|
protectedslot |
◆ removeProperties()
| void vizkit3d::QPropertyBrowserWidget::removeProperties |
( |
QObject * |
obj | ) |
|
Removes all properies of a QObject from the property browser widget.
The documentation for this class was generated from the following files: