#include <panel_manager.h>
Public Attributes | |
| std::string | name |
| std::vector< std::string > | visible_cards |
| std::string | description |
Definition at line 607 of file panel_manager.h.
| std::string yaze::editor::PanelManager::WorkspacePreset::name |
Definition at line 608 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 609 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 610 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::LoadPresetsFromFile(), and yaze::editor::PanelManager::SavePreset().