C# 클래스 gbrainy.Core.Main.Xml.GameXml

상속: Game
파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
GameXml ( ) : System

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
BuildLocationList ( ) : void
CatalogGetString ( LocalizableString localizable ) : string
CatalogGetString ( string str ) : string
ReplaceVariables ( string str ) : string
SetAnswerCorrectShow ( ) : void
SetCheckAttributes ( ) : void
SetCheckExpression ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr CairoContextEx
area_width int
area_height int
rtl bool
리턴 void

GameXml() 공개 메소드

public GameXml ( ) : System
리턴 System

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void