#include <panel_manager.h>
Public Attributes | |
| std::string | name |
| std::vector< std::string > | visible_cards |
| std::string | description |
Definition at line 362 of file panel_manager.h.
| std::string yaze::editor::PanelManager::WorkspacePreset::name |
Definition at line 363 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::LoadPresetsFromFile(), and yaze::editor::PanelManager::SavePreset().
| std::vector<std::string> yaze::editor::PanelManager::WorkspacePreset::visible_cards |
Definition at line 364 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::LoadPresetsFromFile(), and yaze::editor::PanelManager::SavePreset().
| std::string yaze::editor::PanelManager::WorkspacePreset::description |
Definition at line 365 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::LoadPresetsFromFile(), and yaze::editor::PanelManager::SavePreset().