C# Class MonoDevelop.SourceEditor.QuickTasks.QuickTaskOverviewMode

Inheritance: Gtk.DrawingArea, IMapMode
Exibir arquivo Open project: LogosBible/monodevelop Class Usage Examples

Protected Properties

Property Type Description
vadjustment Gtk.Adjustment

Public Methods

Method Description
QuickTaskOverviewMode ( MonoDevelop.SourceEditor.QuickTasks.QuickTaskStrip parent ) : System

Protected Methods

Method Description
DrawBar ( Cairo cr ) : void
DrawCaret ( Cairo cr ) : void
DrawIndicator ( Cairo cr, Severity severity ) : void
DrawLeftBorder ( Cairo cr ) : void
DrawQuickTasks ( Cairo cr ) : Severity
DrawSearchIndicator ( Cairo cr ) : void
DrawSearchResults ( Cairo cr ) : void
MovePosition ( double y ) : void
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
OnDestroyed ( ) : void
OnEnterNotifyEvent ( Gdk.EventCrossing evnt ) : bool
OnExposeEvent ( Gdk e ) : bool
OnGrabBrokenEvent ( Gdk.EventGrabBroken evnt ) : bool
OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
OnQueryTooltip ( int x, int y, bool keyboard_tooltip, Gtk.Tooltip tooltip ) : bool
OnSizeAllocated ( Gdk.Rectangle allocation ) : void
OnSizeRequested ( Requisition &requisition ) : void

Private Methods

Method Description
AddAlpha ( Cairo bg, Cairo final, double alpha ) : Cairo.Color
CancelFadeInTimeout ( ) : void
CaretPositionChanged ( object sender, EventArgs e ) : void
ClearGrab ( ) : void
CountTasks ( int &errors, int &warnings, int &hints, int &suggestions ) : void
DestroyPreviewWindow ( ) : void
DrawIndicator ( Cairo cr, Cairo color, Cairo borderColor ) : void
GetBarColor ( Severity severity ) : Cairo.Color
GetBarDimensions ( double &x, double &y, double &w, double &h ) : void
GetHoverMode ( ) : QuickTaskStrip.HoverMode
GetHoverTask ( double y ) : QuickTask
GetSliderCenter ( ) : double
GetYPosition ( int logicalLine ) : double
HandleHighlightSearchPatternChanged ( object sender, EventArgs e ) : void
HandleLineUpdateFrom ( object sender, Mono.TextEditor.HeightTree e ) : void
IsInGrab ( ) : bool
IsInsideBar ( double x, double y ) : bool
IsOverIndicator ( double y ) : bool
LineToY ( int logicalLine ) : double
MoveToTask ( QuickTask task ) : void
PositionPreviewWindow ( int my ) : void
RedrawOnUpdate ( object sender, EventArgs e ) : void
RemovePreviewPopupTimeout ( ) : void
ReverseAlpha ( double c0, double a0, double cb, double ab, double aa ) : double
StartFadeInAnimation ( ) : void
StartFadeOutAnimation ( ) : void
UpdatePrelightState ( double x, double y ) : void
UpdateState ( StateType state ) : void
YToLine ( double y ) : int

Method Details

DrawBar() protected method

protected DrawBar ( Cairo cr ) : void
cr Cairo
return void

DrawCaret() protected method

protected DrawCaret ( Cairo cr ) : void
cr Cairo
return void

DrawIndicator() protected method

protected DrawIndicator ( Cairo cr, Severity severity ) : void
cr Cairo
severity Severity
return void

DrawLeftBorder() protected method

protected DrawLeftBorder ( Cairo cr ) : void
cr Cairo
return void

DrawQuickTasks() protected method

protected DrawQuickTasks ( Cairo cr ) : Severity
cr Cairo
return Severity

DrawSearchIndicator() protected method

protected DrawSearchIndicator ( Cairo cr ) : void
cr Cairo
return void

DrawSearchResults() protected method

protected DrawSearchResults ( Cairo cr ) : void
cr Cairo
return void

MovePosition() protected method

protected MovePosition ( double y ) : void
y double
return void

OnButtonPressEvent() protected method

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

OnButtonReleaseEvent() protected method

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

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnEnterNotifyEvent() protected method

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

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk e ) : bool
e Gdk
return bool

OnGrabBrokenEvent() protected method

protected OnGrabBrokenEvent ( Gdk.EventGrabBroken evnt ) : bool
evnt Gdk.EventGrabBroken
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

OnQueryTooltip() protected method

protected OnQueryTooltip ( int x, int y, bool keyboard_tooltip, Gtk.Tooltip tooltip ) : bool
x int
y int
keyboard_tooltip bool
tooltip Gtk.Tooltip
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void
allocation Gdk.Rectangle
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
return void

QuickTaskOverviewMode() public method

public QuickTaskOverviewMode ( MonoDevelop.SourceEditor.QuickTasks.QuickTaskStrip parent ) : System
parent MonoDevelop.SourceEditor.QuickTasks.QuickTaskStrip
return System

Property Details

vadjustment protected_oe property

protected Adjustment,Gtk vadjustment
return Gtk.Adjustment