Go to the documentation of this file.
27 #include "../../../StatechartViewerPlugin/model/State.h"
32 #include <QErrorMessage>
42 class StatechartEditorParameterEditor;
43 class StateParameterEditor;
71 void eventNameComboboxChanged(
const QString& eventName);
72 void eventButtonAdd();
73 void eventButtonDelete();
74 void eventDescriptionChanged();
77 void setLockStatus(
bool unlock);
78 void updateLinkHint(
int, QString);
87 QMap<QString, QString> eventDescriptionMap;
88 QFileDialog* fileDialog;
89 static QMap<QString, DynamicLibraryPtr> Libraries;
93 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.