|
|
#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/StateDialog.h>
Inheritance diagram for StateDialog:Public Member Functions | |
| QString | getDescription () const |
| statechartmodel::StateParameterMap | getInputParams () const |
| statechartmodel::StateParameterMap | getLocalParams () const |
| statechartmodel::EventList | getOutgoingEvents () const |
| statechartmodel::StateParameterMap | getOutputParams () const |
| QString | getProxyName () const |
| QString | getStateInstanceName () const |
| QString | getStateName () const |
| StateDialog (statechartmodel::StateInstancePtr stateInstance, Ice::CommunicatorPtr communicator, VariantInfoPtr variantInfo, StatechartProfilePtr currentProfile, bool locked, bool readOnly, QPointer< TipDialog > tipDialog, QWidget *parent=0) | |
| ~StateDialog () override | |
Protected Member Functions | |
| void | showEvent (QShowEvent *) override |
Definition at line 51 of file StateDialog.h.
|
explicit |
Definition at line 48 of file StateDialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
override |
Definition at line 223 of file StateDialog.cpp.
| QString getDescription | ( | ) | const |
| statechartmodel::StateParameterMap getInputParams | ( | ) | const |
| statechartmodel::StateParameterMap getLocalParams | ( | ) | const |
| statechartmodel::EventList getOutgoingEvents | ( | ) | const |
| statechartmodel::StateParameterMap getOutputParams | ( | ) | const |
| QString getProxyName | ( | ) | const |
| QString getStateInstanceName | ( | ) | const |
| QString getStateName | ( | ) | const |
Definition at line 277 of file StateDialog.cpp.
|
overrideprotected |
Definition at line 479 of file StateDialog.cpp.