C# Class gbrainy.Games.Logic.PuzzleTrains

Inheritance: gbrainy.Core.Main.Game
显示文件 Open project: GNOME/gbrainy

Public Methods

Method Description
CheckAnswer ( string answer ) : bool
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void

Protected Methods

Method Description
Initialize ( ) : void

Method Details

CheckAnswer() public method

public CheckAnswer ( string answer ) : bool
answer string
return bool

Draw() public method

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr gbrainy.Core.Main.CairoContextEx
area_width int
area_height int
rtl bool
return void

Initialize() protected method

protected Initialize ( ) : void
return void