C# Class ClientLauncher.UISettings

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

Méthodes publiques

Méthode 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 méthode

public GetFont ( string strFontName ) : StarWarsFont
strFontName string
Résultat StarWarsFont

GetPallette() public méthode

public GetPallette ( string strPalletteName ) : Pallette
strPalletteName string
Résultat Pallette

SetGhostFont() public méthode

public SetGhostFont ( string strFontName ) : void
strFontName string
Résultat void

SetNewPallette() public méthode

public SetNewPallette ( Pallette thePallette ) : void
thePallette Pallette
Résultat void

SetNewPallette() public méthode

public SetNewPallette ( string strPalletteName ) : void
strPalletteName string
Résultat void

SetupMainForm() public méthode

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
Résultat List

UISettings() public méthode

public UISettings ( ) : System
Résultat System

UISettings() public méthode

public UISettings ( string strSkinName ) : System
strSkinName string
Résultat System