Go to the source code of this file.
|
| namespace | yaze |
| |
| namespace | yaze::gui |
| | Graphical User Interface (GUI) components for the application.
|
| |
|
| CanvasFrameOptions | yaze::gui::MakeFrameOptions (ImVec2 size=ImVec2(0, 0), float grid_step=16.0f, bool draw_grid=true, bool draw_overlay=true, bool render_popups=true, bool draw_context_menu=false) |
| |
| SelectorPanelOpts | yaze::gui::MakeSelectorOpts (ImVec2 size, float grid_step, int tile_size, bool ensure_texture=true, bool render_popups=true) |
| |
| PreviewPanelOpts | yaze::gui::MakePreviewOpts (ImVec2 size, float grid_step=0.0f, bool ensure_texture=true, bool render_popups=false) |
| |
| CanvasMenuActionHost | yaze::gui::MakeMenuHostWithDefaults (const CanvasRuntime &rt, CanvasConfig &cfg) |
| |