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 279 of file content_registry.h.

Member Data Documentation

◆ id

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

Definition at line 280 of file content_registry.h.

◆ group

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

Definition at line 281 of file content_registry.h.

◆ label

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

Definition at line 282 of file content_registry.h.

◆ description

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

Definition at line 283 of file content_registry.h.

◆ shortcut

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

Definition at line 284 of file content_registry.h.

◆ priority

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

Definition at line 285 of file content_registry.h.

◆ callback

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

Definition at line 286 of file content_registry.h.

◆ enabled

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

Definition at line 287 of file content_registry.h.


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