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

Public Attributes

bool enabled = false
 
bool compact = false
 
EditorType editor_type = EditorType::kUnknown
 
size_t session_id = 0
 
ImGuiID dockspace = 0
 
ImGuiID center = 0
 
ImGuiID left = 0
 
ImGuiID right = 0
 
ImGuiID bottom = 0
 
ImGuiID top = 0
 
ImGuiID left_top = 0
 
ImGuiID left_bottom = 0
 
ImGuiID right_top = 0
 
ImGuiID right_bottom = 0
 
float left_ratio = 0.17f
 
float right_ratio = 0.24f
 
float bottom_ratio = 0.22f
 
float top_ratio = 0.12f
 
float vertical_split = 0.52f
 
std::unordered_set< std::string > attempted_panels
 

Detailed Description

Definition at line 516 of file layout_manager.h.

Member Data Documentation

◆ enabled

bool yaze::editor::LayoutManager::LazyDefaultDockState::enabled = false

◆ compact

bool yaze::editor::LayoutManager::LazyDefaultDockState::compact = false

Definition at line 518 of file layout_manager.h.

◆ editor_type

EditorType yaze::editor::LayoutManager::LazyDefaultDockState::editor_type = EditorType::kUnknown

Definition at line 519 of file layout_manager.h.

◆ session_id

size_t yaze::editor::LayoutManager::LazyDefaultDockState::session_id = 0

Definition at line 520 of file layout_manager.h.

◆ dockspace

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::dockspace = 0

Definition at line 521 of file layout_manager.h.

◆ center

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::center = 0

Definition at line 522 of file layout_manager.h.

◆ left

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::left = 0

Definition at line 523 of file layout_manager.h.

◆ right

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::right = 0

Definition at line 524 of file layout_manager.h.

◆ bottom

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::bottom = 0

Definition at line 525 of file layout_manager.h.

◆ top

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::top = 0

Definition at line 526 of file layout_manager.h.

◆ left_top

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::left_top = 0

Definition at line 527 of file layout_manager.h.

◆ left_bottom

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::left_bottom = 0

Definition at line 528 of file layout_manager.h.

◆ right_top

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::right_top = 0

Definition at line 529 of file layout_manager.h.

◆ right_bottom

ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::right_bottom = 0

Definition at line 530 of file layout_manager.h.

◆ left_ratio

float yaze::editor::LayoutManager::LazyDefaultDockState::left_ratio = 0.17f

Definition at line 531 of file layout_manager.h.

◆ right_ratio

float yaze::editor::LayoutManager::LazyDefaultDockState::right_ratio = 0.24f

Definition at line 532 of file layout_manager.h.

◆ bottom_ratio

float yaze::editor::LayoutManager::LazyDefaultDockState::bottom_ratio = 0.22f

Definition at line 533 of file layout_manager.h.

◆ top_ratio

float yaze::editor::LayoutManager::LazyDefaultDockState::top_ratio = 0.12f

Definition at line 534 of file layout_manager.h.

◆ vertical_split

float yaze::editor::LayoutManager::LazyDefaultDockState::vertical_split = 0.52f

Definition at line 535 of file layout_manager.h.

◆ attempted_panels

std::unordered_set<std::string> yaze::editor::LayoutManager::LazyDefaultDockState::attempted_panels

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