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 87 of file EventSenderConfig.h.

Constructor & Destructor Documentation

◆ EventSenderConfigDialog()

EventSenderConfigDialog ( QWidget *  parent = 0)

Definition at line 160 of file EventSenderConfig.cpp.

+ Here is the call graph for this function:

◆ ~EventSenderConfigDialog()

~EventSenderConfigDialog ( )
override

Definition at line 167 of file EventSenderConfig.cpp.

Member Function Documentation

◆ eventBox

void eventBox ( int  index)
slot

Definition at line 174 of file EventSenderConfig.cpp.

◆ getPossibleEvents()

QStringList getPossibleEvents ( StateIceBasePtr  state)

Definition at line 387 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 337 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 327 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getSelectedComponentName()

QString getSelectedComponentName ( )

Definition at line 687 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getSelectedEvent()

EventPtr getSelectedEvent ( )

Definition at line 213 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ getSelectedState()

QString getSelectedState ( )

Definition at line 694 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 577 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ populateStateTreeList

void populateStateTreeList ( )
slot

Definition at line 524 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 468 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ send

void send ( )
slot

Definition at line 185 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ setConfig()

void setConfig ( const EventSenderConfig config)

Definition at line 273 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 405 of file EventSenderConfig.cpp.

◆ setIceManager()

void setIceManager ( IceManagerPtr  iceManager)

Definition at line 376 of file EventSenderConfig.cpp.

+ Here is the caller graph for this function:

◆ setupUi()

void setupUi ( )
protected

Definition at line 644 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 609 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 94 of file EventSenderConfig.h.


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