DataFieldPropertiesWidget Class Reference

#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"
 

Detailed Description

Definition at line 41 of file DataFieldPropertiesWidget.h.

Constructor & Destructor Documentation

◆ DataFieldPropertiesWidget()

DataFieldPropertiesWidget ( std::string  description,
DatafieldRefPtr  dataFieldIdentifier,
VariantPtr  variant,
IceManagerPtr  iceManager,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Definition at line 35 of file DataFieldPropertiesWidget.cpp.

◆ ~DataFieldPropertiesWidget()

Definition at line 52 of file DataFieldPropertiesWidget.cpp.

Member Function Documentation

◆ copyValueToClipboard

void copyValueToClipboard ( )
slot

Definition at line 92 of file DataFieldPropertiesWidget.cpp.

+ Here is the call graph for this function:

◆ getDatafieldIdentifier()

DataFieldIdentifierPtr getDatafieldIdentifier ( ) const

Definition at line 69 of file DataFieldPropertiesWidget.cpp.

+ Here is the caller graph for this function:

◆ getEnableEdit()

bool getEnableEdit ( )

Definition at line 64 of file DataFieldPropertiesWidget.cpp.

+ Here is the call graph for this function:

◆ getVariant()

VariantPtr getVariant ( )

Definition at line 74 of file DataFieldPropertiesWidget.cpp.

+ Here is the caller graph for this function:

◆ setEnableEdit()

void setEnableEdit ( bool  enableEdit)

Definition at line 58 of file DataFieldPropertiesWidget.cpp.

+ Here is the call graph for this function:

◆ toggleAutoRefresh

void toggleAutoRefresh ( bool  toggled)
slot

Definition at line 79 of file DataFieldPropertiesWidget.cpp.

+ Here is the call graph for this function:

◆ updateValue()

void updateValue ( )
protected

Definition at line 148 of file DataFieldPropertiesWidget.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: