SkillDetailGroupBox Class Reference

#include <RobotAPI/libraries/skills_gui/skill_details/SkillDetailsGroupBox.h>

+ Inheritance diagram for SkillDetailGroupBox:

Public Slots

void connectGui (std::string observerName)
 
void updateSkillDetails (skills::SkillID &skillId)
 Update subwidgets of an updated skill selection. More...
 

Signals

void disconnectGui ()
 
void updateGui ()
 Notify widgets to update themselves. More...
 

Public Member Functions

 SkillDetailGroupBox (std::shared_ptr< SkillManagerWrapper > _memory, QWidget *parent=nullptr)
 

Static Public Attributes

static const constexpr char * EXECUTE_SKILL_BUTTON_TEXT = "Request Execution"
 
static const constexpr char * GROUP_BOX_TITLE = "Skill Description"
 

Additional Inherited Members

- Protected Member Functions inherited from MemoryCommunicatorBase
 MemoryCommunicatorBase (std::shared_ptr< SkillManagerWrapper > _memory)
 
- Protected Attributes inherited from MemoryCommunicatorBase
std::shared_ptr< SkillManagerWrappermemory
 

Detailed Description

Definition at line 18 of file SkillDetailsGroupBox.h.

Constructor & Destructor Documentation

◆ SkillDetailGroupBox()

SkillDetailGroupBox ( std::shared_ptr< SkillManagerWrapper _memory,
QWidget *  parent = nullptr 
)
inline

Definition at line 25 of file SkillDetailsGroupBox.h.

Member Function Documentation

◆ connectGui

void connectGui ( std::string  observerName)
slot

Definition at line 68 of file SkillDetailsGroupBox.cpp.

◆ disconnectGui

void disconnectGui ( )
signal

◆ updateGui

void updateGui ( )
signal

Notify widgets to update themselves.

◆ updateSkillDetails

void updateSkillDetails ( skills::SkillID skillId)
slot

Update subwidgets of an updated skill selection.

Parameters
skillId

Definition at line 6 of file SkillDetailsGroupBox.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ EXECUTE_SKILL_BUTTON_TEXT

const constexpr char* EXECUTE_SKILL_BUTTON_TEXT = "Request Execution"
staticconstexpr

Definition at line 22 of file SkillDetailsGroupBox.h.

◆ GROUP_BOX_TITLE

const constexpr char* GROUP_BOX_TITLE = "Skill Description"
staticconstexpr

Definition at line 23 of file SkillDetailsGroupBox.h.


The documentation for this class was generated from the following files: