TransitionDialog Class Reference

#include <ArmarXGui/gui-plugins/StatechartEditorPlugin/view/dialogs/TransitionDialog.h>

+ Inheritance diagram for TransitionDialog:

Public Member Functions

statechartmodel::ParameterMappingList getMappingToNextStateInput () const
 
statechartmodel::ParameterMappingList getMappingToParentStateLocal () const
 
statechartmodel::ParameterMappingList getMappingToParentStateOutput () const
 
 TransitionDialog (statechartmodel::TransitionCPtr transition, statechartmodel::StatePtr parentState, QStringList profileNames, Ice::CommunicatorPtr ic=NULL, VariantInfoPtr variantInfo=VariantInfoPtr(), QWidget *parent=0)
 
 ~TransitionDialog () override
 

Static Public Member Functions

static size_t LevenshteinEditDistance (const std::string &s1, const std::string &s2)
 

Detailed Description

Definition at line 40 of file TransitionDialog.h.

Constructor & Destructor Documentation

◆ TransitionDialog()

TransitionDialog ( statechartmodel::TransitionCPtr  transition,
statechartmodel::StatePtr  parentState,
QStringList  profileNames,
Ice::CommunicatorPtr  ic = NULL,
VariantInfoPtr  variantInfo = VariantInfoPtr(),
QWidget *  parent = 0 
)
explicit

Definition at line 38 of file TransitionDialog.cpp.

◆ ~TransitionDialog()

~TransitionDialog ( )
override

Definition at line 51 of file TransitionDialog.cpp.

Member Function Documentation

◆ getMappingToNextStateInput()

statechartmodel::ParameterMappingList getMappingToNextStateInput ( ) const

Definition at line 56 of file TransitionDialog.cpp.

+ Here is the caller graph for this function:

◆ getMappingToParentStateLocal()

statechartmodel::ParameterMappingList getMappingToParentStateLocal ( ) const

Definition at line 61 of file TransitionDialog.cpp.

+ Here is the caller graph for this function:

◆ getMappingToParentStateOutput()

statechartmodel::ParameterMappingList getMappingToParentStateOutput ( ) const

Definition at line 66 of file TransitionDialog.cpp.

+ Here is the caller graph for this function:

◆ LevenshteinEditDistance()

size_t LevenshteinEditDistance ( const std::string &  s1,
const std::string &  s2 
)
static

Definition at line 71 of file TransitionDialog.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: