![]() |
Ember
|
Bottom panel container settings. More...
#include <AppPreferences.h>
Public Attributes | |
| int | defaultPanelHeightPct = 25 |
| bool | defaultPanelHeightEnabled = true |
| int | minimumPanelHeightPct = 15 |
| bool | minimumPanelHeightEnabled = true |
| PanelStartupState | panelStartupState = PanelStartupState::Show |
| bool | lastPanelVisible = true |
| bool | showTabCloseButtons = true |
| bool | rememberLastTab = true |
| bool | allowPanelCollapse = true |
| EmberCore::String | lastActiveTab = "FileExplorer" |
| std::vector< EmberCore::String > | lastOpenTabs |
| bool | showBreadcrumb = true |
| bool | showHistory = true |
| StartPathMode | startPathMode = StartPathMode::ExecutableDirectory |
| EmberCore::String | customStartPath = "" |
| TreeViewSettings | treeView |
| GridViewSettings | gridView |
| LogTabSettings | logTab |
Bottom panel container settings.
Definition at line 304 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::allowPanelCollapse = true |
Definition at line 318 of file AppPreferences.h.
| EmberCore::String EmberForge::AppPreferences::BottomPanelSettings::customStartPath = "" |
Definition at line 326 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::defaultPanelHeightEnabled = true |
Definition at line 307 of file AppPreferences.h.
| int EmberForge::AppPreferences::BottomPanelSettings::defaultPanelHeightPct = 25 |
Definition at line 306 of file AppPreferences.h.
| GridViewSettings EmberForge::AppPreferences::BottomPanelSettings::gridView |
Definition at line 330 of file AppPreferences.h.
| EmberCore::String EmberForge::AppPreferences::BottomPanelSettings::lastActiveTab = "FileExplorer" |
Definition at line 319 of file AppPreferences.h.
| std::vector<EmberCore::String> EmberForge::AppPreferences::BottomPanelSettings::lastOpenTabs |
Definition at line 320 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::lastPanelVisible = true |
Definition at line 311 of file AppPreferences.h.
| LogTabSettings EmberForge::AppPreferences::BottomPanelSettings::logTab |
Definition at line 333 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::minimumPanelHeightEnabled = true |
Definition at line 309 of file AppPreferences.h.
| int EmberForge::AppPreferences::BottomPanelSettings::minimumPanelHeightPct = 15 |
Definition at line 308 of file AppPreferences.h.
| PanelStartupState EmberForge::AppPreferences::BottomPanelSettings::panelStartupState = PanelStartupState::Show |
Definition at line 310 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::rememberLastTab = true |
Definition at line 317 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::showBreadcrumb = true |
Definition at line 323 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::showHistory = true |
Definition at line 324 of file AppPreferences.h.
| bool EmberForge::AppPreferences::BottomPanelSettings::showTabCloseButtons = true |
Definition at line 314 of file AppPreferences.h.
| StartPathMode EmberForge::AppPreferences::BottomPanelSettings::startPathMode = StartPathMode::ExecutableDirectory |
Definition at line 325 of file AppPreferences.h.
| TreeViewSettings EmberForge::AppPreferences::BottomPanelSettings::treeView |
Definition at line 329 of file AppPreferences.h.