RenameStateDialog Class Reference

#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/RenameStateDialog.h>

+ Inheritance diagram for RenameStateDialog:

Public Slots

void saveAllProceedButtonClicked ()
 
void verifyInstanceName (QTableWidgetItem *item)
 
void verifyNewName (QString newName)
 

Public Member Functions

StatechartGroupPtr getGroup () const
 
QVector< StateRenamer::InstanceRenameInfogetInstanceRenameInfos () const
 
QString getNewStateName () const
 
statechartmodel::StatePtr getState () const
 
bool isSaveAllRequested () const
 
 RenameStateDialog (const StateTreeModelPtr &treeModel, const StatechartGroupPtr &sourceGroup, const statechartmodel::StatePtr &sourceState, QWidget *parent=0)
 
 ~RenameStateDialog () override
 

Detailed Description

Definition at line 41 of file RenameStateDialog.h.

Constructor & Destructor Documentation

◆ RenameStateDialog()

RenameStateDialog ( const StateTreeModelPtr treeModel,
const StatechartGroupPtr sourceGroup,
const statechartmodel::StatePtr sourceState,
QWidget *  parent = 0 
)
explicit

Definition at line 39 of file RenameStateDialog.cpp.

+ Here is the call graph for this function:

◆ ~RenameStateDialog()

~RenameStateDialog ( )
override

Definition at line 141 of file RenameStateDialog.cpp.

Member Function Documentation

◆ getGroup()

StatechartGroupPtr getGroup ( ) const

Definition at line 152 of file RenameStateDialog.cpp.

◆ getInstanceRenameInfos()

QVector< StateRenamer::InstanceRenameInfo > getInstanceRenameInfos ( ) const

Definition at line 162 of file RenameStateDialog.cpp.

+ Here is the caller graph for this function:

◆ getNewStateName()

QString getNewStateName ( ) const

Definition at line 172 of file RenameStateDialog.cpp.

+ Here is the caller graph for this function:

◆ getState()

statechartmodel::StatePtr getState ( ) const

Definition at line 157 of file RenameStateDialog.cpp.

◆ isSaveAllRequested()

bool isSaveAllRequested ( ) const

Definition at line 167 of file RenameStateDialog.cpp.

+ Here is the caller graph for this function:

◆ saveAllProceedButtonClicked

void saveAllProceedButtonClicked ( )
slot

Definition at line 177 of file RenameStateDialog.cpp.

+ Here is the caller graph for this function:

◆ verifyInstanceName

void verifyInstanceName ( QTableWidgetItem *  item)
slot

Definition at line 183 of file RenameStateDialog.cpp.

+ Here is the caller graph for this function:

◆ verifyNewName

void verifyNewName ( QString  newName)
slot

Definition at line 249 of file RenameStateDialog.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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