|
The WidgetNameDialog class. More...
#include <ArmarXGui/applications/ArmarXGui/Widgets/WidgetNameDialog.h>
Public Slots | |
bool | checkWidgetName (QString name) |
Public Member Functions | |
QString | getWidgetName () const |
WidgetNameDialog (QString widgetName, ArmarXMainWindow *parent=0) | |
Public Attributes | |
QDialogButtonBox * | buttonBox |
QLineEdit * | editWidgetName |
QLabel * | labelWidgetName |
QGridLayout * | layout |
ArmarXMainWindow * | parent |
The WidgetNameDialog class.
Definition at line 42 of file WidgetNameDialog.h.
WidgetNameDialog | ( | QString | widgetName, |
ArmarXMainWindow * | parent = 0 |
||
) |
|
slot |
QString getWidgetName | ( | ) | const |
QDialogButtonBox* buttonBox |
Definition at line 54 of file WidgetNameDialog.h.
QLineEdit* editWidgetName |
Definition at line 53 of file WidgetNameDialog.h.
QLabel* labelWidgetName |
Definition at line 52 of file WidgetNameDialog.h.
QGridLayout* layout |
Definition at line 51 of file WidgetNameDialog.h.
ArmarXMainWindow* parent |
Definition at line 50 of file WidgetNameDialog.h.