|
#include <ArmarXGui/gui-plugins/ObserverPropertiesPlugin/widgets/VariantWidget.h>
Public Slots | |
void | lineEdit_editFinished () |
void | setValue (const VariantPtr &variant) |
void | update (const std::map< std::string, VariantBasePtr > &map) |
void | update (const std::vector< VariantBasePtr > &vec) |
void | update (const VariantBasePtr &v) |
Public Member Functions | |
bool | getEnableEdit () |
bool | getShowType () |
QString | getValueText () |
Variant & | getVariant () |
void | setEnableEdit (bool enableEdit) |
void | setShowType (bool showType) |
VariantWidget (QWidget *parent=nullptr) | |
VariantWidget (VariantPtr variant, QWidget *parent=0, Qt::WindowFlags f=0) | |
Definition at line 38 of file VariantWidget.h.
VariantWidget | ( | VariantPtr | variant, |
QWidget * | parent = 0 , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 31 of file VariantWidget.cpp.
VariantWidget | ( | QWidget * | parent = nullptr | ) |
Definition at line 387 of file VariantWidget.cpp.
bool getEnableEdit | ( | ) |
bool getShowType | ( | ) |
Definition at line 122 of file VariantWidget.cpp.
QString getValueText | ( | ) |
Variant& getVariant | ( | ) |
|
slot |
Definition at line 174 of file VariantWidget.cpp.
void setEnableEdit | ( | bool | enableEdit | ) |
void setShowType | ( | bool | showType | ) |
Definition at line 111 of file VariantWidget.cpp.
|
slot |
|
slot |
Definition at line 446 of file VariantWidget.cpp.
|
slot |
|
slot |
Definition at line 423 of file VariantWidget.cpp.