#include "canvas_modals.h"
#include <algorithm>
#include <sstream>
#include <iomanip>
#include "app/gfx/performance/performance_profiler.h"
#include "app/gfx/performance/performance_dashboard.h"
#include "app/gui/widgets/palette_widget.h"
#include "app/gui/canvas/bpp_format_ui.h"
#include "app/gui/icons.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::canvas |
namespace | yaze::gui::canvas::anonymous_namespace{canvas_modals.cc} |
Functions | |
void | yaze::gui::canvas::anonymous_namespace{canvas_modals.cc}::DispatchConfigCallback (const std::function< void(const CanvasConfig &)> &callback, const CanvasConfig &config) |
void | yaze::gui::canvas::anonymous_namespace{canvas_modals.cc}::DispatchScaleCallback (const std::function< void(const CanvasConfig &)> &callback, const CanvasConfig &config) |