|
#include <RobotAPI/libraries/skills_gui/skill_details/SkillDetailsGroupBox.h>
Public Slots | |
void | connectGui (std::string observerName) |
void | updateSkillDetails (skills::SkillID &skillId) |
Notify subwidgets of an updated skill selection. More... | |
Signals | |
void | disconnectGui () |
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 19 of file SkillDetailsGroupBox.h.
|
inline |
Definition at line 26 of file SkillDetailsGroupBox.h.
|
slot |
Definition at line 68 of file SkillDetailsGroupBox.cpp.
|
signal |
|
slot |
Notify subwidgets of an updated skill selection.
skillId |
Definition at line 6 of file SkillDetailsGroupBox.cpp.
|
staticconstexpr |
Definition at line 23 of file SkillDetailsGroupBox.h.
|
staticconstexpr |
Definition at line 24 of file SkillDetailsGroupBox.h.