Enhanced docking space with themed background effects. More...
#include <background_renderer.h>
Static Public Member Functions | |
| static void | BeginEnhancedDockSpace (ImGuiID dockspace_id, const ImVec2 &size=ImVec2(0, 0), ImGuiDockNodeFlags flags=0) |
| static void | EndEnhancedDockSpace () |
| static void | SetBackgroundEnabled (bool enabled) |
| static void | SetGridEnabled (bool enabled) |
| static void | SetEffectsEnabled (bool enabled) |
Static Private Attributes | |
| static bool | background_enabled_ = true |
| static bool | grid_enabled_ = true |
| static bool | effects_enabled_ = true |
| static ImVec2 | last_dockspace_pos_ {} |
| static ImVec2 | last_dockspace_size_ {} |
Enhanced docking space with themed background effects.
Definition at line 89 of file background_renderer.h.
|
static |
Definition at line 388 of file background_renderer.cc.
References last_dockspace_pos_, and last_dockspace_size_.
Referenced by yaze::Controller::OnLoad().
|
static |
Definition at line 403 of file background_renderer.cc.
Referenced by yaze::Controller::OnLoad().
|
inlinestatic |
Definition at line 97 of file background_renderer.h.
References background_enabled_.
|
inlinestatic |
Definition at line 100 of file background_renderer.h.
References grid_enabled_.
|
inlinestatic |
Definition at line 101 of file background_renderer.h.
References effects_enabled_.
|
staticprivate |
Definition at line 104 of file background_renderer.h.
Referenced by SetBackgroundEnabled().
|
staticprivate |
Definition at line 105 of file background_renderer.h.
Referenced by SetGridEnabled().
|
staticprivate |
Definition at line 106 of file background_renderer.h.
Referenced by SetEffectsEnabled().
|
staticprivate |
Definition at line 107 of file background_renderer.h.
Referenced by BeginEnhancedDockSpace().
|
staticprivate |
Definition at line 108 of file background_renderer.h.
Referenced by BeginEnhancedDockSpace().