10#include <SimoxUtility/algorithm/string/string_conversion.h>
11#include <SimoxUtility/error/SimoxError.h>
13#include <RobotAPI/interface/aron/Aron.h>
25 QuaternionWidget(aron::type::quaternion::ElementType type, QTreeWidgetItem* currentItem);
43 std::vector<QLineEdit*> xyzw_components;
44 aron::type::quaternion::ElementType element_type;
45 bool parseErrors =
false;
47 void highlightUnparsableEntries();
52 void quaternionElementChanged();
62 T val = simox::alg::to_<T>(xyzw_components.at((
size_t)comp)->text().toStdString());
65 catch (
const simox::error::SimoxError& err)
This file offers overloads of toIce() and fromIce() functions for STL container types.