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 729 of file canvas.h.

Member Data Documentation

◆ id

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

Definition at line 730 of file canvas.h.

◆ label

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

Definition at line 731 of file canvas.h.

◆ shortcut

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

Definition at line 732 of file canvas.h.

◆ enabled

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

Definition at line 733 of file canvas.h.

◆ on_click

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

Definition at line 734 of file canvas.h.


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