yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::WelcomeCommandsProvider::Callbacks Struct Reference

#include <command_palette_providers.h>

Collaboration diagram for yaze::editor::WelcomeCommandsProvider::Callbacks:

Public Attributes

const RecentProjectsModelmodel = nullptr
 
std::vector< std::string > template_names
 
std::function< void(const std::string &) remove )
 
std::function< void(const std::string &) toggle_pin )
 
std::function< void()> undo_remove
 
std::function< void()> clear_recents
 
std::function< void(const std::string &) create_from_template )
 
std::function< void()> dismiss_welcome
 
std::function< void()> show_welcome
 

Detailed Description

Definition at line 109 of file command_palette_providers.h.

Member Data Documentation

◆ model

const RecentProjectsModel* yaze::editor::WelcomeCommandsProvider::Callbacks::model = nullptr

◆ template_names

std::vector<std::string> yaze::editor::WelcomeCommandsProvider::Callbacks::template_names

◆ remove

std::function<void(const std::string&) yaze::editor::WelcomeCommandsProvider::Callbacks::remove)

◆ toggle_pin

std::function<void(const std::string&) yaze::editor::WelcomeCommandsProvider::Callbacks::toggle_pin)

◆ undo_remove

std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::undo_remove

◆ clear_recents

std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::clear_recents

◆ create_from_template

std::function<void(const std::string&) yaze::editor::WelcomeCommandsProvider::Callbacks::create_from_template)

◆ dismiss_welcome

std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::dismiss_welcome

◆ show_welcome

std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::show_welcome

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