|
|
#include "AronTreeWidgetSetter.h"#include <string>#include "../ListDictHelper.h"#include "../widgets/EditMatrixWidget.h"#include "../widgets/IntEnumWidget.h"#include "../widgets/QuaternionWidget.h"#include "AronTreeWidgetContextMenu.h"#include "AronTreeWidgetCreator.h"
Include dependency graph for AronTreeWidgetSetter.cpp:Go to the source code of this file.
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::skills | |
| This file is part of ArmarX. | |
| armarx::skills::gui | |
Functions | |
| template<typename T > | |
| std::string | usString (T number, size_t precision=3) |
| 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) |
| std::string usString | ( | T | number, |
| size_t | precision = 3 |
||
| ) |
Definition at line 36 of file AronTreeWidgetSetter.cpp.