|
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/RenameGroupDialog.h>
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 108 of file RenameGroupDialog.cpp.
QVector< StatechartGroupPtr > getAllGroups | ( | ) | const |
QVector< StatechartGroupPtr > getDependantGroups | ( | ) | const |
StatechartGroupPtr getGroup | ( | ) | const |
Definition at line 113 of file RenameGroupDialog.cpp.
GroupRenamerPtr getGroupRenamer | ( | ) | const |
Definition at line 118 of file RenameGroupDialog.cpp.
QString getNewName | ( | ) | const |
QString getPackageName | ( | ) | const |
QString getPackagePath | ( | ) | const |
ArmarXPackageToolInterfacePtr getPackageTool | ( | ) | const |
bool isSaveAllRequested | ( | ) | const |
|
slot |
|
slot |