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

#include <editor_activator.h>

Public Attributes

PanelManagerpanel_manager = nullptr
 
LayoutManagerlayout_manager = nullptr
 
UICoordinatorui_coordinator = nullptr
 
RightPanelManagerright_panel_manager = nullptr
 
ToastManagertoast_manager = nullptr
 
std::function< EditorSet *()> get_current_editor_set
 
std::function< size_t()> get_current_session_id
 
std::function< void(std::function< void()>)> queue_deferred_action
 

Detailed Description

Definition at line 32 of file editor_activator.h.

Member Data Documentation

◆ panel_manager

◆ layout_manager

◆ ui_coordinator

UICoordinator* yaze::editor::EditorActivator::Dependencies::ui_coordinator = nullptr

◆ right_panel_manager

RightPanelManager* yaze::editor::EditorActivator::Dependencies::right_panel_manager = nullptr

◆ toast_manager

ToastManager* yaze::editor::EditorActivator::Dependencies::toast_manager = nullptr

Definition at line 37 of file editor_activator.h.

Referenced by yaze::editor::EditorManager::EditorManager().

◆ get_current_editor_set

◆ get_current_session_id

std::function<size_t()> yaze::editor::EditorActivator::Dependencies::get_current_session_id

◆ queue_deferred_action


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