EventSenderConfigDialog Class Reference

#include <ArmarXGui/gui-plugins/StatechartEventSenderPlugin/EventSenderConfig.h>

+ Inheritance diagram for EventSenderConfigDialog:

Public Slots

void eventBox (int index)
 
void populateStateTreeList ()
 
void saveEventSender ()
 
void send ()
 
void stateSelected (int index)
 

Public Member Functions

 EventSenderConfigDialog (QWidget *parent=0)
 
QStringList getPossibleEvents (StateIceBasePtr state)
 
const QModelIndex getRowOfItem (QStandardItem *item, QString searchString, int userDataRole=0, QVariant userData=QVariant()) const
 
const QModelIndex getRowOfItem (QStandardItemModel *model, QString searchString, int userDataRole=0, QVariant userData=QVariant()) const
 
QString getSelectedComponentName ()
 
EventPtr getSelectedEvent ()
 
QString getSelectedState ()
 
void setConfig (const EventSenderConfig &config)
 
void setEventSender (QString first, QString second)
 
void setIceManager (IceManagerPtr iceManager)
 
 ~EventSenderConfigDialog () override
 
- Public Member Functions inherited from Logging
SpamFilterDataPtr deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const
 disables the logging for the current line for the given amount of seconds. More...
 
MessageTypeT getEffectiveLoggingLevel () const
 
 Logging ()
 
void setLocalMinimumLoggingLevel (MessageTypeT level)
 With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More...
 
void setTag (const LogTag &tag)
 
void setTag (const std::string &tagName)
 
virtual ~Logging ()
 

Public Attributes

Ui::EventSenderConfigDialog * ui
 

Protected Member Functions

void getTopLevelStates (std::string componentName, std::vector< StateIceBasePtr > &baseStateList, std::vector< StateIceBasePtr > &instanceStateList)
 
void setupUi ()
 
- Protected Member Functions inherited from Logging
bool checkLogLevel (MessageTypeT level) const
 
const LogSenderPtrgetLogSender () const
 Retrieve log sender. More...
 
LogSenderPtr loghelper (const char *file, int line, const char *function) const
 

Additional Inherited Members

- Protected Attributes inherited from Logging
MessageTypeT minimumLoggingLevel
 
SpamFilterDataPtr spamFilter
 
LogTag tag
 

Detailed Description

Definition at line 86 of file EventSenderConfig.h.

Constructor & Destructor Documentation

◆ EventSenderConfigDialog()

EventSenderConfigDialog ( QWidget *  parent = 0)

Definition at line 159 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:

◆ ~EventSenderConfigDialog()

~EventSenderConfigDialog ( )
override

Definition at line 166 of file EventSenderConfig.cpp.

Member Function Documentation

◆ eventBox

void eventBox ( int  index)
slot

Definition at line 176 of file EventSenderConfig.cpp.

◆ getPossibleEvents()

QStringList getPossibleEvents ( StateIceBasePtr  state)

Definition at line 378 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getRowOfItem() [1/2]

const QModelIndex getRowOfItem ( QStandardItem *  item,
QString  searchString,
int  userDataRole = 0,
QVariant  userData = QVariant() 
) const

Definition at line 331 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:

◆ getRowOfItem() [2/2]

const QModelIndex getRowOfItem ( QStandardItemModel *  model,
QString  searchString,
int  userDataRole = 0,
QVariant  userData = QVariant() 
) const

Definition at line 325 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getSelectedComponentName()

QString getSelectedComponentName ( )

Definition at line 668 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getSelectedEvent()

EventPtr getSelectedEvent ( )

Definition at line 216 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getSelectedState()

QString getSelectedState ( )

Definition at line 674 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getTopLevelStates()

void getTopLevelStates ( std::string  componentName,
std::vector< StateIceBasePtr > &  baseStateList,
std::vector< StateIceBasePtr > &  instanceStateList 
)
protected

Definition at line 563 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ populateStateTreeList

void populateStateTreeList ( )
slot

Definition at line 515 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveEventSender

void saveEventSender ( )
slot

Definition at line 459 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ send

void send ( )
slot

Definition at line 189 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ setConfig()

void setConfig ( const EventSenderConfig config)

Definition at line 275 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setEventSender()

void setEventSender ( QString  first,
QString  second 
)

Definition at line 395 of file EventSenderConfig.cpp.

◆ setIceManager()

void setIceManager ( IceManagerPtr  iceManager)

Definition at line 368 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ setupUi()

void setupUi ( )
protected

Definition at line 625 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stateSelected

void stateSelected ( int  index)
slot

Definition at line 593 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::EventSenderConfigDialog* ui

Definition at line 96 of file EventSenderConfig.h.


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