#include <RobotAPI/libraries/skills_gui/SkillMemoryGui.h>
|
| | SkillMemoryGUI (QTreeWidget *_skillExecutionTreeWidget, QLayout *_skillExecutionTreeWidgetParentLayout, QGroupBox *_skillGroupBox, QSplitter *_skillGroupBoxParentLayout, QGroupBox *_skillDetailGroupBox, QSplitter *_skillDetailGroupBoxParentLayout, QHBoxLayout *_updateWidgetLayout, QLayout *stopAllLayout, QWidget *connectionStatusLabel, std::shared_ptr< SkillManagerWrapper > _memory) |
| |
| 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.
|
| |
| MessageTypeT | getEffectiveLoggingLevel () const |
| |
| | Logging () |
| |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| | With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set.
|
| |
| void | setTag (const LogTag &tag) |
| |
| void | setTag (const std::string &tagName) |
| |
| virtual | ~Logging () |
| |
Definition at line 23 of file SkillMemoryGui.h.
◆ SkillMemoryGUI()
| SkillMemoryGUI |
( |
QTreeWidget * | _skillExecutionTreeWidget, |
|
|
QLayout * | _skillExecutionTreeWidgetParentLayout, |
|
|
QGroupBox * | _skillGroupBox, |
|
|
QSplitter * | _skillGroupBoxParentLayout, |
|
|
QGroupBox * | _skillDetailGroupBox, |
|
|
QSplitter * | _skillDetailGroupBoxParentLayout, |
|
|
QHBoxLayout * | _updateWidgetLayout, |
|
|
QLayout * | stopAllLayout, |
|
|
QWidget * | connectionStatusLabel, |
|
|
std::shared_ptr< SkillManagerWrapper > | _memory ) |
◆ connectGui
| void connectGui |
( |
std::string | observerName | ) |
|
|
signal |
Notify widgets of new connection.
- Parameters
-
| observerName | the observer name. |
◆ disconnectGui
Notify affected widgets to clear all saved state.
◆ updateGui
◆ STOP_ALL_BUTTON_TEXT
| const constexpr char* STOP_ALL_BUTTON_TEXT = "Stop all executions" |
|
staticconstexpr |
The documentation for this class was generated from the following files: