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

Added documentation for skill memory gui

parent 85b7df72
No related branches found
No related tags found
1 merge request!420Add documentation to skill memory gui
...@@ -20,6 +20,11 @@ ...@@ -20,6 +20,11 @@
namespace armarx::skills::gui namespace armarx::skills::gui
{ {
/**
* @brief The SkillMemoryGUI class represents the entire GUI. To use it, one must first create some widgets,
* and construct this GUI with pointers to them. Afterwards, this class will replace/manage the
* given widgets itself. Aside from connectivity, no further management is required.
*/
class SkillMemoryGUI : public QObject, public armarx::Logging class SkillMemoryGUI : public QObject, public armarx::Logging
{ {
Q_OBJECT Q_OBJECT
......
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