#include "canvas_menu.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. | |
Functions | |
void | yaze::gui::RenderMenuItem (const CanvasMenuItem &item, std::function< void(const std::string &, std::function< void()>)> popup_opened_callback=nullptr) |
Render a single menu item. | |
void | yaze::gui::RenderMenuSection (const CanvasMenuSection §ion, std::function< void(const std::string &, std::function< void()>)> popup_opened_callback=nullptr) |
Render a menu section. | |
void | yaze::gui::RenderCanvasMenu (const CanvasMenuDefinition &menu, std::function< void(const std::string &, std::function< void()>)> popup_opened_callback=nullptr) |
Render a complete menu definition. | |