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

Right 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 = "Properties"
EmberCore::String lastActiveTab = "Properties"
std::vector< EmberCore::StringlastOpenTabs

Detailed Description

Right panel specific settings.

Definition at line 370 of file AppPreferences.h.

Member Data Documentation

◆ allowPanelCollapse

bool EmberForge::AppPreferences::RightPanelSettings::allowPanelCollapse = true

Definition at line 384 of file AppPreferences.h.

◆ defaultActiveTab

EmberCore::String EmberForge::AppPreferences::RightPanelSettings::defaultActiveTab = "Properties"

Definition at line 385 of file AppPreferences.h.

◆ defaultPanelWidthEnabled

bool EmberForge::AppPreferences::RightPanelSettings::defaultPanelWidthEnabled = true

Definition at line 373 of file AppPreferences.h.

◆ defaultPanelWidthPct

int EmberForge::AppPreferences::RightPanelSettings::defaultPanelWidthPct = 20

Definition at line 372 of file AppPreferences.h.

◆ lastActiveTab

EmberCore::String EmberForge::AppPreferences::RightPanelSettings::lastActiveTab = "Properties"

Definition at line 386 of file AppPreferences.h.

◆ lastOpenTabs

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

Definition at line 387 of file AppPreferences.h.

◆ lastPanelVisible

bool EmberForge::AppPreferences::RightPanelSettings::lastPanelVisible = true

Definition at line 377 of file AppPreferences.h.

◆ minimumPanelWidthEnabled

bool EmberForge::AppPreferences::RightPanelSettings::minimumPanelWidthEnabled = true

Definition at line 375 of file AppPreferences.h.

◆ minimumPanelWidthPct

int EmberForge::AppPreferences::RightPanelSettings::minimumPanelWidthPct = 10

Definition at line 374 of file AppPreferences.h.

◆ panelStartupState

PanelStartupState EmberForge::AppPreferences::RightPanelSettings::panelStartupState = PanelStartupState::Show

Definition at line 376 of file AppPreferences.h.

◆ rememberLastTab

bool EmberForge::AppPreferences::RightPanelSettings::rememberLastTab = true

Definition at line 383 of file AppPreferences.h.

◆ showTabCloseButtons

bool EmberForge::AppPreferences::RightPanelSettings::showTabCloseButtons = true

Definition at line 380 of file AppPreferences.h.


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