Go to the source code of this file.
|
| IMGUI_API void | ImGui::PlotMultiLines (const char *label, int num_datas, const char **names, const ImColor *colors, float(*getter)(const void *data, int idx), const void *const *datas, int values_count, int values_offset, float scale_min, float scale_max, ImVec2 graph_size, const bool *labels=NULL) |
| |
| IMGUI_API void | ImGui::PlotMultiHistograms (const char *label, int num_hists, const char **names, const ImColor *colors, float(*getter)(const void *data, int idx), const void *const *datas, int values_count, float scale_min, float scale_max, ImVec2 graph_size) |
| |
| IMGUI_API void | ImGui::ItemRowsBackground (float lineHeight=-1.0f, const ImColor &color=ImColor(20, 20, 20, 64)) |
| |
| #define IF_IMGUI_SCOPED_TREE_NODE |
( |
|
x | ) |
for (ImGui::DtScopedTreeNode scopedNode(x); scopedNode.nodeActive(); scopedNode.setNodeActive(false)) |