28#include <QErrorMessage>
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;
QString getProxyName() const
statechartmodel::StateParameterMap getLocalParams() const
QString getStateInstanceName() const
QString getStateName() const
statechartmodel::StateParameterMap getOutputParams() const
StateDialog(statechartmodel::StateInstancePtr stateInstance, Ice::CommunicatorPtr communicator, VariantInfoPtr variantInfo, StatechartProfilePtr currentProfile, bool locked, bool readOnly, QPointer< TipDialog > tipDialog, QWidget *parent=0)
void showEvent(QShowEvent *) override
QString getDescription() const
statechartmodel::EventList getOutgoingEvents() const
statechartmodel::StateParameterMap getInputParams() const
::IceInternal::Handle<::Ice::Communicator > CommunicatorPtr
QMap< QString, StateParameterPtr > StateParameterMap
std::shared_ptr< StateInstance > StateInstancePtr
QList< EventPtr > EventList
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< VariantInfo > VariantInfoPtr
std::shared_ptr< class StatechartProfile > StatechartProfilePtr