|
MRVIEWER_API bool | createButton (std::string_view name) |
|
template<AllowedValueType T>
requires std::is_arithmetic_v<T> |
std::optional< T > | createValue (std::string_view name, T value, T min, T max) |
|
MRVIEWER_API std::optional< std::string > | createValue (std::string_view name, std::string value, std::optional< std::vector< std::string > > allowedValues=std::nullopt) |
|
template<AllowedValueType T> |
std::optional< T > | createValueTentative (std::string_view name) |
|
MRVIEWER_API void | pushTree (std::string_view name) |
|
MRVIEWER_API void | popTree () |
|
MRVIEWER_API const GroupEntry & | getRootEntry () |
|