10 #include <SimoxUtility/algorithm/string/string_conversion.h>
11 #include <SimoxUtility/error/SimoxError.h>
13 #include <RobotAPI/interface/aron/Aron.h>
43 std::vector<QLineEdit*> xyzw_components;
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)