|
|
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/RenameGroupDialog.h>
Inheritance diagram for RenameGroupDialog:Public Slots | |
| void | saveAllProceedButtonClicked () |
| void | verifyNewName (QString newName) |
Public Member Functions | |
| QVector< StatechartGroupPtr > | getAllGroups () const |
| QVector< StatechartGroupPtr > | getDependantGroups () const |
| StatechartGroupPtr | getGroup () const |
| GroupRenamerPtr | getGroupRenamer () const |
| QString | getNewName () const |
| QString | getPackageName () const |
| QString | getPackagePath () const |
| ArmarXPackageToolInterfacePtr | getPackageTool () const |
| bool | isSaveAllRequested () const |
| RenameGroupDialog (const StateTreeNodePtr &rootNode, const StateTreeModelPtr &treeModel, const StatechartGroupPtr &group, const GroupRenamerPtr &groupRenamer, QWidget *parent=0) | |
| ~RenameGroupDialog () override | |
Definition at line 40 of file RenameGroupDialog.h.
|
explicit |
|
override |
Definition at line 115 of file RenameGroupDialog.cpp.
| QVector< StatechartGroupPtr > getAllGroups | ( | ) | const |
| QVector< StatechartGroupPtr > getDependantGroups | ( | ) | const |
| StatechartGroupPtr getGroup | ( | ) | const |
Definition at line 121 of file RenameGroupDialog.cpp.
| GroupRenamerPtr getGroupRenamer | ( | ) | const |
Definition at line 127 of file RenameGroupDialog.cpp.
| QString getNewName | ( | ) | const |
| QString getPackageName | ( | ) | const |
| QString getPackagePath | ( | ) | const |
| ArmarXPackageToolInterfacePtr getPackageTool | ( | ) | const |
| bool isSaveAllRequested | ( | ) | const |
|
slot |
|
slot |