C# Class MonoDevelop.VersionControl.Views.EditorCompareWidgetBase.MiddleArea

Inheritance: Gtk.DrawingArea
Mostra file Open project: powerumc/monodevelop_korean

Private Properties

Property Type Description
DrawArrow void
DrawCross void
HandleToEditorhandleEditorOptionsChanged void

Public Methods

Method Description
GetButtonPosition ( Hunk hunk, double y1, double y2, double z1, double z2, double &x, double &y, double &w, double &h ) : bool
MiddleArea ( EditorCompareWidgetBase widget, MonoTextEditor fromEditor, MonoTextEditor toEditor, bool useLeft ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnDestroyed ( ) : void
OnExposeEvent ( Gdk.EventExpose evnt ) : bool
OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool

Private Methods

Method Description
DrawArrow ( Cairo cr, double x, double y ) : void
DrawCross ( Cairo cr, double x, double y ) : void
HandleToEditorhandleEditorOptionsChanged ( object sender, EventArgs e ) : void

Method Details

GetButtonPosition() public method

public GetButtonPosition ( Hunk hunk, double y1, double y2, double z1, double z2, double &x, double &y, double &w, double &h ) : bool
hunk Hunk
y1 double
y2 double
z1 double
z2 double
x double
y double
w double
h double
return bool

MiddleArea() public method

public MiddleArea ( EditorCompareWidgetBase widget, MonoTextEditor fromEditor, MonoTextEditor toEditor, bool useLeft ) : System
widget EditorCompareWidgetBase
fromEditor MonoTextEditor
toEditor MonoTextEditor
useLeft bool
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
return bool

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
return bool