add trackbar 'sub-consumer' for value label refresh when 'change-on-release'

This commit is contained in:
MihailRis
2024-07-28 22:15:18 +03:00
parent 0e3bd4dcac
commit f46e4a7989
9 changed files with 65 additions and 20 deletions
+3
View File
@@ -6,6 +6,7 @@
#include <memory>
#include <string>
#include <variant>
#include <functional>
namespace dynamic {
class Map;
@@ -27,6 +28,8 @@ namespace dynamic {
bool,
integer_t
>;
using to_string_func = std::function<std::string(const Value&)>;
}
#endif // DATA_DYNAMIC_FWD_HPP_