C# 클래스 ClientLauncher.UISettings

Simple class to defin the settings from the skin XML file
파일 보기 프로젝트 열기: swganhtools/swganhclientlauncher 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetFont() 공개 메소드

public GetFont ( string strFontName ) : StarWarsFont
strFontName string
리턴 StarWarsFont

GetPallette() 공개 메소드

public GetPallette ( string strPalletteName ) : Pallette
strPalletteName string
리턴 Pallette

SetGhostFont() 공개 메소드

public SetGhostFont ( string strFontName ) : void
strFontName string
리턴 void

SetNewPallette() 공개 메소드

public SetNewPallette ( Pallette thePallette ) : void
thePallette Pallette
리턴 void

SetNewPallette() 공개 메소드

public SetNewPallette ( string strPalletteName ) : void
strPalletteName string
리턴 void

SetupMainForm() 공개 메소드

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
리턴 List

UISettings() 공개 메소드

public UISettings ( ) : System
리턴 System

UISettings() 공개 메소드

public UISettings ( string strSkinName ) : System
strSkinName string
리턴 System