#include <functional>
#include <tuple>
#include <vector>
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
class | yaze::gui::CanvasAutomationAPI |
Programmatic interface for controlling canvas operations. More... | |
struct | yaze::gui::CanvasAutomationAPI::SelectionState |
Selection state returned by GetSelection(). More... | |
struct | yaze::gui::CanvasAutomationAPI::Dimensions |
Canvas dimensions in logical tile units. More... | |
struct | yaze::gui::CanvasAutomationAPI::VisibleRegion |
Visible region in logical tile coordinates. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |