C# Class com.vtcsecure.ace.windows.CustomControls.UnifiedSettings.BaseUnifiedSettingsPanel

Inheritance: System.Windows.Controls.UserControl
Show file Open project: VTCSecureLLC/ace-windows Class Usage Examples

Public Properties

Property Type Description
EnableAdvancedSettings bool
EnableSuperSettings bool
EnabledDebugSettings bool
VisibilityForSuperSettingsAsPreview System.Windows.Visibility

Protected Properties

Property Type Description
_firstTimeInitialize bool
_initialized bool

Private Properties

Property Type Description
OnVisibilityChanged void

Public Methods

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

Private Methods

Method Description
OnVisibilityChanged ( object sender, System e ) : void

Method Details

AddAccountChangedMethod() public method

public AddAccountChangedMethod ( UnifiedSettings_AccountChange accountChangedHandler ) : void
accountChangedHandler UnifiedSettings_AccountChange
return void

BaseUnifiedSettingsPanel() public method

public BaseUnifiedSettingsPanel ( ) : System
return System

Initialize() public method

public Initialize ( ) : void
return void

OnAccountChangeRequested() public method

public OnAccountChangeRequested ( ACEMenuSettingsUpdateType changeType ) : void
changeType ACEMenuSettingsUpdateType
return void

OnContentChanging() public method

public OnContentChanging ( UnifiedSettingsContentType contentType ) : void
contentType UnifiedSettingsContentType
return void

SaveData() public method

public SaveData ( ) : void
return void

ShowAdvancedOptions() public method

public ShowAdvancedOptions ( bool show ) : void
show bool
return void

ShowDebugOptions() public method

public ShowDebugOptions ( bool show ) : void
show bool
return void

ShowNormalOptions() public method

public ShowNormalOptions ( ) : void
return void

ShowSettings() public method

public ShowSettings ( UnifiedSettings_LevelToShow settingsType, bool show ) : void
settingsType UnifiedSettings_LevelToShow
show bool
return void

ShowSuperOptions() public method

public ShowSuperOptions ( bool show ) : void
show bool
return void

Uninitialize() public method

public Uninitialize ( ) : void
return void

UpdateForMenuSettingChange() public method

public UpdateForMenuSettingChange ( ACEMenuSettingsUpdateType menuSetting ) : void
menuSetting ACEMenuSettingsUpdateType
return void

Property Details

EnableAdvancedSettings public static property

public static bool EnableAdvancedSettings
return bool

EnableSuperSettings public static property

public static bool EnableSuperSettings
return bool

EnabledDebugSettings public static property

public static bool EnabledDebugSettings
return bool

VisibilityForSuperSettingsAsPreview public static property

public static System.Windows.Visibility VisibilityForSuperSettingsAsPreview
return System.Windows.Visibility

_firstTimeInitialize protected property

protected bool _firstTimeInitialize
return bool

_initialized protected property

protected bool _initialized
return bool