#include <imgui.h>
◆ ImGuiSelectionBasicStorage()
ImGuiSelectionBasicStorage::ImGuiSelectionBasicStorage |
( |
| ) |
|
◆ ApplyRequests()
◆ Clear()
void ImGuiSelectionBasicStorage::Clear |
( |
| ) |
|
◆ Contains()
bool ImGuiSelectionBasicStorage::Contains |
( |
ImGuiID | id | ) |
const |
◆ GetNextSelectedItem()
bool ImGuiSelectionBasicStorage::GetNextSelectedItem |
( |
void ** | opaque_it, |
|
|
ImGuiID * | out_id ) |
◆ GetStorageIdFromIndex()
ImGuiID ImGuiSelectionBasicStorage::GetStorageIdFromIndex |
( |
int | idx | ) |
|
|
inline |
◆ SetItemSelected()
void ImGuiSelectionBasicStorage::SetItemSelected |
( |
ImGuiID | id, |
|
|
bool | selected ) |
◆ Swap()
◆ _SelectionOrder
int ImGuiSelectionBasicStorage::_SelectionOrder |
◆ _Storage
◆ AdapterIndexToStorageId
◆ PreserveOrder
bool ImGuiSelectionBasicStorage::PreserveOrder |
◆ Size
int ImGuiSelectionBasicStorage::Size |
◆ UserData
void* ImGuiSelectionBasicStorage::UserData |
The documentation for this struct was generated from the following files:
- include/imgui/imgui.h
- include/imgui/imgui_widgets.cpp