RenameGroupDialog Class Reference

#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< StatechartGroupPtrgetAllGroups () const
 
QVector< StatechartGroupPtrgetDependantGroups () 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
 

Detailed Description

Definition at line 40 of file RenameGroupDialog.h.

Constructor & Destructor Documentation

◆ RenameGroupDialog()

RenameGroupDialog ( const StateTreeNodePtr rootNode,
const StateTreeModelPtr treeModel,
const StatechartGroupPtr group,
const GroupRenamerPtr groupRenamer,
QWidget *  parent = 0 
)
explicit

Definition at line 38 of file RenameGroupDialog.cpp.

+ Here is the call graph for this function:

◆ ~RenameGroupDialog()

~RenameGroupDialog ( )
override

Definition at line 108 of file RenameGroupDialog.cpp.

Member Function Documentation

◆ getAllGroups()

QVector< StatechartGroupPtr > getAllGroups ( ) const

Definition at line 133 of file RenameGroupDialog.cpp.

+ Here is the caller graph for this function:

◆ getDependantGroups()

QVector< StatechartGroupPtr > getDependantGroups ( ) const

Definition at line 128 of file RenameGroupDialog.cpp.

+ Here is the caller graph for this function:

◆ getGroup()

StatechartGroupPtr getGroup ( ) const

Definition at line 113 of file RenameGroupDialog.cpp.

◆ getGroupRenamer()

GroupRenamerPtr getGroupRenamer ( ) const

Definition at line 118 of file RenameGroupDialog.cpp.

◆ getNewName()

QString getNewName ( ) const

Definition at line 138 of file RenameGroupDialog.cpp.

+ Here is the caller graph for this function:

◆ getPackageName()

QString getPackageName ( ) const

◆ getPackagePath()

QString getPackagePath ( ) const

◆ getPackageTool()

ArmarXPackageToolInterfacePtr getPackageTool ( ) const

◆ isSaveAllRequested()

bool isSaveAllRequested ( ) const

Definition at line 123 of file RenameGroupDialog.cpp.

+ Here is the caller graph for this function:

◆ saveAllProceedButtonClicked

void saveAllProceedButtonClicked ( )
slot

Definition at line 143 of file RenameGroupDialog.cpp.

+ Here is the caller graph for this function:

◆ verifyNewName

void verifyNewName ( QString  newName)
slot

Definition at line 149 of file RenameGroupDialog.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: