#include "canvas_context_menu.h"#include "app/gfx/resource/arena.h"#include "app/gfx/debug/performance/performance_profiler.h"#include "app/gfx/debug/performance/performance_dashboard.h"#include "app/gui/widgets/palette_editor_widget.h"#include "app/gui/core/icons.h"#include "app/gui/core/color.h"#include "app/gui/canvas/canvas.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
| namespace | yaze::gui::anonymous_namespace{canvas_context_menu.cc} |
Functions | |
| void | yaze::gui::anonymous_namespace{canvas_context_menu.cc}::Dispatch (const std::function< void(CanvasContextMenu::Command, const CanvasConfig &)> &handler, CanvasContextMenu::Command command, CanvasConfig config) |