VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  ImGui::DtScopedTreeNodeEx
 

Namespaces

 ImGui
 

Macros

#define IF_IMGUI_SCOPED_TREE_NODE(label)   for (ImGui::DtScopedTreeNode scopedNode(label); scopedNode.nodeActive(); scopedNode.setNodeActive(false))
 
#define IF_IMGUI_SCOPED_TREE_NODE_EX(label, flags)   for (ImGui::DtScopedTreeNodeEx scopedNode(label, flags); 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 (   label)    for (ImGui::DtScopedTreeNode scopedNode(label); scopedNode.nodeActive(); scopedNode.setNodeActive(false))
#define IF_IMGUI_SCOPED_TREE_NODE_EX (   label,
  flags 
)    for (ImGui::DtScopedTreeNodeEx scopedNode(label, flags); scopedNode.nodeActive(); scopedNode.setNodeActive(false))

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)