#pragma once #include #include #include "global.h" #include "third_party/Renderive/Widget/Qt/global.h" namespace Flex_Qt { void WIDGET_API fill_data(Range value_range, std::span output); std::vector WIDGET_API get_data(Range value_range, int size); double WIDGET_API get_data(Range value_range); std::vector WIDGET_API get_data(int value, int size); std::vector WIDGET_API get_colored_data(int size); } // Flex_Qt