openMSX
|
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 |
Definition at line 3115 of file imgui_demo.cc.
|
inline |
Definition at line 3147 of file imgui_demo.cc.
References Items, and Selections.
Referenced by Show().
|
inlinestatic |
Definition at line 3154 of file imgui_demo.cc.
Referenced by SortItems().
|
inline |
Definition at line 3121 of file imgui_demo.cc.
References Items, Selections, and SortItems().
Referenced by Show().
|
inline |
Definition at line 3131 of file imgui_demo.cc.
References Items, OptKeepSorted, Selections, and SortItems().
Referenced by Show().
|
inline |
Definition at line 3164 of file imgui_demo.cc.
References ApplySelectionRequests(), Items, MoveAll(), MoveSelected(), and Selections.
|
inline |
Definition at line 3160 of file imgui_demo.cc.
References CompareItemsByValue(), and Items.
Referenced by MoveAll(), and MoveSelected().
ImVector<ImGuiID> ExampleDualListBox::Items[2] |
Definition at line 3117 of file imgui_demo.cc.
Referenced by ApplySelectionRequests(), MoveAll(), MoveSelected(), Show(), and SortItems().
bool ExampleDualListBox::OptKeepSorted = true |
Definition at line 3119 of file imgui_demo.cc.
Referenced by MoveSelected().
ImGuiSelectionBasicStorage ExampleDualListBox::Selections[2] |
Definition at line 3118 of file imgui_demo.cc.
Referenced by ApplySelectionRequests(), MoveAll(), MoveSelected(), and Show().