#include <editor_context.h>

Public Member Functions | |
| GlobalEditorContext (EventBus &bus) | |
| EventBus & | GetEventBus () |
| const EventBus & | GetEventBus () const |
| void | SetCurrentRom (Rom *rom) |
| Rom * | GetCurrentRom () const |
| void | SetSessionId (size_t id) |
| size_t | GetSessionId () const |
Private Attributes | |
| EventBus & | bus_ |
| Rom * | rom_ = nullptr |
| size_t | session_id_ = 0 |
Definition at line 11 of file editor_context.h.
|
inlineexplicit |
Definition at line 13 of file editor_context.h.
|
inline |
Definition at line 15 of file editor_context.h.
References bus_.
Referenced by yaze::editor::StatusBar::Initialize().
|
inline |
Definition at line 16 of file editor_context.h.
References bus_.
|
inline |
Definition at line 18 of file editor_context.h.
References rom_.
|
inline |
Definition at line 19 of file editor_context.h.
References rom_.
|
inline |
Definition at line 21 of file editor_context.h.
References session_id_.
|
inline |
Definition at line 22 of file editor_context.h.
References session_id_.
|
private |
Definition at line 25 of file editor_context.h.
Referenced by GetEventBus(), and GetEventBus().
|
private |
Definition at line 26 of file editor_context.h.
Referenced by GetCurrentRom(), and SetCurrentRom().
|
private |
Definition at line 27 of file editor_context.h.
Referenced by GetSessionId(), and SetSessionId().