Dynamic Editor Layout Parameters. More...
#include <editor.h>
Public Member Functions | |
EditorLayoutParams () | |
Public Attributes | |
bool | v_split |
bool | h_split |
int | v_split_pos |
int | h_split_pos |
Editor * | editor = nullptr |
EditorLayoutParams * | left = nullptr |
EditorLayoutParams * | right = nullptr |
EditorLayoutParams * | top = nullptr |
EditorLayoutParams * | bottom = nullptr |
|
inline |
Definition at line 91 of file editor.h.
References h_split, h_split_pos, v_split, and v_split_pos.
bool yaze::app::editor::EditorLayoutParams::v_split |
Definition at line 81 of file editor.h.
Referenced by yaze::app::editor::DrawEditor(), EditorLayoutParams(), and yaze::app::editor::EditorManager::InitializeCommands().
bool yaze::app::editor::EditorLayoutParams::h_split |
Definition at line 82 of file editor.h.
Referenced by yaze::app::editor::DrawEditor(), EditorLayoutParams(), and yaze::app::editor::EditorManager::InitializeCommands().
int yaze::app::editor::EditorLayoutParams::v_split_pos |
Definition at line 83 of file editor.h.
Referenced by EditorLayoutParams().
int yaze::app::editor::EditorLayoutParams::h_split_pos |
Definition at line 84 of file editor.h.
Referenced by EditorLayoutParams().
Editor* yaze::app::editor::EditorLayoutParams::editor = nullptr |
Definition at line 85 of file editor.h.
Referenced by yaze::app::editor::DrawEditor(), and yaze::app::editor::EditorManager::InitializeCommands().
EditorLayoutParams* yaze::app::editor::EditorLayoutParams::left = nullptr |
Definition at line 86 of file editor.h.
Referenced by yaze::app::editor::DrawEditor().
EditorLayoutParams* yaze::app::editor::EditorLayoutParams::right = nullptr |
Definition at line 87 of file editor.h.
Referenced by yaze::app::editor::DrawEditor().
EditorLayoutParams* yaze::app::editor::EditorLayoutParams::top = nullptr |
Definition at line 88 of file editor.h.
Referenced by yaze::app::editor::DrawEditor().
EditorLayoutParams* yaze::app::editor::EditorLayoutParams::bottom = nullptr |
Definition at line 89 of file editor.h.
Referenced by yaze::app::editor::DrawEditor().