Public Attributes | |
| std::unordered_map< std::string, WindowDescriptor > | descriptors |
| std::unordered_map< std::string, std::unique_ptr< WindowContent > > | instances |
| std::unordered_set< std::string > | registry_ids |
| std::unordered_set< std::string > | global_ids |
| std::unordered_map< std::string, bool > | centralized_visibility |
| std::unordered_map< std::string, std::string > | aliases |
Definition at line 1050 of file workspace_window_manager.h.
| std::unordered_map<std::string, WindowDescriptor> yaze::editor::WorkspaceWindowManager::WindowRegistryState::descriptors |
Definition at line 1051 of file workspace_window_manager.h.
Referenced by yaze::editor::WorkspaceWindowManager::FindDescriptorByPrefixedId(), yaze::editor::WorkspaceWindowManager::FindDescriptorByPrefixedId(), yaze::editor::WorkspaceWindowManager::GetAllCategories(), yaze::editor::WorkspaceWindowManager::GetAllWindowDescriptors(), yaze::editor::WorkspaceWindowManager::GetPanelCount(), and yaze::editor::WorkspaceWindowManager::GetWindowCount().
| std::unordered_map<std::string, std::unique_ptr<WindowContent> > yaze::editor::WorkspaceWindowManager::WindowRegistryState::instances |
Definition at line 1052 of file workspace_window_manager.h.
| std::unordered_set<std::string> yaze::editor::WorkspaceWindowManager::WindowRegistryState::registry_ids |
Definition at line 1053 of file workspace_window_manager.h.
Referenced by yaze::editor::WorkspaceWindowManager::GetRegistryWindowContentCount().
| std::unordered_set<std::string> yaze::editor::WorkspaceWindowManager::WindowRegistryState::global_ids |
Definition at line 1054 of file workspace_window_manager.h.
| std::unordered_map<std::string, bool> yaze::editor::WorkspaceWindowManager::WindowRegistryState::centralized_visibility |
Definition at line 1055 of file workspace_window_manager.h.
| std::unordered_map<std::string, std::string> yaze::editor::WorkspaceWindowManager::WindowRegistryState::aliases |
Definition at line 1056 of file workspace_window_manager.h.