|
|
Namespaces | |
| namespace | aron_tree_widget |
| namespace | gui_color_palette |
| namespace | 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 | Parameters = aron::data::DictPtr |
| using | SkillMap |
| using | SkillParameterMap |
| using | StatusMap = std::map<skills::SkillExecutionID, skills::SkillStatusUpdate> |
Functions | |
| QIcon | getIcon (const std::string name) |
| 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) |
| using AronTreeWidgetControllerPtr = std::shared_ptr<AronTreeWidgetController> |
Definition at line 51 of file AronTreeWidgetController.h.
| using AronTreeWidgetModalControllerPtr = std::shared_ptr<AronTreeWidgetModal> |
Definition at line 64 of file AronTreeWidgetModal.h.
| using Parameters = aron::data::DictPtr |
Definition at line 21 of file SkillManagerWrapper.h.
| using SkillMap |
Definition at line 15 of file SkillManagerWrapper.cpp.
| using SkillParameterMap |
Definition at line 22 of file SkillManagerWrapper.h.
| typedef std::map< skills::SkillExecutionID, skills::SkillStatusUpdate > StatusMap = std::map<skills::SkillExecutionID, skills::SkillStatusUpdate> |
Definition at line 12 of file SkillExecutionTreeWidget.h.
| QIcon getIcon | ( | const std::string | name | ) |
Definition at line 12 of file ProfileMenuWidget.cpp.
| bool matches | ( | std::string | skillName, |
| std::vector< std::string > & | searches ) |
Definition at line 66 of file SkillManagerWrapper.cpp.
| void visitMatrix | ( | EditMatrixWidget * | matrixWidget, |
| const std::shared_ptr< armarx::aron::type::Matrix > & | matrixType, | ||
| const aron::data::NDArrayPtr & | arr ) |
Definition at line 170 of file AronTreeWidgetSetter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void visitQuaternion | ( | QuaternionWidget * | quatWidget, |
| std::shared_ptr< armarx::aron::type::Quaternion > & | quatType, | ||
| const aron::data::NDArrayPtr & | arr ) |
Definition at line 253 of file AronTreeWidgetSetter.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: