Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ExampleAsset Struct Reference
Collaboration diagram for ExampleAsset:
[legend]

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 ImGuiTableSortSpecss_current_sort_specs = NULL
 

Constructor & Destructor Documentation

◆ ExampleAsset()

ExampleAsset::ExampleAsset ( ImGuiID id,
int type )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ CompareWithSortSpecs()

static int IMGUI_CDECL ExampleAsset::CompareWithSortSpecs ( const void * lhs,
const void * rhs )
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SortWithSortSpecs()

static void ExampleAsset::SortWithSortSpecs ( ImGuiTableSortSpecs * sort_specs,
ExampleAsset * items,
int items_count )
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ID

ImGuiID ExampleAsset::ID

◆ s_current_sort_specs

const ImGuiTableSortSpecs * ExampleAsset::s_current_sort_specs = NULL
static

◆ Type

int ExampleAsset::Type

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