C# 클래스 MonoReports.Tools.BaseTool

파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateMode bool

보호된 프로퍼티들

프로퍼티 타입 설명
designService MonoReports.Services.DesignService

공개 메소드들

메소드 설명
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

메소드 상세

BaseTool() 공개 메소드

public BaseTool ( DesignService designService ) : System
designService MonoReports.Services.DesignService
리턴 System

BuildToolbar() 공개 메소드

public BuildToolbar ( Gtk toolBar ) : void
toolBar Gtk
리턴 void

CreateNewControl() 공개 메소드

public CreateNewControl ( SectionView sectionView ) : void
sectionView MonoReports.ControlView.SectionView
리턴 void

KeyPress() 공개 메소드

public KeyPress ( Gdk key ) : void
key Gdk
리턴 void

OnAfterDraw() 공개 메소드

public OnAfterDraw ( Context c ) : void
c Cairo.Context
리턴 void

OnBeforeDraw() 공개 메소드

public OnBeforeDraw ( Context c ) : void
c Cairo.Context
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( ) : void
리턴 void

OnMouseDown() 공개 메소드

public OnMouseDown ( ) : void
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( ) : void
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( ) : void
리턴 void

프로퍼티 상세

CreateMode 공개적으로 프로퍼티

public bool CreateMode
리턴 bool

designService 보호되어 있는 프로퍼티

protected DesignService,MonoReports.Services designService
리턴 MonoReports.Services.DesignService