Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiStorage Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiStorage:
[legend]

Public Member Functions

void Clear ()
 
IMGUI_API int GetInt (ImGuiID key, int default_val=0) const
 
IMGUI_API void SetInt (ImGuiID key, int val)
 
IMGUI_API bool GetBool (ImGuiID key, bool default_val=false) const
 
IMGUI_API void SetBool (ImGuiID key, bool val)
 
IMGUI_API float GetFloat (ImGuiID key, float default_val=0.0f) const
 
IMGUI_API void SetFloat (ImGuiID key, float val)
 
IMGUI_API void * GetVoidPtr (ImGuiID key) const
 
IMGUI_API void SetVoidPtr (ImGuiID key, void *val)
 
IMGUI_API int * GetIntRef (ImGuiID key, int default_val=0)
 
IMGUI_API bool * GetBoolRef (ImGuiID key, bool default_val=false)
 
IMGUI_API float * GetFloatRef (ImGuiID key, float default_val=0.0f)
 
IMGUI_API void ** GetVoidPtrRef (ImGuiID key, void *default_val=NULL)
 
IMGUI_API void BuildSortByKey ()
 
IMGUI_API void SetAllInt (int val)
 

Public Attributes

ImVector< ImGuiStoragePairData
 

Member Function Documentation

◆ BuildSortByKey()

void ImGuiStorage::BuildSortByKey ( )

◆ Clear()

void ImGuiStorage::Clear ( )
inline
Here is the caller graph for this function:

◆ GetBool()

bool ImGuiStorage::GetBool ( ImGuiID key,
bool default_val = false ) const
Here is the call graph for this function:

◆ GetBoolRef()

bool * ImGuiStorage::GetBoolRef ( ImGuiID key,
bool default_val = false )
Here is the call graph for this function:

◆ GetFloat()

float ImGuiStorage::GetFloat ( ImGuiID key,
float default_val = 0.0f ) const

◆ GetFloatRef()

float * ImGuiStorage::GetFloatRef ( ImGuiID key,
float default_val = 0.0f )

◆ GetInt()

IM_MSVC_RUNTIME_CHECKS_RESTORE int ImGuiStorage::GetInt ( ImGuiID key,
int default_val = 0 ) const
Here is the caller graph for this function:

◆ GetIntRef()

int * ImGuiStorage::GetIntRef ( ImGuiID key,
int default_val = 0 )
Here is the caller graph for this function:

◆ GetVoidPtr()

void * ImGuiStorage::GetVoidPtr ( ImGuiID key) const
Here is the caller graph for this function:

◆ GetVoidPtrRef()

void ** ImGuiStorage::GetVoidPtrRef ( ImGuiID key,
void * default_val = NULL )

◆ SetAllInt()

void ImGuiStorage::SetAllInt ( int val)

◆ SetBool()

void ImGuiStorage::SetBool ( ImGuiID key,
bool val )
Here is the call graph for this function:

◆ SetFloat()

void ImGuiStorage::SetFloat ( ImGuiID key,
float val )

◆ SetInt()

void ImGuiStorage::SetInt ( ImGuiID key,
int val )
Here is the caller graph for this function:

◆ SetVoidPtr()

void ImGuiStorage::SetVoidPtr ( ImGuiID key,
void * val )
Here is the caller graph for this function:

Member Data Documentation

◆ Data

ImVector<ImGuiStoragePair> ImGuiStorage::Data

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