Property | Type | Description | |
---|---|---|---|
EnableAdvancedSettings | bool | ||
EnableSuperSettings | bool | ||
EnabledDebugSettings | bool | ||
VisibilityForSuperSettingsAsPreview | System.Windows.Visibility |
Property | Type | Description | |
---|---|---|---|
_firstTimeInitialize | bool | ||
_initialized | bool |
Property | Type | Description | |
---|---|---|---|
OnVisibilityChanged | void |
Method | Description | |
---|---|---|
AddAccountChangedMethod ( UnifiedSettings_AccountChange accountChangedHandler ) : void | ||
BaseUnifiedSettingsPanel ( ) : System | ||
Initialize ( ) : void | ||
OnAccountChangeRequested ( ACEMenuSettingsUpdateType changeType ) : void | ||
OnContentChanging ( UnifiedSettingsContentType contentType ) : void | ||
SaveData ( ) : void | ||
ShowAdvancedOptions ( bool show ) : void | ||
ShowDebugOptions ( bool show ) : void | ||
ShowNormalOptions ( ) : void | ||
ShowSettings ( UnifiedSettings_LevelToShow settingsType, bool show ) : void | ||
ShowSuperOptions ( bool show ) : void | ||
Uninitialize ( ) : void | ||
UpdateForMenuSettingChange ( ACEMenuSettingsUpdateType menuSetting ) : void |
Method | Description | |
---|---|---|
OnVisibilityChanged ( object sender, System e ) : void |
public AddAccountChangedMethod ( UnifiedSettings_AccountChange accountChangedHandler ) : void | ||
accountChangedHandler | UnifiedSettings_AccountChange | |
return | void |
public OnAccountChangeRequested ( ACEMenuSettingsUpdateType changeType ) : void | ||
changeType | ACEMenuSettingsUpdateType | |
return | void |
public OnContentChanging ( UnifiedSettingsContentType contentType ) : void | ||
contentType | UnifiedSettingsContentType | |
return | void |
public ShowAdvancedOptions ( bool show ) : void | ||
show | bool | |
return | void |
public ShowSettings ( UnifiedSettings_LevelToShow settingsType, bool show ) : void | ||
settingsType | UnifiedSettings_LevelToShow | |
show | bool | |
return | void |
public UpdateForMenuSettingChange ( ACEMenuSettingsUpdateType menuSetting ) : void | ||
menuSetting | ACEMenuSettingsUpdateType | |
return | void |
public static bool EnableAdvancedSettings | ||
return | bool |
public static bool EnabledDebugSettings | ||
return | bool |
public static System.Windows.Visibility VisibilityForSuperSettingsAsPreview | ||
return | System.Windows.Visibility |