EventSenderComponent Class Reference

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

+ Inheritance diagram for EventSenderComponent:

Public Slots

void configDone ()
 
void deleteClicked ()
 
void openConfig ()
 
void sendClicked ()
 

Signals

void sendEvent (const EventSenderConfig &config)
 

Public Member Functions

 EventSenderComponent (QString eventSenderName, QWidget *parent=0)
 
void setConfig (const EventSenderConfig &conf)
 
void setIceManager (IceManagerPtr iceMan)
 
void setupUi ()
 
 ~EventSenderComponent () 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

EventSenderConfig config
 

Additional Inherited Members

- 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
 
- Protected Attributes inherited from Logging
MessageTypeT minimumLoggingLevel
 
SpamFilterDataPtr spamFilter
 
LogTag tag
 

Detailed Description

Definition at line 36 of file EventSenderComponent.h.

Constructor & Destructor Documentation

◆ EventSenderComponent()

EventSenderComponent ( QString  eventSenderName,
QWidget *  parent = 0 
)

Definition at line 33 of file EventSenderComponent.cpp.

+ Here is the call graph for this function:

◆ ~EventSenderComponent()

~EventSenderComponent ( )
override

Definition at line 41 of file EventSenderComponent.cpp.

Member Function Documentation

◆ configDone

void configDone ( )
slot

Definition at line 177 of file EventSenderComponent.cpp.

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

◆ deleteClicked

void deleteClicked ( )
slot

Definition at line 172 of file EventSenderComponent.cpp.

+ Here is the caller graph for this function:

◆ openConfig

void openConfig ( )
slot

Definition at line 158 of file EventSenderComponent.cpp.

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

◆ sendClicked

void sendClicked ( )
slot

Definition at line 153 of file EventSenderComponent.cpp.

+ Here is the caller graph for this function:

◆ sendEvent

void sendEvent ( const EventSenderConfig config)
signal
+ Here is the caller graph for this function:

◆ setConfig()

void setConfig ( const EventSenderConfig conf)

Definition at line 126 of file EventSenderComponent.cpp.

+ Here is the caller graph for this function:

◆ setIceManager()

void setIceManager ( IceManagerPtr  iceMan)

Definition at line 139 of file EventSenderComponent.cpp.

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

◆ setupUi()

void setupUi ( )

Definition at line 56 of file EventSenderComponent.cpp.

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

Member Data Documentation

◆ config

Definition at line 44 of file EventSenderComponent.h.


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