Go to the documentation of this file.
28 #include <QErrorMessage>
34 #include "../../../StatechartViewerPlugin/model/State.h"
40 class StatechartEditorParameterEditor;
41 class StateParameterEditor;
62 QPointer<TipDialog> tipDialog,
76 void eventNameComboboxChanged(
const QString& eventName);
77 void eventButtonAdd();
78 void eventButtonDelete();
79 void eventDescriptionChanged();
82 void setLockStatus(
bool unlock);
83 void updateLinkHint(
int, QString);
94 QMap<QString, QString> eventDescriptionMap;
95 QFileDialog* fileDialog;
96 static QMap<QString, DynamicLibraryPtr> Libraries;
100 QPointer<TipDialog> tipDialog;
StateDialog(statechartmodel::StateInstancePtr stateInstance, Ice::CommunicatorPtr communicator, VariantInfoPtr variantInfo, StatechartProfilePtr currentProfile, bool locked, bool readOnly, QPointer< TipDialog > tipDialog, QWidget *parent=0)
QString getProxyName() const
QList< EventPtr > EventList
std::shared_ptr< class StatechartProfile > StatechartProfilePtr
std::shared_ptr< StateInstance > StateInstancePtr
statechartmodel::StateParameterMap getInputParams() const
QMap< QString, StateParameterPtr > StateParameterMap
Vertex source(const detail::edge_base< Directed, Vertex > &e, const PCG &)
void showEvent(QShowEvent *) override
QString getStateInstanceName() const
QString getDescription() const
statechartmodel::StateParameterMap getLocalParams() const
std::shared_ptr< VariantInfo > VariantInfoPtr
QString getStateName() const
statechartmodel::EventList getOutgoingEvents() const
statechartmodel::StateParameterMap getOutputParams() const
This file offers overloads of toIce() and fromIce() functions for STL container types.