Skip to content
Snippets Groups Projects
Commit 6a162e43 authored by Peter Albrecht's avatar Peter Albrecht
Browse files

Added documentation to SkillMemoryGUI

parent 39142986
Branches master
No related tags found
1 merge request!420Add documentation to skill memory gui
......@@ -26,6 +26,11 @@ namespace armarx::skills::gui
public:
static const constexpr char* STOP_ALL_BUTTON_TEXT = "Stop all executions";
/**
* @brief Constructs the GUI. This accepts pointers to various existing widgets, which are replaced.
* @param _memory The shared pointer to the memory wrapper. It will be distributed to other widgets.
*/
SkillMemoryGUI(QTreeWidget* _skillExecutionTreeWidget,
QLayout* _skillExecutionTreeWidgetParentLayout,
QGroupBox* _skillGroupBox,
......@@ -61,6 +66,7 @@ namespace armarx::skills::gui
void setupUi();
void connectSignals();
// subwidgets
SkillExecutionTreeWidget* skillExecutionTreeWidget = nullptr;
SkillGroupBox* skillGroupBox = nullptr;
SkillDetailGroupBox* skillDetailGroupBox = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment