|
#include <RobotAPI/libraries/skills_gui/skills/SkillTreeWidget.h>
Classes | |
struct | SelectedSkill |
Public Slots | |
void | disconnectGui () |
void | updateGui (SkillMap update) |
Signals | |
void | updateSkillDetails (skills::SkillID &skillId) |
Notify the skill description widget of an updated selection. More... | |
Public Member Functions | |
SelectedSkill & | getSelectedSkill () |
SkillTreeWidget (std::shared_ptr< SkillManagerWrapper > _memory, QWidget *parent=nullptr) | |
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 15 of file SkillTreeWidget.h.
|
inline |
Definition at line 19 of file SkillTreeWidget.h.
|
slot |
Definition at line 137 of file SkillTreeWidget.cpp.
SelectedSkill& getSelectedSkill | ( | ) |
|
slot |
Definition at line 28 of file SkillTreeWidget.cpp.
|
signal |
Notify the skill description widget of an updated selection.
skillId |