Property | Type | Description | |
---|---|---|---|
vadjustment | Gtk.Adjustment |
Method | Description | |
---|---|---|
QuickTaskOverviewMode ( MonoDevelop.SourceEditor.QuickTasks.QuickTaskStrip parent ) : System |
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 |
Method | Description | |
---|---|---|
AddAlpha ( Cairo bg, Cairo final, double alpha ) : Cairo.Color | ||
CancelFadeInTimeout ( ) : void | ||
CaretPositionChanged ( object sender, |
||
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, |
||
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, |
||
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 |
protected DrawIndicator ( Cairo cr, Severity severity ) : void | ||
cr | Cairo | |
severity | Severity | |
return | void |
protected DrawQuickTasks ( Cairo cr ) : Severity | ||
cr | Cairo | |
return | Severity |
protected DrawSearchIndicator ( Cairo cr ) : void | ||
cr | Cairo | |
return | void |
protected DrawSearchResults ( Cairo cr ) : void | ||
cr | Cairo | |
return | void |
protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool | ||
evnt | Gdk.EventButton | |
return | bool |
protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool | ||
evnt | Gdk.EventButton | |
return | bool |
protected OnEnterNotifyEvent ( Gdk.EventCrossing evnt ) : bool | ||
evnt | Gdk.EventCrossing | |
return | bool |
protected OnGrabBrokenEvent ( Gdk.EventGrabBroken evnt ) : bool | ||
evnt | Gdk.EventGrabBroken | |
return | bool |
protected OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool | ||
evnt | Gdk.EventCrossing | |
return | bool |
protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool | ||
evnt | Gdk.EventMotion | |
return | bool |
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 |
protected OnSizeAllocated ( Gdk.Rectangle allocation ) : void | ||
allocation | Gdk.Rectangle | |
return | void |
protected OnSizeRequested ( Requisition &requisition ) : void | ||
requisition | Requisition | |
return | void |
public QuickTaskOverviewMode ( MonoDevelop.SourceEditor.QuickTasks.QuickTaskStrip parent ) : System | ||
parent | MonoDevelop.SourceEditor.QuickTasks.QuickTaskStrip | |
return | System |