C# Class MonoReports.Services.DesignService

Afficher le fichier Open project: modesto/monoreports Class Usage Examples

Méthodes publiques

Méthode Description
ButtonPress ( double x, double y, int clicks ) : void
ButtonRelease ( double x, double y ) : void
CreateImageAtXY ( string imageKey, double x, double y ) : void
CreateTextBlockAtXY ( string text, string fieldName, FieldKind fieldKind, double x, double y ) : void
DeleteSelectedControl ( ) : void
DesignService ( IWorkspaceService workspaceService, CompilerService compilerService, Report report ) : System
ExportToPdf ( ) : void
KeyPress ( Gdk key ) : void
Load ( string path ) : void
MouseMove ( double x, double y ) : void
RedrawReport ( Context c ) : void
RefreshDataFieldsFromDataSource ( ) : void
Save ( string path ) : void
ZoomChanged ( double zoom ) : void

Private Methods

Méthode Description
addSectionView ( Section section ) : void
getSectionViewByXY ( double x, double y ) : SectionView
initReport ( ) : void

Method Details

ButtonPress() public méthode

public ButtonPress ( double x, double y, int clicks ) : void
x double
y double
clicks int
Résultat void

ButtonRelease() public méthode

public ButtonRelease ( double x, double y ) : void
x double
y double
Résultat void

CreateImageAtXY() public méthode

public CreateImageAtXY ( string imageKey, double x, double y ) : void
imageKey string
x double
y double
Résultat void

CreateTextBlockAtXY() public méthode

public CreateTextBlockAtXY ( string text, string fieldName, FieldKind fieldKind, double x, double y ) : void
text string
fieldName string
fieldKind FieldKind
x double
y double
Résultat void

DeleteSelectedControl() public méthode

public DeleteSelectedControl ( ) : void
Résultat void

DesignService() public méthode

public DesignService ( IWorkspaceService workspaceService, CompilerService compilerService, Report report ) : System
workspaceService IWorkspaceService
compilerService CompilerService
report MonoReports.Model.Report
Résultat System

ExportToPdf() public méthode

public ExportToPdf ( ) : void
Résultat void

KeyPress() public méthode

public KeyPress ( Gdk key ) : void
key Gdk
Résultat void

Load() public méthode

public Load ( string path ) : void
path string
Résultat void

MouseMove() public méthode

public MouseMove ( double x, double y ) : void
x double
y double
Résultat void

RedrawReport() public méthode

public RedrawReport ( Context c ) : void
c Cairo.Context
Résultat void

RefreshDataFieldsFromDataSource() public méthode

public RefreshDataFieldsFromDataSource ( ) : void
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

ZoomChanged() public méthode

public ZoomChanged ( double zoom ) : void
zoom double
Résultat void