Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImDrawListSplitter Struct Reference

#include <imgui.h>

Collaboration diagram for ImDrawListSplitter:
[legend]

Public Member Functions

 ImDrawListSplitter ()
 
 ~ImDrawListSplitter ()
 
void Clear ()
 
IMGUI_API void ClearFreeMemory ()
 
IMGUI_API void Split (ImDrawList *draw_list, int count)
 
IMGUI_API void Merge (ImDrawList *draw_list)
 
IMGUI_API void SetCurrentChannel (ImDrawList *draw_list, int channel_idx)
 

Public Attributes

int _Current
 
int _Count
 
ImVector< ImDrawChannel_Channels
 

Constructor & Destructor Documentation

◆ ImDrawListSplitter()

ImDrawListSplitter::ImDrawListSplitter ( )
inline

◆ ~ImDrawListSplitter()

ImDrawListSplitter::~ImDrawListSplitter ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void ImDrawListSplitter::Clear ( )
inline
Here is the caller graph for this function:

◆ ClearFreeMemory()

void ImDrawListSplitter::ClearFreeMemory ( )
Here is the caller graph for this function:

◆ Merge()

void ImDrawListSplitter::Merge ( ImDrawList * draw_list)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetCurrentChannel()

void ImDrawListSplitter::SetCurrentChannel ( ImDrawList * draw_list,
int channel_idx )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Split()

void ImDrawListSplitter::Split ( ImDrawList * draw_list,
int count )
Here is the caller graph for this function:

Member Data Documentation

◆ _Channels

ImVector<ImDrawChannel> ImDrawListSplitter::_Channels

◆ _Count

int ImDrawListSplitter::_Count

◆ _Current

int ImDrawListSplitter::_Current

The documentation for this struct was generated from the following files:
Untitled