vsgImGui 0.6.0
VulkanSceneGraph, ImGui and ImPlot integration library
Loading...
Searching...
No Matches
ImGuiSelectionBasicStorage Struct Reference
Collaboration diagram for ImGuiSelectionBasicStorage:

Public Member Functions

IMGUI_API void ApplyRequests (ImGuiMultiSelectIO *ms_io)
 
IMGUI_API bool Contains (ImGuiID id) const
 
IMGUI_API void Clear ()
 
IMGUI_API void Swap (ImGuiSelectionBasicStorage &r)
 
IMGUI_API void SetItemSelected (ImGuiID id, bool selected)
 
IMGUI_API bool GetNextSelectedItem (void **opaque_it, ImGuiID *out_id)
 
ImGuiID GetStorageIdFromIndex (int idx)
 

Public Attributes

int Size
 
bool PreserveOrder
 
void * UserData
 
ImGuiID(* AdapterIndexToStorageId )(ImGuiSelectionBasicStorage *self, int idx)
 
int _SelectionOrder
 
ImGuiStorage _Storage
 

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