C# Class MonoReports.Tools.BaseTool

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

Méthodes publiques

Свойство Type Description
CreateMode bool

Protected Properties

Свойство Type Description
designService MonoReports.Services.DesignService

Méthodes publiques

Méthode Description
BaseTool ( DesignService designService ) : System
BuildToolbar ( Gtk toolBar ) : void
CreateNewControl ( SectionView sectionView ) : void
KeyPress ( Gdk key ) : void
OnAfterDraw ( Context c ) : void
OnBeforeDraw ( Context c ) : void
OnDoubleClick ( ) : void
OnMouseDown ( ) : void
OnMouseMove ( ) : void
OnMouseUp ( ) : void

Method Details

BaseTool() public méthode

public BaseTool ( DesignService designService ) : System
designService MonoReports.Services.DesignService
Résultat System

BuildToolbar() public méthode

public BuildToolbar ( Gtk toolBar ) : void
toolBar Gtk
Résultat void

CreateNewControl() public méthode

public CreateNewControl ( SectionView sectionView ) : void
sectionView MonoReports.ControlView.SectionView
Résultat void

KeyPress() public méthode

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

OnAfterDraw() public méthode

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

OnBeforeDraw() public méthode

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

OnDoubleClick() public méthode

public OnDoubleClick ( ) : void
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( ) : void
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( ) : void
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( ) : void
Résultat void

Property Details

CreateMode public_oe property

public bool CreateMode
Résultat bool

designService protected_oe property

protected DesignService,MonoReports.Services designService
Résultat MonoReports.Services.DesignService