|
vizkit3d
|
#include <QPropertyBrowserWidget.hpp>
Protected Slots | |
| void | propertyChangedInGUI (QtProperty *property, const QVariant &val) |
| void | propertyChangedInObject (QString property_name) |
| void | propertyChangedInObject () |
| void | propObjDestroyed (QObject *) |
Additional Inherited Members | |
Public Types inherited from QtTreePropertyBrowser | |
| enum | ResizeMode { Interactive, Stretch, Fixed, ResizeToContents } |
Public Slots inherited from QtAbstractPropertyBrowser | |
| QtBrowserItem * | addProperty (QtProperty *property) |
| QtBrowserItem * | insertProperty (QtProperty *property, QtProperty *afterProperty) |
| void | removeProperty (QtProperty *property) |
Signals inherited from QtTreePropertyBrowser | |
| void | collapsed (QtBrowserItem *item) |
| void | expanded (QtBrowserItem *item) |
Signals inherited from QtAbstractPropertyBrowser | |
| void | currentItemChanged (QtBrowserItem *) |
Protected Member Functions inherited from QtTreePropertyBrowser | |
| virtual void | itemInserted (QtBrowserItem *item, QtBrowserItem *afterItem) |
| virtual void | itemRemoved (QtBrowserItem *item) |
| virtual void | itemChanged (QtBrowserItem *item) |
Protected Member Functions inherited from QtAbstractPropertyBrowser | |
| virtual QWidget * | createEditor (QtProperty *property, QWidget *parent) |
Properties inherited from QtTreePropertyBrowser | |
| int | indentation |
| indentation of the items in the tree view. More... | |
| bool | rootIsDecorated |
| whether to show controls for expanding and collapsing root items. More... | |
| bool | alternatingRowColors |
| whether to draw the background using alternating colors. By default this property is set to true. More... | |
| bool | headerVisible |
| whether to show the header. More... | |
| ResizeMode | resizeMode |
| the resize mode of setions in the header. More... | |
| int | splitterPosition |
| the position of the splitter between the colunms. More... | |
| bool | propertiesWithoutValueMarked |
| whether to enable or disable marking properties without value. More... | |
| vizkit3d::QPropertyBrowserWidget::QPropertyBrowserWidget | ( | QWidget * | parent = 0 | ) |
| 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.
| 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.
|
protectedslot |
Slot, to handle updates from the GUI
|
protectedslot |
Slot, to handle updates from the QObjects
|
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.
|
protectedslot |
| void vizkit3d::QPropertyBrowserWidget::removeProperties | ( | QObject * | obj | ) |
Removes all properies of a QObject from the property browser widget.
1.8.11