Public Attributes | |
| size_t | session_id = 0 |
| std::unordered_map< std::string, bool > | visibility |
| std::unordered_map< std::string, bool > | pinned |
| std::string | imgui_layout |
Definition at line 337 of file layout_manager.h.
| size_t yaze::editor::LayoutManager::SessionSnapshot::session_id = 0 |
Definition at line 338 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::RestoreNamedSnapshot(), and yaze::editor::LayoutManager::SaveNamedSnapshot().
| std::unordered_map<std::string, bool> yaze::editor::LayoutManager::SessionSnapshot::visibility |
Definition at line 339 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::RestoreNamedSnapshot(), and yaze::editor::LayoutManager::SaveNamedSnapshot().
| std::unordered_map<std::string, bool> yaze::editor::LayoutManager::SessionSnapshot::pinned |
Definition at line 340 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::RestoreNamedSnapshot(), and yaze::editor::LayoutManager::SaveNamedSnapshot().
| std::string yaze::editor::LayoutManager::SessionSnapshot::imgui_layout |
Definition at line 341 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::RestoreNamedSnapshot(), and yaze::editor::LayoutManager::SaveNamedSnapshot().