C# Class gbrainy.Core.Main.PdfExporter

Mostrar archivo Open project: GNOME/gbrainy Class Usage Examples

Private Properties

Property Type Description
GenerateAnswers void
GenerateQuestions void

Public Methods

Method Description
GeneratePdf ( Game games, int games_page, string file ) : bool
PdfExporter ( ITranslations translations ) : System

Private Methods

Method Description
GenerateAnswers ( CairoContextEx cr, Game games, int columns, int rows ) : void
GenerateQuestions ( CairoContextEx cr, Game games, int columns, int rows ) : void

Method Details

GeneratePdf() public method

public GeneratePdf ( Game games, int games_page, string file ) : bool
games Game
games_page int
file string
return bool

PdfExporter() public method

public PdfExporter ( ITranslations translations ) : System
translations ITranslations
return System