VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
imgui_user.h File Reference

Go to the source code of this file.

Classes

class  ImGui::DtScopedTreeNode
 class for scoping an imgui tree node should only be used with the macro above. More...
 

Namespaces

 ImGui
 

Macros

#define IF_IMGUI_SCOPED_TREE_NODE(x)   for (ImGui::DtScopedTreeNode scopedNode(x); scopedNode.nodeActive(); scopedNode.setNodeActive(false))
 

Functions

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))
 

Macro Definition Documentation

#define IF_IMGUI_SCOPED_TREE_NODE (   x)    for (ImGui::DtScopedTreeNode scopedNode(x); scopedNode.nodeActive(); scopedNode.setNodeActive(false))


Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)