#include <string>
#include <functional>
#include <utility>
#include "app/gfx/bitmap.h"
#include "app/gfx/snes_palette.h"
#include "app/gfx/bpp_format_manager.h"
#include "app/gui/canvas/canvas_utils.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::gui::canvas::CanvasConfig |
Canvas configuration options for modals. More... | |
struct | yaze::gui::canvas::BppConversionOptions |
BPP conversion options. More... | |
struct | yaze::gui::canvas::PaletteEditorOptions |
Palette editor options. More... | |
struct | yaze::gui::canvas::ColorAnalysisOptions |
Color analysis options. More... | |
struct | yaze::gui::canvas::PerformanceOptions |
Performance integration options. More... | |
class | yaze::gui::canvas::CanvasModals |
Modal dialog management for canvas operations. More... | |
struct | yaze::gui::canvas::CanvasModals::ModalState |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |
namespace | yaze::gui::canvas |
Functions | |
void | yaze::gui::canvas::DispatchConfigCallback (const std::function< void(const CanvasConfig &)> &callback, const CanvasConfig &config) |
void | yaze::gui::canvas::DispatchScaleCallback (const std::function< void(const CanvasConfig &)> &callback, const CanvasConfig &config) |