|
template IMPLOT_API void | ImPlot::PlotPieChart< float > (std::map< std::string, float > &map, double x, double y, double radius, bool normalize, const char *fmt, double angle0) |
|
template IMPLOT_API void | ImPlot::PlotPieChart< double > (std::map< std::string, double > &map, double x, double y, double radius, bool normalize, const char *fmt, double angle0) |
|
template IMPLOT_API void | ImPlot::PlotPieChart< int > (std::map< std::string, int > &map, double x, double y, double radius, bool normalize, const char *fmt, double angle0) |
|
void | ImPlot::RenderPieSlice (ImDrawList &DrawList, const ImPlotPoint ¢er, double radius, double a0, double a1, ImU32 col) |
|
template<typename T > |
IMPLOT_API void | ImPlot::PlotPieChart (std::map< std::string, T > &map, double x, double y, double radius, bool normalize, const char *fmt, double angle0) |
|