|
|
#include <RobotAPI/libraries/skills_gui/skill_details/SkillDetailsGroupBox.h>
Inheritance diagram for SkillDetailGroupBox:Public Slots | |
| void | connectGui (std::string observerName) |
| void | updateSkillDetails (skills::SkillID &skillId) |
| Notify subwidgets of an updated skill selection. More... | |
Signals | |
| void | disconnectGui () |
| void | executed (const skills::SkillID skillId) |
| void | updateGui (SkillManagerWrapper::Snapshot update) |
Public Member Functions | |
| SkillDetailGroupBox (std::shared_ptr< SkillManagerWrapper > _memory, QWidget *parent=nullptr) | |
Static Public Attributes | |
| static const constexpr char * | EXECUTE_SKILL_BUTTON_TEXT = " Request Execution" |
| static const constexpr char * | GROUP_BOX_TITLE = "Skill Description" |
Additional Inherited Members | |
Protected Member Functions inherited from MemoryCommunicatorBase | |
| MemoryCommunicatorBase (std::shared_ptr< SkillManagerWrapper > _memory) | |
Protected Attributes inherited from MemoryCommunicatorBase | |
| std::shared_ptr< SkillManagerWrapper > | memory |
Definition at line 20 of file SkillDetailsGroupBox.h.
|
inline |
Definition at line 27 of file SkillDetailsGroupBox.h.
|
slot |
Definition at line 71 of file SkillDetailsGroupBox.cpp.
|
signal |
|
signal |
|
signal |
|
slot |
Notify subwidgets of an updated skill selection.
| skillId |
Definition at line 9 of file SkillDetailsGroupBox.cpp.
Here is the call graph for this function:
|
staticconstexpr |
Definition at line 24 of file SkillDetailsGroupBox.h.
|
staticconstexpr |
Definition at line 25 of file SkillDetailsGroupBox.h.