RemoteGui.h File Reference
+ 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