yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::EditorLayoutParams Struct Reference

Dynamic Editor Layout Parameters. More...

#include <editor.h>

Collaboration diagram for yaze::app::editor::EditorLayoutParams:

Public Member Functions

 EditorLayoutParams ()
 

Public Attributes

bool v_split
 
bool h_split
 
int v_split_pos
 
int h_split_pos
 
Editoreditor = nullptr
 
EditorLayoutParamsleft = nullptr
 
EditorLayoutParamsright = nullptr
 
EditorLayoutParamstop = nullptr
 
EditorLayoutParamsbottom = nullptr
 

Detailed Description

Dynamic Editor Layout Parameters.

Definition at line 80 of file editor.h.

Constructor & Destructor Documentation

◆ EditorLayoutParams()

yaze::app::editor::EditorLayoutParams::EditorLayoutParams ( )
inline

Definition at line 91 of file editor.h.

References h_split, h_split_pos, v_split, and v_split_pos.

Member Data Documentation

◆ v_split

bool yaze::app::editor::EditorLayoutParams::v_split

◆ h_split

bool yaze::app::editor::EditorLayoutParams::h_split

◆ v_split_pos

int yaze::app::editor::EditorLayoutParams::v_split_pos

Definition at line 83 of file editor.h.

Referenced by EditorLayoutParams().

◆ h_split_pos

int yaze::app::editor::EditorLayoutParams::h_split_pos

Definition at line 84 of file editor.h.

Referenced by EditorLayoutParams().

◆ editor

Editor* yaze::app::editor::EditorLayoutParams::editor = nullptr

◆ left

EditorLayoutParams* yaze::app::editor::EditorLayoutParams::left = nullptr

Definition at line 86 of file editor.h.

Referenced by yaze::app::editor::DrawEditor().

◆ right

EditorLayoutParams* yaze::app::editor::EditorLayoutParams::right = nullptr

Definition at line 87 of file editor.h.

Referenced by yaze::app::editor::DrawEditor().

◆ top

EditorLayoutParams* yaze::app::editor::EditorLayoutParams::top = nullptr

Definition at line 88 of file editor.h.

Referenced by yaze::app::editor::DrawEditor().

◆ bottom

EditorLayoutParams* yaze::app::editor::EditorLayoutParams::bottom = nullptr

Definition at line 89 of file editor.h.

Referenced by yaze::app::editor::DrawEditor().


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