|
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_frame_padding() -> const ImVec2 & | ImGuiToast | inline |
| get_horizontal_pos() -> const ImGuiToastHorizontalPos & | ImGuiToast | inline |
| get_icon(ImGuiToastType type) -> const char * | ImGuiToast | inlinestatic |
| get_icon() -> const char * | ImGuiToast | inline |
| get_on_dismiss() -> const std::function< void()> & | ImGuiToast | inline |
| get_phase() -> const ImGuiToastPhase | ImGuiToast | inline |
| get_show_dismiss_button() -> const bool | ImGuiToast | inline |
| get_tick_count() -> const unsigned long long | ImGuiToast | inlinestatic |
| get_title() -> const char * | ImGuiToast | inline |
| get_type() -> const ImGuiToastType & | ImGuiToast | inline |
| get_window_flags() -> const ImGuiWindowFlags & | 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_button_label(const char *format,...) -> void | 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_frame_padding(const ImVec2 &frame_padding) -> void | ImGuiToast | inline |
| set_frame_padding(float x, float y) -> void | ImGuiToast | inline |
| set_horizontal_pos(const ImGuiToastHorizontalPos &pos) -> void | ImGuiToast | inline |
| set_on_dismiss(const std::function< void()> &callback) -> void | ImGuiToast | inline |
| set_show_dismiss_button(const bool &show) -> void | ImGuiToast | inline |
| set_title(const char *format,...) -> void | ImGuiToast | inline |
| set_type(const ImGuiToastType &type) -> void | ImGuiToast | inline |
| set_window_flags(ImGuiWindowFlags flags) -> void | ImGuiToast | inline |
| unique_id | ImGuiToast |