#include <command_palette_providers.h>

Public Attributes | |
| const RecentProjectsModel * | model = 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 |
Definition at line 109 of file command_palette_providers.h.
| const RecentProjectsModel* yaze::editor::WelcomeCommandsProvider::Callbacks::model = nullptr |
Definition at line 110 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::vector<std::string> yaze::editor::WelcomeCommandsProvider::Callbacks::template_names |
Definition at line 111 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void(const std::string&) yaze::editor::WelcomeCommandsProvider::Callbacks::remove) |
Definition at line 112 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void(const std::string&) yaze::editor::WelcomeCommandsProvider::Callbacks::toggle_pin) |
Definition at line 113 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::undo_remove |
Definition at line 114 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::clear_recents |
Definition at line 115 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void(const std::string&) yaze::editor::WelcomeCommandsProvider::Callbacks::create_from_template) |
Definition at line 116 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::dismiss_welcome |
Definition at line 117 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().
| std::function<void()> yaze::editor::WelcomeCommandsProvider::Callbacks::show_welcome |
Definition at line 118 of file command_palette_providers.h.
Referenced by yaze::editor::UICoordinator::InitializeCommandPalette(), and yaze::editor::WelcomeCommandsProvider::Provide().