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

Left panel specific settings. More...

#include <AppPreferences.h>

Public Attributes

int defaultPanelWidthPct = 20
bool defaultPanelWidthEnabled = true
int minimumPanelWidthPct = 10
bool minimumPanelWidthEnabled = true
PanelStartupState panelStartupState = PanelStartupState::Show
bool lastPanelVisible = true
bool showTabCloseButtons = true
bool rememberLastTab = true
bool allowPanelCollapse = true
EmberCore::String defaultActiveTab = "Navigator"
EmberCore::String lastActiveTab = "Navigator"
std::vector< EmberCore::StringlastOpenTabs

Detailed Description

Left panel specific settings.

Definition at line 347 of file AppPreferences.h.

Member Data Documentation

◆ allowPanelCollapse

bool EmberForge::AppPreferences::LeftPanelSettings::allowPanelCollapse = true

Definition at line 361 of file AppPreferences.h.

◆ defaultActiveTab

EmberCore::String EmberForge::AppPreferences::LeftPanelSettings::defaultActiveTab = "Navigator"

Definition at line 362 of file AppPreferences.h.

◆ defaultPanelWidthEnabled

bool EmberForge::AppPreferences::LeftPanelSettings::defaultPanelWidthEnabled = true

Definition at line 350 of file AppPreferences.h.

◆ defaultPanelWidthPct

int EmberForge::AppPreferences::LeftPanelSettings::defaultPanelWidthPct = 20

Definition at line 349 of file AppPreferences.h.

◆ lastActiveTab

EmberCore::String EmberForge::AppPreferences::LeftPanelSettings::lastActiveTab = "Navigator"

Definition at line 363 of file AppPreferences.h.

◆ lastOpenTabs

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

Definition at line 364 of file AppPreferences.h.

◆ lastPanelVisible

bool EmberForge::AppPreferences::LeftPanelSettings::lastPanelVisible = true

Definition at line 354 of file AppPreferences.h.

◆ minimumPanelWidthEnabled

bool EmberForge::AppPreferences::LeftPanelSettings::minimumPanelWidthEnabled = true

Definition at line 352 of file AppPreferences.h.

◆ minimumPanelWidthPct

int EmberForge::AppPreferences::LeftPanelSettings::minimumPanelWidthPct = 10

Definition at line 351 of file AppPreferences.h.

◆ panelStartupState

PanelStartupState EmberForge::AppPreferences::LeftPanelSettings::panelStartupState = PanelStartupState::Show

Definition at line 353 of file AppPreferences.h.

◆ rememberLastTab

bool EmberForge::AppPreferences::LeftPanelSettings::rememberLastTab = true

Definition at line 360 of file AppPreferences.h.

◆ showTabCloseButtons

bool EmberForge::AppPreferences::LeftPanelSettings::showTabCloseButtons = true

Definition at line 357 of file AppPreferences.h.


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