ImGuiSelectionBasicStorage constructor needs visibility (#7906)

This commit is contained in:
Pavel Rojtberg 2024-08-21 09:14:52 +02:00 committed by GitHub
parent e471206b08
commit 59e69dc6df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2860,7 +2860,7 @@ struct ImGuiSelectionBasicStorage
ImGuiStorage _Storage; // [Internal] Selection set. Think of this as similar to e.g. std::set<ImGuiID>. Prefer not accessing directly: iterate with GetNextSelectedItem().
// Methods
ImGuiSelectionBasicStorage();
IMGUI_API ImGuiSelectionBasicStorage();
IMGUI_API void ApplyRequests(ImGuiMultiSelectIO* ms_io); // Apply selection requests coming from BeginMultiSelect() and EndMultiSelect() functions. It uses 'items_count' passed to BeginMultiSelect()
IMGUI_API bool Contains(ImGuiID id) const; // Query if an item id is in selection.
IMGUI_API void Clear(); // Clear selection