Built-in workflow-oriented layout profiles. More...
#include <layout_manager.h>
Public Attributes | |
| std::string | id |
| std::string | label |
| std::string | description |
| std::string | preset_name |
| bool | open_agent_chat = false |
Built-in workflow-oriented layout profiles.
Definition at line 48 of file layout_manager.h.
| std::string yaze::editor::LayoutProfile::id |
Definition at line 49 of file layout_manager.h.
| std::string yaze::editor::LayoutProfile::label |
Definition at line 50 of file layout_manager.h.
Referenced by yaze::editor::EditorManager::ApplyLayoutProfile().
| std::string yaze::editor::LayoutProfile::description |
Definition at line 51 of file layout_manager.h.
| std::string yaze::editor::LayoutProfile::preset_name |
Definition at line 52 of file layout_manager.h.
Referenced by yaze::editor::LayoutManager::ApplyBuiltInProfile().
| bool yaze::editor::LayoutProfile::open_agent_chat = false |
Definition at line 53 of file layout_manager.h.
Referenced by yaze::editor::EditorManager::ApplyLayoutProfile().