yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ContentRegistry::WorkflowActions::ActionDef Struct Reference

#include <content_registry.h>

Public Attributes

std::string id
 
std::string group
 
std::string label
 
std::string description
 
std::string shortcut
 
int priority = 50
 
std::function< void()> callback
 
std::function< bool()> enabled
 

Detailed Description

Definition at line 306 of file content_registry.h.

Member Data Documentation

◆ id

std::string yaze::editor::ContentRegistry::WorkflowActions::ActionDef::id

Definition at line 307 of file content_registry.h.

◆ group

std::string yaze::editor::ContentRegistry::WorkflowActions::ActionDef::group

Definition at line 308 of file content_registry.h.

◆ label

std::string yaze::editor::ContentRegistry::WorkflowActions::ActionDef::label

Definition at line 309 of file content_registry.h.

◆ description

std::string yaze::editor::ContentRegistry::WorkflowActions::ActionDef::description

Definition at line 310 of file content_registry.h.

◆ shortcut

std::string yaze::editor::ContentRegistry::WorkflowActions::ActionDef::shortcut

Definition at line 311 of file content_registry.h.

◆ priority

int yaze::editor::ContentRegistry::WorkflowActions::ActionDef::priority = 50

Definition at line 312 of file content_registry.h.

◆ callback

std::function<void()> yaze::editor::ContentRegistry::WorkflowActions::ActionDef::callback

Definition at line 313 of file content_registry.h.

◆ enabled

std::function<bool()> yaze::editor::ContentRegistry::WorkflowActions::ActionDef::enabled

Definition at line 314 of file content_registry.h.


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