|
#include <RobotAPI/libraries/skills_gui/skills/SkillGroupBox.h>
Public Slots | |
void | connectGui (std::string observerName) |
void | searchCallback () |
void | updateGui (SkillManagerWrapper::Snapshot update) |
Signals | |
void | disconnectGui () |
void | searchRequest (std::string search) |
Output signal to controller. More... | |
void | updateSkillDetails (skills::SkillID &skillId) |
Notify the skill description widget of an updated selection. More... | |
Public Member Functions | |
SkillGroupBox (std::shared_ptr< SkillManagerWrapper > _memory, QWidget *parent=nullptr) | |
Static Public Attributes | |
static const constexpr char * | GROUP_BOX_TITLE = "Skills" |
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 13 of file SkillGroupBox.h.
|
inline |
Definition at line 19 of file SkillGroupBox.h.
|
slot |
Definition at line 23 of file SkillGroupBox.cpp.
|
signal |
|
slot |
|
signal |
Output signal to controller.
|
slot |
|
signal |
Notify the skill description widget of an updated selection.
skillId |
|
staticconstexpr |
Definition at line 17 of file SkillGroupBox.h.