|
|
#include <ArmarXGui/libraries/RemoteGui/RemoteGui.h>#include <RobotAPI/libraries/aron/core/codegeneration/cpp/AronGeneratedClass.h>#include <RobotAPI/libraries/aron/core/data/variant/container/Dict.h>#include <RobotAPI/libraries/aron/core/data/variant/forward_declarations.h>#include "RemoteGuiVisitors.h"
Include dependency graph for RemoteGui.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::RemoteGui | |
Functions | |
| template<typename AronStructT > | |
| requires isAronGenerated< AronStructT > detail::GroupBoxBuilder | makeConfigGui (const std::string &name, const AronStructT &val) |
Variables | |
| template<typename T > | |
| concept | isAronGenerated = std::is_base_of<armarx::aron::cpp::AronGeneratedClass, T>::value |