|
|
#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 LogSenderPtr & | getLogSender () 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 |
Definition at line 87 of file EventSenderConfig.h.
| EventSenderConfigDialog | ( | QWidget * | parent = 0 | ) |
|
override |
Definition at line 167 of file EventSenderConfig.cpp.
|
slot |
Definition at line 174 of file EventSenderConfig.cpp.
| 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 | ( | ) |
|
protected |
|
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:
|
slot |
|
slot |
| 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:| void setEventSender | ( | QString | first, |
| QString | second | ||
| ) |
Definition at line 405 of file EventSenderConfig.cpp.
| void setIceManager | ( | IceManagerPtr | iceManager | ) |
|
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:
|
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:| Ui::EventSenderConfigDialog* ui |
Definition at line 94 of file EventSenderConfig.h.