openMSX
Public Member Functions | List of all members
ExampleSelectionWithDeletion Struct Reference
Inheritance diagram for ExampleSelectionWithDeletion:
Inheritance graph
[legend]
Collaboration diagram for ExampleSelectionWithDeletion:
Collaboration graph
[legend]

Public Member Functions

int ApplyDeletionPreLoop (ImGuiMultiSelectIO *ms_io, int items_count)
 
template<typename ITEM_TYPE >
void ApplyDeletionPostLoop (ImGuiMultiSelectIO *ms_io, ImVector< ITEM_TYPE > &items, int item_curr_idx_to_select)
 

Detailed Description

Definition at line 3015 of file imgui_demo.cc.

Member Function Documentation

◆ ApplyDeletionPostLoop()

template<typename ITEM_TYPE >
void ExampleSelectionWithDeletion::ApplyDeletionPostLoop ( ImGuiMultiSelectIO *  ms_io,
ImVector< ITEM_TYPE > &  items,
int  item_curr_idx_to_select 
)
inline

Definition at line 3054 of file imgui_demo.cc.

Referenced by ExampleAssetsBrowser::Draw().

◆ ApplyDeletionPreLoop()

int ExampleSelectionWithDeletion::ApplyDeletionPreLoop ( ImGuiMultiSelectIO *  ms_io,
int  items_count 
)
inline

Definition at line 3024 of file imgui_demo.cc.

References IM_MIN.

Referenced by ExampleAssetsBrowser::Draw().


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