C# Class gbrainy.Core.Main.Xml.GameXml

Inheritance: Game
Afficher le fichier Open project: GNOME/gbrainy Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
GameXml ( ) : System

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
BuildLocationList ( ) : void
CatalogGetString ( LocalizableString localizable ) : string
CatalogGetString ( string str ) : string
ReplaceVariables ( string str ) : string
SetAnswerCorrectShow ( ) : void
SetCheckAttributes ( ) : void
SetCheckExpression ( ) : void

Method Details

Draw() public méthode

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr CairoContextEx
area_width int
area_height int
rtl bool
Résultat void

GameXml() public méthode

public GameXml ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void