2#include <Dataflow/RaDataflow.hpp>
4#include <Gui/ParameterSetEditor/BasicUiBuilder.hpp>
12namespace GraphEditor {
14class RA_DATAFLOW_GUI_API WidgetFactory :
public Ra::Gui::BasicUiBuilder
19 const nlohmann::json& constraints ) :
20 Ra::Gui::BasicUiBuilder( params, pse, constraints ) {
21 addOperator<std::string>( *
this );
Heterogeneous container storing "Variables", that maps a name (std::string) to a value (of any type T...
Simple Widget for RenderParameter editing The editor will expose a control panel containing all of th...
hepler function to manage enum as underlying types in VariableSet