26#include <QListWidgetItem>
30class Ui_StatechartEditorConfigDialog;
47 void itemSelectionChanged();
48 void on_listWidgetProfiles_doubleClicked(
const QModelIndex&
index);
51 Ui_StatechartEditorConfigDialog* ui;
52 std::map<QListWidgetItem*, StatechartProfilePtr> profileMap;
StatechartProfilePtr getSelectedProfile()
~StatechartEditorConfigDialog() override
StatechartEditorConfigDialog(StatechartProfilesPtr profiles, QWidget *parent=0)
bool openAllStatesIsSelected()
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< StatechartProfiles > StatechartProfilesPtr
std::shared_ptr< class StatechartProfile > StatechartProfilePtr