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

#include <editor.h>

Public Member Functions

EditorContext context () const
 
bool HasContext () const
 

Public Attributes

Romrom = nullptr
 
zelda3::GameDatagame_data = nullptr
 
project::YazeProjectproject = nullptr
 
core::VersionManagerversion_manager = nullptr
 
GlobalEditorContextglobal_context = nullptr
 
size_t session_id = 0
 

Detailed Description

Definition at line 130 of file editor.h.

Member Function Documentation

◆ context()

EditorContext yaze::editor::CoreDependencies::context ( ) const
inline

Definition at line 138 of file editor.h.

References game_data, and rom.

◆ HasContext()

bool yaze::editor::CoreDependencies::HasContext ( ) const
inline

Definition at line 139 of file editor.h.

References game_data, and rom.

Member Data Documentation

◆ rom

Rom* yaze::editor::CoreDependencies::rom = nullptr

Definition at line 131 of file editor.h.

Referenced by context(), and HasContext().

◆ game_data

zelda3::GameData* yaze::editor::CoreDependencies::game_data = nullptr

Definition at line 132 of file editor.h.

Referenced by context(), and HasContext().

◆ project

project::YazeProject* yaze::editor::CoreDependencies::project = nullptr

Definition at line 133 of file editor.h.

◆ version_manager

core::VersionManager* yaze::editor::CoreDependencies::version_manager = nullptr

Definition at line 134 of file editor.h.

◆ global_context

GlobalEditorContext* yaze::editor::CoreDependencies::global_context = nullptr

Definition at line 135 of file editor.h.

◆ session_id

size_t yaze::editor::CoreDependencies::session_id = 0

Definition at line 136 of file editor.h.


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