|
#include <RobotAPI/libraries/skills_gui/skill_details/SkillDetailsTreeWidget.h>
Public Slots | |
void | disconnectGui () |
void | resetCurrentConfig () |
void | resizeContents () |
Problem: columns 0 and 1 have arbitrary size; so we want to limit their size, to make sure everything is visible without scrolling. More... | |
void | updateGui () |
Public Member Functions | |
void | copyCurrentConfig () |
aron::data::DictPtr | getConfigAsAron () |
std::optional< skills::SkillID > | getShownId () |
void | pasteCurrentConfig () |
void | resetWidget () |
SkillDetailsTreeWidget (std::shared_ptr< SkillManagerWrapper > _memory, QWidget *parent=nullptr) | |
void | updateContents (skills::SkillID const &skillId, skills::SkillDescription const &descr) |
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 12 of file SkillDetailsTreeWidget.h.
SkillDetailsTreeWidget | ( | std::shared_ptr< SkillManagerWrapper > | _memory, |
QWidget * | parent = nullptr |
||
) |
Definition at line 13 of file SkillDetailsTreeWidget.cpp.
void copyCurrentConfig | ( | ) |
Definition at line 157 of file SkillDetailsTreeWidget.cpp.
|
slot |
Definition at line 77 of file SkillDetailsTreeWidget.cpp.
aron::data::DictPtr getConfigAsAron | ( | ) |
Definition at line 146 of file SkillDetailsTreeWidget.cpp.
std::optional< SkillID > getShownId | ( | ) |
Definition at line 21 of file SkillDetailsTreeWidget.cpp.
void pasteCurrentConfig | ( | ) |
Definition at line 171 of file SkillDetailsTreeWidget.cpp.
|
slot |
Definition at line 188 of file SkillDetailsTreeWidget.cpp.
void resetWidget | ( | ) |
Definition at line 212 of file SkillDetailsTreeWidget.cpp.
|
slot |
Problem: columns 0 and 1 have arbitrary size; so we want to limit their size, to make sure everything is visible without scrolling.
Column 2 is limited by design, as it only contains type information.
Definition at line 130 of file SkillDetailsTreeWidget.cpp.
void updateContents | ( | skills::SkillID const & | skillId, |
skills::SkillDescription const & | descr | ||
) |
Definition at line 34 of file SkillDetailsTreeWidget.cpp.
|
slot |