#include <editor.h>
Classes | |
struct | SharedClipboard |
Public Attributes | |
CommandManager | command_manager |
ExtensionManager | extension_manager |
HistoryManager | history_manager |
PopupManager * | popup_manager = nullptr |
ShortcutManager | shortcut_manager |
size_t | session_id = 0 |
struct yaze::editor::EditorContext::SharedClipboard | shared_clipboard |
CommandManager yaze::editor::EditorContext::command_manager |
ExtensionManager yaze::editor::EditorContext::extension_manager |
HistoryManager yaze::editor::EditorContext::history_manager |
PopupManager* yaze::editor::EditorContext::popup_manager = nullptr |
Definition at line 29 of file editor.h.
Referenced by yaze::editor::MessageEditor::DrawExpandedMessageSettings(), yaze::editor::EditorManager::EditorManager(), and yaze::editor::EditorManager::Initialize().
ShortcutManager yaze::editor::EditorContext::shortcut_manager |
Definition at line 30 of file editor.h.
Referenced by yaze::editor::EditorManager::DrawMenuBar(), yaze::editor::EditorManager::Initialize(), and yaze::editor::EditorManager::Update().
size_t yaze::editor::EditorContext::session_id = 0 |
Definition at line 34 of file editor.h.
Referenced by yaze::editor::Editor::MakeCardTitle(), and yaze::editor::EditorManager::Update().
struct yaze::editor::EditorContext::SharedClipboard yaze::editor::EditorContext::shared_clipboard |