|
#include <ArmarXGui/gui-plugins/ObserverPropertiesPlugin/widgets/properties/ElementaryCheckPropertiesWidget.h>
Public Member Functions | |
ElementaryCheckPropertiesWidget (const ConditionCheckBasePtr check, std::string checkName, bool showSupportedTypes=true, bool showParameters=true, bool showResult=true, QWidget *parent=0, Qt::WindowFlags f=0) | |
Public Member Functions inherited from PropertiesWidget | |
virtual void | createUi () |
QGridLayout * | getContentLayout () const |
PropertiesWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
~PropertiesWidget () override | |
Additional Inherited Members | |
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 Attributes inherited from PropertiesWidget | |
const std::string | rawLabelPropertyString = "RawLabel" |
Definition at line 37 of file ElementaryCheckPropertiesWidget.h.
ElementaryCheckPropertiesWidget | ( | const ConditionCheckBasePtr | check, |
std::string | checkName, | ||
bool | showSupportedTypes = true , |
||
bool | showParameters = true , |
||
bool | showResult = true , |
||
QWidget * | parent = 0 , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 35 of file ElementaryCheckPropertiesWidget.cpp.