#include <unified_layout.h>
Public Attributes | |
int | left_panel_width = 30 |
int | right_panel_width = 40 |
int | bottom_panel_height = 15 |
bool | show_chat = true |
bool | show_status = true |
bool | show_tools = true |
Definition at line 43 of file unified_layout.h.
int yaze::cli::LayoutConfig::left_panel_width = 30 |
Definition at line 44 of file unified_layout.h.
Referenced by yaze::cli::UnifiedLayout::CreateSettingsPanel(), and yaze::cli::ShowMain().
int yaze::cli::LayoutConfig::right_panel_width = 40 |
Definition at line 45 of file unified_layout.h.
Referenced by yaze::cli::UnifiedLayout::CreateSettingsPanel(), yaze::cli::UnifiedLayout::CreateUnifiedLayout(), yaze::cli::UnifiedLayout::InitializeTheme(), and yaze::cli::ShowMain().
int yaze::cli::LayoutConfig::bottom_panel_height = 15 |
Definition at line 46 of file unified_layout.h.
Referenced by yaze::cli::UnifiedLayout::CreateSettingsPanel(), yaze::cli::UnifiedLayout::CreateUnifiedLayout(), yaze::cli::UnifiedLayout::InitializeTheme(), and yaze::cli::ShowMain().
bool yaze::cli::LayoutConfig::show_chat = true |
Definition at line 47 of file unified_layout.h.
Referenced by yaze::cli::UnifiedLayout::CreateSettingsPanel(), yaze::cli::UnifiedLayout::CreateUnifiedLayout(), yaze::cli::ShowMain(), and yaze::cli::UnifiedLayout::ToggleChat().
bool yaze::cli::LayoutConfig::show_status = true |
Definition at line 48 of file unified_layout.h.
Referenced by yaze::cli::UnifiedLayout::CreateSettingsPanel(), yaze::cli::UnifiedLayout::CreateUnifiedLayout(), yaze::cli::ShowMain(), and yaze::cli::UnifiedLayout::ToggleStatus().
bool yaze::cli::LayoutConfig::show_tools = true |
Definition at line 49 of file unified_layout.h.
Referenced by yaze::cli::ShowMain().