C# Class MonoReports.Tools.BaseTool

显示文件 Open project: modesto/monoreports Class Usage Examples

Public Properties

Property Type Description
CreateMode bool

Protected Properties

Property Type Description
designService MonoReports.Services.DesignService

Public Methods

Method 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 method

public BaseTool ( DesignService designService ) : System
designService MonoReports.Services.DesignService
return System

BuildToolbar() public method

public BuildToolbar ( Gtk toolBar ) : void
toolBar Gtk
return void

CreateNewControl() public method

public CreateNewControl ( SectionView sectionView ) : void
sectionView MonoReports.ControlView.SectionView
return void

KeyPress() public method

public KeyPress ( Gdk key ) : void
key Gdk
return void

OnAfterDraw() public method

public OnAfterDraw ( Context c ) : void
c Cairo.Context
return void

OnBeforeDraw() public method

public OnBeforeDraw ( Context c ) : void
c Cairo.Context
return void

OnDoubleClick() public method

public OnDoubleClick ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

OnMouseMove() public method

public OnMouseMove ( ) : void
return void

OnMouseUp() public method

public OnMouseUp ( ) : void
return void

Property Details

CreateMode public_oe property

public bool CreateMode
return bool

designService protected_oe property

protected DesignService,MonoReports.Services designService
return MonoReports.Services.DesignService