|
|
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/CloneGroupDialog.h>
Inheritance diagram for CloneGroupDialog:Public Slots | |
| void | checkPackagePath () |
| void | cloneRobotSkillTemplatesToggled (bool state) |
| void | requestCheckPackagePath (QString path) |
| void | requestPrefixUpdate (QString prefix) |
| void | selectPackagePath () |
| void | verifyName (QTableWidgetItem *item) |
Public Member Functions | |
| CloneGroupDialog (ArmarXPackageToolInterfacePtr packageTool, StatechartGroupPtr group, GroupClonerPtr groupCloner, QWidget *parent=0) | |
| StatechartGroupPtr | getGroup () const |
| GroupClonerPtr | getGroupCloner () const |
| QString | getGroupPrefix () const |
| QVector< QPair< StatechartGroupPtr, QString > > | getGroupsToClone () const |
| QString | getPackageName () const |
| QString | getPackagePath () const |
| ArmarXPackageToolInterfacePtr | getPackageTool () const |
| StatechartGroupMapping | getStatechartGroupMapping () const |
| ~CloneGroupDialog () override | |
Definition at line 41 of file CloneGroupDialog.h.
|
explicit |
|
override |
Definition at line 85 of file CloneGroupDialog.cpp.
|
slot |
|
slot |
| StatechartGroupPtr getGroup | ( | ) | const |
Definition at line 127 of file CloneGroupDialog.cpp.
| GroupClonerPtr getGroupCloner | ( | ) | const |
Definition at line 133 of file CloneGroupDialog.cpp.
| QString getGroupPrefix | ( | ) | const |
Definition at line 175 of file CloneGroupDialog.cpp.
| QVector< QPair< StatechartGroupPtr, QString > > getGroupsToClone | ( | ) | const |
| QString getPackageName | ( | ) | const |
| QString getPackagePath | ( | ) | const |
Definition at line 104 of file CloneGroupDialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ArmarXPackageToolInterfacePtr getPackageTool | ( | ) | const |
Definition at line 91 of file CloneGroupDialog.cpp.
| StatechartGroupMapping getStatechartGroupMapping | ( | ) | const |
|
slot |
|
slot |
|
slot |
Definition at line 328 of file CloneGroupDialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
slot |