Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ExampleDualListBox Struct Reference
Collaboration diagram for ExampleDualListBox:
[legend]

Public Member Functions

void MoveAll (int src, int dst)
 
void MoveSelected (int src, int dst)
 
void ApplySelectionRequests (ImGuiMultiSelectIO *ms_io, int side)
 
void SortItems (int n)
 
void Show ()
 

Static Public Member Functions

static int IMGUI_CDECL CompareItemsByValue (const void *lhs, const void *rhs)
 

Public Attributes

ImVector< ImGuiID > Items [2]
 
ImGuiSelectionBasicStorage Selections [2]
 
bool OptKeepSorted = true
 

Member Function Documentation

◆ ApplySelectionRequests()

void ExampleDualListBox::ApplySelectionRequests ( ImGuiMultiSelectIO * ms_io,
int side )
inline
Here is the caller graph for this function:

◆ CompareItemsByValue()

static int IMGUI_CDECL ExampleDualListBox::CompareItemsByValue ( const void * lhs,
const void * rhs )
inlinestatic
Here is the caller graph for this function:

◆ MoveAll()

void ExampleDualListBox::MoveAll ( int src,
int dst )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MoveSelected()

void ExampleDualListBox::MoveSelected ( int src,
int dst )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Show()

void ExampleDualListBox::Show ( )
inline
Here is the call graph for this function:

◆ SortItems()

void ExampleDualListBox::SortItems ( int n)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ Items

ImVector<ImGuiID> ExampleDualListBox::Items[2]

◆ OptKeepSorted

bool ExampleDualListBox::OptKeepSorted = true

◆ Selections

ImGuiSelectionBasicStorage ExampleDualListBox::Selections[2]

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