Go to the documentation of this file.
31 #include <QTableWidgetItem>
35 class RenameGroupDialog;
62 void setOkButtonsEnabled(
bool enabled);
63 Ui::RenameGroupDialog* ui;
66 QRegExp validGroupName;
68 QVector<StatechartGroupPtr> allGroups;
69 QVector<StatechartGroupPtr> dependantGroups;
std::shared_ptr< StateTreeModel > StateTreeModelPtr
QString getPackagePath() const
GroupRenamerPtr getGroupRenamer() const
std::shared_ptr< ArmarXPackageToolInterface > ArmarXPackageToolInterfacePtr
std::shared_ptr< StateTreeNode > StateTreeNodePtr
StatechartGroupPtr getGroup() const
~RenameGroupDialog() override
QVector< StatechartGroupPtr > getDependantGroups() const
void verifyNewName(QString newName)
std::shared_ptr< StatechartGroup > StatechartGroupPtr
QString getNewName() const
void saveAllProceedButtonClicked()
std::shared_ptr< GroupRenamer > GroupRenamerPtr
ArmarXPackageToolInterfacePtr getPackageTool() const
bool isSaveAllRequested() const
QVector< StatechartGroupPtr > getAllGroups() const
QString getPackageName() const
This file offers overloads of toIce() and fromIce() functions for STL container types.
RenameGroupDialog(const StateTreeNodePtr &rootNode, const StateTreeModelPtr &treeModel, const StatechartGroupPtr &group, const GroupRenamerPtr &groupRenamer, QWidget *parent=0)