#include "editor_toaster.h"
#include "editor/editor_settings.h"
#include "editor/editor_string_names.h"
#include "editor/themes/editor_scale.h"
#include "scene/gui/button.h"
#include "scene/gui/label.h"
#include "scene/gui/panel_container.h"
#include "scene/resources/style_box_flat.h"
EditorToaster *EditorToaster::singleton = …;
void EditorToaster::_notification(int p_what) { … }
void EditorToaster::_error_handler(void *p_self, const char *p_func, const char *p_file, int p_line, const char *p_error, const char *p_errorexp, bool p_editor_notify, ErrorHandlerType p_type) { … }
void EditorToaster::_error_handler_impl(const String &p_file, int p_line, const String &p_error, const String &p_errorexp, bool p_editor_notify, int p_type) { … }
void EditorToaster::_update_vbox_position() { … }
void EditorToaster::_update_disable_notifications_button() { … }
void EditorToaster::_auto_hide_or_free_toasts() { … }
void EditorToaster::_draw_button() { … }
void EditorToaster::_draw_progress(Control *panel) { … }
void EditorToaster::_set_notifications_enabled(bool p_enabled) { … }
void EditorToaster::_repop_old() { … }
Control *EditorToaster::popup(Control *p_control, Severity p_severity, double p_time, const String &p_tooltip) { … }
void EditorToaster::popup_str(const String &p_message, Severity p_severity, const String &p_tooltip) { … }
void EditorToaster::_popup_str(const String &p_message, Severity p_severity, const String &p_tooltip) { … }
void EditorToaster::_toast_theme_changed(Control *p_control) { … }
void EditorToaster::close(Control *p_control) { … }
void EditorToaster::instant_close(Control *p_control) { … }
void EditorToaster::copy(Control *p_control) { … }
void EditorToaster::_bind_methods() { … }
EditorToaster *EditorToaster::get_singleton() { … }
EditorToaster::EditorToaster() { … }
EditorToaster::~EditorToaster() { … }