#include <asset_browser.h>
Public Member Functions | |
AssetObject (ImGuiID id, int type) | |
Static Public Member Functions | |
static void | SortWithSortSpecs (ImGuiTableSortSpecs *sort_specs, AssetObject *items, int items_count) |
static int | 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 94 of file asset_browser.h.
|
inline |
Definition at line 98 of file asset_browser.h.
|
inlinestatic |
Definition at line 105 of file asset_browser.h.
References CompareWithSortSpecs(), and s_current_sort_specs.
Referenced by yaze::app::gui::GfxSheetAssetBrowser::Draw().
|
inlinestatic |
Definition at line 116 of file asset_browser.h.
References ID, s_current_sort_specs, and Type.
Referenced by SortWithSortSpecs().
ImGuiID yaze::app::gui::AssetObject::ID |
Definition at line 95 of file asset_browser.h.
Referenced by AssetObject(), CompareWithSortSpecs(), and yaze::app::gui::GfxSheetAssetBrowser::Draw().
int yaze::app::gui::AssetObject::Type |
Definition at line 96 of file asset_browser.h.
Referenced by AssetObject(), CompareWithSortSpecs(), and yaze::app::gui::GfxSheetAssetBrowser::Draw().
|
static |
Definition at line 103 of file asset_browser.h.
Referenced by CompareWithSortSpecs(), and SortWithSortSpecs().