PropertiesWidget Class Reference

#include <ArmarXGui/gui-plugins/ObserverPropertiesPlugin/widgets/properties/PropertiesWidget.h>

+ Inheritance diagram for PropertiesWidget:

Public Slots

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

virtual void createUi ()
 
QGridLayout * getContentLayout () const
 
 PropertiesWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~PropertiesWidget () override
 

Public Attributes

const std::string rawLabelPropertyString = "RawLabel"
 

Detailed Description

Definition at line 37 of file PropertiesWidget.h.

Constructor & Destructor Documentation

◆ PropertiesWidget()

PropertiesWidget ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
inline

Definition at line 41 of file PropertiesWidget.h.

+ Here is the call graph for this function:

◆ ~PropertiesWidget()

~PropertiesWidget ( )
inlineoverride

Definition at line 48 of file PropertiesWidget.h.

Member Function Documentation

◆ addHeading

void addHeading ( const QString &  heading)
inlineslot

Definition at line 125 of file PropertiesWidget.h.

◆ addProperty [1/2]

void addProperty ( const QString &  label,
const QString &  text 
)
inlineslot

Definition at line 81 of file PropertiesWidget.h.

+ Here is the call graph for this function:

◆ addProperty [2/2]

void addProperty ( const QString &  label,
QWidget *  propertyWidget 
)
inlineslot

Definition at line 72 of file PropertiesWidget.h.

◆ addWidget

void addWidget ( QWidget *  widget)
inlineslot

Definition at line 136 of file PropertiesWidget.h.

◆ createUi()

virtual void createUi ( )
inlinevirtual

Definition at line 50 of file PropertiesWidget.h.

+ Here is the caller graph for this function:

◆ getContentLayout()

QGridLayout* getContentLayout ( ) const
inline

Definition at line 143 of file PropertiesWidget.h.

◆ setPropertiesTitle

void setPropertiesTitle ( const QString &  title)
inlineslot

Definition at line 65 of file PropertiesWidget.h.

+ Here is the caller graph for this function:

◆ setProperty [1/2]

void setProperty ( const QString &  label,
const QString &  text 
)
inlineslot

Definition at line 101 of file PropertiesWidget.h.

+ Here is the call graph for this function:

◆ setProperty [2/2]

void setProperty ( int  row,
const QString &  label,
const QString &  text 
)
inlineslot

Definition at line 87 of file PropertiesWidget.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ rawLabelPropertyString

const std::string rawLabelPropertyString = "RawLabel"

Definition at line 142 of file PropertiesWidget.h.


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