C# Class ClientLauncher.UISettings

Simple class to defin the settings from the skin XML file
Mostra file Open project: swganhtools/swganhclientlauncher Class Usage Examples

Public Methods

Method Description
GetFont ( string strFontName ) : StarWarsFont
GetPallette ( string strPalletteName ) : Pallette
SetGhostFont ( string strFontName ) : void
SetNewPallette ( Pallette thePallette ) : void
SetNewPallette ( string strPalletteName ) : void
SetupMainForm ( System theBackgroundPath, Grid grdTitle, Grid grdWindowButtons, Grid grdStatusArea, System.Windows.Controls.Border brdServerControls, string strCurrentPallette, ScaleTransform formScale, System.Windows.Controls.Border brdMessageBox ) : List
UISettings ( ) : System
UISettings ( string strSkinName ) : System

Method Details

GetFont() public method

public GetFont ( string strFontName ) : StarWarsFont
strFontName string
return StarWarsFont

GetPallette() public method

public GetPallette ( string strPalletteName ) : Pallette
strPalletteName string
return Pallette

SetGhostFont() public method

public SetGhostFont ( string strFontName ) : void
strFontName string
return void

SetNewPallette() public method

public SetNewPallette ( Pallette thePallette ) : void
thePallette Pallette
return void

SetNewPallette() public method

public SetNewPallette ( string strPalletteName ) : void
strPalletteName string
return void

SetupMainForm() public method

public SetupMainForm ( System theBackgroundPath, Grid grdTitle, Grid grdWindowButtons, Grid grdStatusArea, System.Windows.Controls.Border brdServerControls, string strCurrentPallette, ScaleTransform formScale, System.Windows.Controls.Border brdMessageBox ) : List
theBackgroundPath System
grdTitle System.Windows.Controls.Grid
grdWindowButtons System.Windows.Controls.Grid
grdStatusArea System.Windows.Controls.Grid
brdServerControls System.Windows.Controls.Border
strCurrentPallette string
formScale System.Windows.Media.ScaleTransform
brdMessageBox System.Windows.Controls.Border
return List

UISettings() public method

public UISettings ( ) : System
return System

UISettings() public method

public UISettings ( string strSkinName ) : System
strSkinName string
return System