yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::CanvasMenuAction Struct Reference

#include <canvas.h>

Public Attributes

std::string id
 
std::string label
 
std::string shortcut
 
std::function< bool()> enabled
 
std::function< void()> on_click
 

Detailed Description

Definition at line 563 of file canvas.h.

Member Data Documentation

◆ id

std::string yaze::gui::CanvasMenuAction::id

Definition at line 564 of file canvas.h.

◆ label

std::string yaze::gui::CanvasMenuAction::label

Definition at line 565 of file canvas.h.

◆ shortcut

std::string yaze::gui::CanvasMenuAction::shortcut

Definition at line 566 of file canvas.h.

◆ enabled

std::function<bool()> yaze::gui::CanvasMenuAction::enabled

Definition at line 567 of file canvas.h.

◆ on_click

std::function<void()> yaze::gui::CanvasMenuAction::on_click

Definition at line 568 of file canvas.h.


The documentation for this struct was generated from the following file: