C# Class MonoReports.Gui.Widgets.MainDesignView

Mostra file Open project: modesto/monoreports

Public Methods

Method Description
MainDesignView ( ) : System

Protected Methods

Method Description
Build ( ) : void
OnDrawingareaButtonPressEvent ( object o, Gtk args ) : void
OnDrawingareaButtonReleaseEvent ( object o, Gtk args ) : void
OnDrawingareaExposeEvent ( object o, Gtk args ) : void
OnDrawingareaKeyPressEvent ( object o, Gtk args ) : void
OnDrawingareaKeyReleaseEvent ( object o, Gtk args ) : void
OnDrawingareaMotionNotifyEvent ( object o, Gtk args ) : void
OnExecuteActionActivated ( object sender, System e ) : void
OnMainNotebookSwitchPage ( object o, Gtk args ) : void
OnPreviewDrawingareaExposeEvent ( object o, Gtk args ) : void

Private Methods

Method Description
HandleDesignServiceOnReportChanged ( object sender, EventArgs e ) : void
buildPreviewToolbar ( ) : void
evaluate ( ) : bool

Method Details

Build() protected method

protected Build ( ) : void
return void

MainDesignView() public method

public MainDesignView ( ) : System
return System

OnDrawingareaButtonPressEvent() protected method

protected OnDrawingareaButtonPressEvent ( object o, Gtk args ) : void
o object
args Gtk
return void

OnDrawingareaButtonReleaseEvent() protected method

protected OnDrawingareaButtonReleaseEvent ( object o, Gtk args ) : void
o object
args Gtk
return void

OnDrawingareaExposeEvent() protected method

protected OnDrawingareaExposeEvent ( object o, Gtk args ) : void
o object
args Gtk
return void

OnDrawingareaKeyPressEvent() protected method

protected OnDrawingareaKeyPressEvent ( object o, Gtk args ) : void
o object
args Gtk
return void

OnDrawingareaKeyReleaseEvent() protected method

protected OnDrawingareaKeyReleaseEvent ( object o, Gtk args ) : void
o object
args Gtk
return void

OnDrawingareaMotionNotifyEvent() protected method

protected OnDrawingareaMotionNotifyEvent ( object o, Gtk args ) : void
o object
args Gtk
return void

OnExecuteActionActivated() protected method

protected OnExecuteActionActivated ( object sender, System e ) : void
sender object
e System
return void

OnMainNotebookSwitchPage() protected method

protected OnMainNotebookSwitchPage ( object o, Gtk args ) : void
o object
args Gtk
return void

OnPreviewDrawingareaExposeEvent() protected method

protected OnPreviewDrawingareaExposeEvent ( object o, Gtk args ) : void
o object
args Gtk
return void