Unravel Engine C++ Reference
|
This is the complete list of members for ImGuiToast, including all inherited members.
get_color(ImGuiToastType type) -> const ImVec4 | ImGuiToast | inlinestatic |
get_color() -> const ImVec4 | ImGuiToast | inline |
get_content() -> char * | ImGuiToast | inline |
get_default_title() -> const char * | ImGuiToast | inline |
get_draw_callback() -> const ImGuiToastDrawCallback & | ImGuiToast | inline |
get_elapsed_time() | ImGuiToast | inline |
get_fade_percent() -> const float | ImGuiToast | inline |
get_icon(ImGuiToastType type) -> const char * | ImGuiToast | inlinestatic |
get_icon() -> const char * | ImGuiToast | inline |
get_phase() -> const ImGuiToastPhase | ImGuiToast | inline |
get_tick_count() -> const unsigned long long | ImGuiToast | inlinestatic |
get_title() -> char * | ImGuiToast | inline |
get_type() -> const ImGuiToastType & | ImGuiToast | inline |
has_draw_callback() -> bool | ImGuiToast | inline |
ImGuiToast(ImGuiToastType type, int dismiss_time=NOTIFY_DEFAULT_DISMISS) | ImGuiToast | inline |
ImGuiToast(ImGuiToastType type, const char *format,...) | ImGuiToast | inline |
ImGuiToast(ImGuiToastType type, int dismiss_time, const char *format,...) | ImGuiToast | inline |
ImGuiToast(ImGuiToastType type, const ImGuiToastDrawCallback &callback, int dismiss_time=NOTIFY_DEFAULT_DISMISS) | ImGuiToast | inline |
set_content(const char *format,...) -> void | ImGuiToast | inline |
set_creation_time(uint64_t offset) -> const uint64_t | ImGuiToast | inline |
set_draw_callback(const ImGuiToastDrawCallback &callback) -> void | ImGuiToast | inline |
set_title(const char *format,...) -> void | ImGuiToast | inline |
set_type(const ImGuiToastType &type) -> void | ImGuiToast | inline |
unique_id | ImGuiToast |