Ember
Loading...
Searching...
No Matches
EmberForge::AppPreferences::BottomPanelSettings Struct Reference

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::StringlastOpenTabs
bool showBreadcrumb = true
bool showHistory = true
StartPathMode startPathMode = StartPathMode::ExecutableDirectory
EmberCore::String customStartPath = ""
TreeViewSettings treeView
GridViewSettings gridView
LogTabSettings logTab

Detailed Description

Bottom panel container settings.

Definition at line 304 of file AppPreferences.h.

Member Data Documentation

◆ allowPanelCollapse

bool EmberForge::AppPreferences::BottomPanelSettings::allowPanelCollapse = true

Definition at line 318 of file AppPreferences.h.

◆ customStartPath

EmberCore::String EmberForge::AppPreferences::BottomPanelSettings::customStartPath = ""

Definition at line 326 of file AppPreferences.h.

◆ defaultPanelHeightEnabled

bool EmberForge::AppPreferences::BottomPanelSettings::defaultPanelHeightEnabled = true

Definition at line 307 of file AppPreferences.h.

◆ defaultPanelHeightPct

int EmberForge::AppPreferences::BottomPanelSettings::defaultPanelHeightPct = 25

Definition at line 306 of file AppPreferences.h.

◆ gridView

GridViewSettings EmberForge::AppPreferences::BottomPanelSettings::gridView

Definition at line 330 of file AppPreferences.h.

◆ lastActiveTab

EmberCore::String EmberForge::AppPreferences::BottomPanelSettings::lastActiveTab = "FileExplorer"

Definition at line 319 of file AppPreferences.h.

◆ lastOpenTabs

std::vector<EmberCore::String> EmberForge::AppPreferences::BottomPanelSettings::lastOpenTabs

Definition at line 320 of file AppPreferences.h.

◆ lastPanelVisible

bool EmberForge::AppPreferences::BottomPanelSettings::lastPanelVisible = true

Definition at line 311 of file AppPreferences.h.

◆ logTab

LogTabSettings EmberForge::AppPreferences::BottomPanelSettings::logTab

Definition at line 333 of file AppPreferences.h.

◆ minimumPanelHeightEnabled

bool EmberForge::AppPreferences::BottomPanelSettings::minimumPanelHeightEnabled = true

Definition at line 309 of file AppPreferences.h.

◆ minimumPanelHeightPct

int EmberForge::AppPreferences::BottomPanelSettings::minimumPanelHeightPct = 15

Definition at line 308 of file AppPreferences.h.

◆ panelStartupState

PanelStartupState EmberForge::AppPreferences::BottomPanelSettings::panelStartupState = PanelStartupState::Show

Definition at line 310 of file AppPreferences.h.

◆ rememberLastTab

bool EmberForge::AppPreferences::BottomPanelSettings::rememberLastTab = true

Definition at line 317 of file AppPreferences.h.

◆ showBreadcrumb

bool EmberForge::AppPreferences::BottomPanelSettings::showBreadcrumb = true

Definition at line 323 of file AppPreferences.h.

◆ showHistory

bool EmberForge::AppPreferences::BottomPanelSettings::showHistory = true

Definition at line 324 of file AppPreferences.h.

◆ showTabCloseButtons

bool EmberForge::AppPreferences::BottomPanelSettings::showTabCloseButtons = true

Definition at line 314 of file AppPreferences.h.

◆ startPathMode

StartPathMode EmberForge::AppPreferences::BottomPanelSettings::startPathMode = StartPathMode::ExecutableDirectory

Definition at line 325 of file AppPreferences.h.

◆ treeView

TreeViewSettings EmberForge::AppPreferences::BottomPanelSettings::treeView

Definition at line 329 of file AppPreferences.h.


The documentation for this struct was generated from the following file: