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

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: powerumc/monodevelop_korean

Private Properties

Свойство Type Description
DrawArrow void
DrawCross void
HandleToEditorhandleEditorOptionsChanged void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

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
Résultat bool

MiddleArea() public méthode

public MiddleArea ( EditorCompareWidgetBase widget, MonoTextEditor fromEditor, MonoTextEditor toEditor, bool useLeft ) : System
widget EditorCompareWidgetBase
fromEditor MonoTextEditor
toEditor MonoTextEditor
useLeft bool
Résultat System

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
Résultat bool

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
Résultat bool

OnLeaveNotifyEvent() protected méthode

protected OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
Résultat bool

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
Résultat bool