Go to the source code of this file.
|
| namespace | yaze |
| |
| namespace | yaze::gui |
| | Graphical User Interface (GUI) components for the application.
|
| |
|
| void | yaze::gui::BeginCanvas (Canvas &canvas, ImVec2 child_size) |
| |
| void | yaze::gui::EndCanvas (Canvas &canvas) |
| |
| CanvasRuntime | yaze::gui::BeginCanvas (Canvas &canvas, const CanvasFrameOptions &options) |
| |
| void | yaze::gui::EndCanvas (Canvas &canvas, CanvasRuntime &, const CanvasFrameOptions &options) |
| |
| ZoomToFitResult | yaze::gui::ComputeZoomToFit (ImVec2 content_px, ImVec2 canvas_px, float padding_px) |
| |
| ImVec2 | yaze::gui::ClampScroll (ImVec2 scroll, ImVec2 content_px, ImVec2 canvas_px) |
| |
| void | yaze::gui::GraphicsBinCanvasPipeline (int width, int height, int tile_size, int num_sheets_to_load, int canvas_id, bool is_loaded, gfx::BitmapTable &graphics_bin) |
| |
| void | yaze::gui::BitmapCanvasPipeline (Canvas &canvas, gfx::Bitmap &bitmap, int width, int height, int tile_size, bool is_loaded, bool scrollbar, int canvas_id) |
| |
| void | yaze::gui::TableCanvasPipeline (Canvas &canvas, gfx::Bitmap &bitmap, const std::string &label, bool auto_resize) |
| |