#include <src/app/ddPropertiesPanel.h>
Definition at line 12 of file ddPropertiesPanel.h.
| ddPropertiesPanel::ddPropertiesPanel |
( |
QWidget * |
parent = 0 | ) |
|
| virtual ddPropertiesPanel::~ddPropertiesPanel |
( |
| ) |
|
|
virtual |
| QtVariantProperty* ddPropertiesPanel::addEnumProperty |
( |
const QString & |
name, |
|
|
const QVariant & |
value |
|
) |
| |
| QtVariantProperty* ddPropertiesPanel::addGroup |
( |
const QString & |
name, |
|
|
const QString & |
description |
|
) |
| |
| QtVariantProperty* ddPropertiesPanel::addProperty |
( |
const QString & |
name, |
|
|
const QVariant & |
value |
|
) |
| |
| QtVariantProperty* ddPropertiesPanel::addSubProperty |
( |
const QString & |
name, |
|
|
const QVariant & |
value, |
|
|
QtVariantProperty * |
parent |
|
) |
| |
| void ddPropertiesPanel::clear |
( |
| ) |
|
|
slot |
| QtVariantProperty* ddPropertiesPanel::getParentProperty |
( |
QtVariantProperty * |
parent | ) |
const |
| QtVariantProperty* ddPropertiesPanel::getProperty |
( |
const QString & |
name | ) |
const |
| QtVariantProperty* ddPropertiesPanel::getSubProperty |
( |
QtVariantProperty * |
parent, |
|
|
const QString & |
name |
|
) |
| const |
| QtVariantProperty* ddPropertiesPanel::getSubProperty |
( |
QtVariantProperty * |
parent, |
|
|
int |
childIndex |
|
) |
| const |
| int ddPropertiesPanel::getSubPropertyIndex |
( |
QtVariantProperty * |
property | ) |
const |
| void ddPropertiesPanel::onPropertyValueChanged |
( |
QtProperty * |
property | ) |
|
|
protectedslot |
| QtAbstractPropertyBrowser* ddPropertiesPanel::propertyBrowser |
( |
| ) |
const |
| QtVariantPropertyManager* ddPropertiesPanel::propertyManager |
( |
| ) |
const |
| void ddPropertiesPanel::propertyValueChanged |
( |
QtVariantProperty * |
property | ) |
|
|
signal |
| void ddPropertiesPanel::setBrowserModeToTree |
( |
| ) |
|
| void ddPropertiesPanel::setBrowserModeToWidget |
( |
| ) |
|
| ddInternal* ddPropertiesPanel::Internal |
|
protected |
The documentation for this class was generated from the following file: