#include <entity.h>
Static Public Member Functions | |
static void | SortWithSortSpecs (ImGuiTableSortSpecs *sort_specs, std::vector< SpriteItem > &items) |
static bool | CompareWithSortSpecs (const SpriteItem &a, const SpriteItem &b) |
Public Attributes | |
int | id |
const char * | name |
Static Public Attributes | |
static const ImGuiTableSortSpecs * | s_current_sort_specs = nullptr |
|
inlinestatic |
Definition at line 48 of file entity.h.
References CompareWithSortSpecs(), and s_current_sort_specs.
Referenced by yaze::app::editor::DrawSpriteTable().
|
inlinestatic |
Definition at line 57 of file entity.h.
References id, yaze::app::editor::MyItemColumnID_ID, yaze::app::editor::MyItemColumnID_Name, name, and s_current_sort_specs.
Referenced by SortWithSortSpecs().
int yaze::app::editor::SpriteItem::id |
Definition at line 44 of file entity.h.
Referenced by CompareWithSortSpecs().
const char* yaze::app::editor::SpriteItem::name |
Definition at line 45 of file entity.h.
Referenced by CompareWithSortSpecs().
|
static |
Definition at line 46 of file entity.h.
Referenced by CompareWithSortSpecs(), and SortWithSortSpecs().