|
|
#include <ArmarXGui/gui-plugins/ObserverPropertiesPlugin/widgets/properties/DataFieldPropertiesWidget.h>
Inheritance diagram for DataFieldPropertiesWidget:Public Slots | |
| void | copyValueToClipboard () |
| void | toggleAutoRefresh (bool) |
Public Slots inherited from PropertiesWidget | |
| void | addHeading (const QString &heading) |
| void | addProperty (const QString &label, const QString &text) |
| void | addProperty (const QString &label, QWidget *propertyWidget) |
| void | addWidget (QWidget *widget) |
| void | setPropertiesTitle (const QString &title) |
| void | setProperty (const QString &label, const QString &text) |
| void | setProperty (int row, const QString &label, const QString &text) |
Public Member Functions | |
| DataFieldPropertiesWidget (std::string description, DatafieldRefPtr dataFieldIdentifier, VariantPtr variant, IceManagerPtr iceManager, QWidget *parent=0, Qt::WindowFlags f=0) | |
| DataFieldIdentifierPtr | getDatafieldIdentifier () const |
| bool | getEnableEdit () |
| VariantPtr | getVariant () |
| void | setEnableEdit (bool enableEdit) |
| ~DataFieldPropertiesWidget () override | |
Public Member Functions inherited from PropertiesWidget | |
| QGridLayout * | getContentLayout () const |
| PropertiesWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~PropertiesWidget () override | |
Protected Member Functions | |
| void | updateValue () |
Additional Inherited Members | |
Public Attributes inherited from PropertiesWidget | |
| const std::string | rawLabelPropertyString = "RawLabel" |
Definition at line 45 of file DataFieldPropertiesWidget.h.
| DataFieldPropertiesWidget | ( | std::string | description, |
| DatafieldRefPtr | dataFieldIdentifier, | ||
| VariantPtr | variant, | ||
| IceManagerPtr | iceManager, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 39 of file DataFieldPropertiesWidget.cpp.
|
override |
Definition at line 61 of file DataFieldPropertiesWidget.cpp.
|
slot |
Definition at line 106 of file DataFieldPropertiesWidget.cpp.
Here is the call graph for this function:| DataFieldIdentifierPtr getDatafieldIdentifier | ( | ) | const |
Definition at line 80 of file DataFieldPropertiesWidget.cpp.
Here is the caller graph for this function:| bool getEnableEdit | ( | ) |
Definition at line 74 of file DataFieldPropertiesWidget.cpp.
Here is the call graph for this function:| VariantPtr getVariant | ( | ) |
Definition at line 86 of file DataFieldPropertiesWidget.cpp.
Here is the caller graph for this function:| void setEnableEdit | ( | bool | enableEdit | ) |
Definition at line 68 of file DataFieldPropertiesWidget.cpp.
Here is the call graph for this function:
|
slot |
Definition at line 92 of file DataFieldPropertiesWidget.cpp.
Here is the call graph for this function:
|
protected |
Definition at line 171 of file DataFieldPropertiesWidget.cpp.
Here is the call graph for this function: