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 |
Definition at line 516 of file layout_manager.h.
| bool yaze::editor::LayoutManager::LazyDefaultDockState::enabled = false |
Definition at line 517 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::RefreshLazyDefaultDockingContext().
| bool yaze::editor::LayoutManager::LazyDefaultDockState::compact = false |
Definition at line 518 of file layout_manager.h.
| EditorType yaze::editor::LayoutManager::LazyDefaultDockState::editor_type = EditorType::kUnknown |
Definition at line 519 of file layout_manager.h.
| size_t yaze::editor::LayoutManager::LazyDefaultDockState::session_id = 0 |
Definition at line 520 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::dockspace = 0 |
Definition at line 521 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::center = 0 |
Definition at line 522 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::left = 0 |
Definition at line 523 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::right = 0 |
Definition at line 524 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::bottom = 0 |
Definition at line 525 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::top = 0 |
Definition at line 526 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::left_top = 0 |
Definition at line 527 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::left_bottom = 0 |
Definition at line 528 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::right_top = 0 |
Definition at line 529 of file layout_manager.h.
| ImGuiID yaze::editor::LayoutManager::LazyDefaultDockState::right_bottom = 0 |
Definition at line 530 of file layout_manager.h.
| float yaze::editor::LayoutManager::LazyDefaultDockState::left_ratio = 0.17f |
Definition at line 531 of file layout_manager.h.
| float yaze::editor::LayoutManager::LazyDefaultDockState::right_ratio = 0.24f |
Definition at line 532 of file layout_manager.h.
| float yaze::editor::LayoutManager::LazyDefaultDockState::bottom_ratio = 0.22f |
Definition at line 533 of file layout_manager.h.
| float yaze::editor::LayoutManager::LazyDefaultDockState::top_ratio = 0.12f |
Definition at line 534 of file layout_manager.h.
| float yaze::editor::LayoutManager::LazyDefaultDockState::vertical_split = 0.52f |
Definition at line 535 of file layout_manager.h.
| std::unordered_set<std::string> yaze::editor::LayoutManager::LazyDefaultDockState::attempted_panels |
Definition at line 536 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::MarkLazyDefaultDockAttempted().