#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 93 of file asset_browser.h.
|
inline |
Definition at line 97 of file asset_browser.h.
Referenced by CompareWithSortSpecs(), yaze::gui::DungeonAsset::DungeonAsset(), yaze::gui::OverworldAsset::OverworldAsset(), SortWithSortSpecs(), yaze::gui::SpriteAsset::SpriteAsset(), and yaze::gui::UnsortedAsset::UnsortedAsset().
|
inlinestatic |
Definition at line 104 of file asset_browser.h.
References AssetObject(), CompareWithSortSpecs(), and s_current_sort_specs.
Referenced by yaze::gui::GfxSheetAssetBrowser::Draw().
|
inlinestatic |
Definition at line 115 of file asset_browser.h.
References AssetObject(), ID, s_current_sort_specs, and Type.
Referenced by SortWithSortSpecs().
ImGuiID yaze::gui::AssetObject::ID |
Definition at line 94 of file asset_browser.h.
Referenced by AssetObject(), CompareWithSortSpecs(), and yaze::gui::GfxSheetAssetBrowser::Draw().
int yaze::gui::AssetObject::Type |
Definition at line 95 of file asset_browser.h.
Referenced by AssetObject(), CompareWithSortSpecs(), and yaze::gui::GfxSheetAssetBrowser::Draw().
|
static |
Definition at line 102 of file asset_browser.h.
Referenced by CompareWithSortSpecs(), and SortWithSortSpecs().