openMSX
|
Public Member Functions | |
ExampleAsset (ImGuiID id, int type) | |
Static Public Member Functions | |
static void | SortWithSortSpecs (ImGuiTableSortSpecs *sort_specs, ExampleAsset *items, int items_count) |
static int IMGUI_CDECL | CompareWithSortSpecs (const void *lhs, const void *rhs) |
Public Attributes | |
ImGuiID | ID |
int | Type |
Static Public Attributes | |
static const ImGuiTableSortSpecs * | s_current_sort_specs = NULL |
Definition at line 10284 of file imgui_demo.cc.
|
inline |
Definition at line 10289 of file imgui_demo.cc.
|
inlinestatic |
Definition at line 10302 of file imgui_demo.cc.
References ID, s_current_sort_specs, and Type.
Referenced by SortWithSortSpecs().
|
inlinestatic |
Definition at line 10293 of file imgui_demo.cc.
References CompareWithSortSpecs(), and s_current_sort_specs.
Referenced by ExampleAssetsBrowser::Draw().
ImGuiID ExampleAsset::ID |
Definition at line 10286 of file imgui_demo.cc.
Referenced by CompareWithSortSpecs(), ExampleAssetsBrowser::Draw(), and ExampleAsset().
|
static |
Definition at line 10291 of file imgui_demo.cc.
Referenced by CompareWithSortSpecs(), and SortWithSortSpecs().
int ExampleAsset::Type |
Definition at line 10287 of file imgui_demo.cc.
Referenced by CompareWithSortSpecs(), ExampleAssetsBrowser::Draw(), and ExampleAsset().