armarx::skills::gui Namespace Reference

Namespaces

 aron_tree_widget
 
 gui_color_palette
 
 misc
 

Classes

class  AronTreeWidgetBoolInputModalController
 
class  AronTreeWidgetContextMenuVisitor
 
class  AronTreeWidgetController
 
class  AronTreeWidgetConverterVisitor
 
class  AronTreeWidgetCreatorVisitor
 
class  AronTreeWidgetDictInputModalController
 
class  AronTreeWidgetFloatInputModalController
 
class  AronTreeWidgetIntInputModalController
 
class  AronTreeWidgetItem
 
class  AronTreeWidgetModal
 
class  AronTreeWidgetModalCreatorVisitor
 
class  AronTreeWidgetSetterVisitor
 
class  AronTreeWidgetTextInputModalController
 
class  CustomWidget
 
class  EditMatrixWidget
 
class  IntEnumWidget
 
class  MemoryCommunicatorBase
 
class  NDArrayHelper
 
class  PeriodicUpdateWidget
 
class  ProfileMenuWidget
 
class  QuaternionWidget
 
class  SkillDescriptionWidget
 
class  SkillDetailGroupBox
 
class  SkillDetailsTreeWidget
 
class  SkillExecutionTreeWidget
 
class  SkillExecutionTreeWidgetItem
 
class  SkillGroupBox
 
class  SkillManagerWrapper
 
class  SkillMemoryGUI
 
class  SkillTreeWidget
 
class  SkillTreeWidgetItem
 
class  StatusLabel
 

Typedefs

using AronTreeWidgetControllerPtr = std::shared_ptr< AronTreeWidgetController >
 
using AronTreeWidgetModalControllerPtr = std::shared_ptr< AronTreeWidgetModal >
 
using SkillMap = std::map< skills::ProviderID, std::map< skills::SkillID, skills::SkillDescription > >
 
using StatusMap = std::map< skills::SkillExecutionID, skills::SkillStatusUpdate >
 

Functions

bool matches (std::string skillName, std::vector< std::string > &searches)
 
void visitMatrix (EditMatrixWidget *matrixWidget, const std::shared_ptr< armarx::aron::type::Matrix > &matrixType, const aron::data::NDArrayPtr &arr)
 
void visitQuaternion (QuaternionWidget *quatWidget, std::shared_ptr< armarx::aron::type::Quaternion > &quatType, const aron::data::NDArrayPtr &arr)
 

Typedef Documentation

◆ AronTreeWidgetControllerPtr

Definition at line 51 of file AronTreeWidgetController.h.

◆ AronTreeWidgetModalControllerPtr

Definition at line 64 of file AronTreeWidgetModal.h.

◆ SkillMap

Definition at line 11 of file SkillManagerWrapper.cpp.

◆ StatusMap

Definition at line 9 of file SkillManagerWrapper.cpp.

Function Documentation

◆ matches()

bool armarx::skills::gui::matches ( std::string  skillName,
std::vector< std::string > &  searches 
)

Definition at line 59 of file SkillManagerWrapper.cpp.

+ Here is the caller graph for this function:

◆ visitMatrix()

void armarx::skills::gui::visitMatrix ( EditMatrixWidget matrixWidget,
const std::shared_ptr< armarx::aron::type::Matrix > &  matrixType,
const aron::data::NDArrayPtr arr 
)

Definition at line 167 of file AronTreeWidgetSetter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ visitQuaternion()

void armarx::skills::gui::visitQuaternion ( QuaternionWidget quatWidget,
std::shared_ptr< armarx::aron::type::Quaternion > &  quatType,
const aron::data::NDArrayPtr arr 
)

Definition at line 225 of file AronTreeWidgetSetter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: