C# Class MonoDevelop.Ide.FindInFiles.SearchResultWidget

Inheritance: Gtk.Bin, ILocationList
显示文件 Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
Add ( SearchResult result ) : void
AddRange ( IEnumerable results ) : void
BeginProgress ( ) : void
CopySelection ( ) : void
EndProgress ( ) : void
FocusPad ( ) : void
GetNextLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
GetPreviousLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
OpenSelectedMatches ( ) : void
Reset ( ) : void
SearchResultWidget ( ) : System
SelectAll ( ) : void
ShowStatus ( string text ) : void
WriteText ( string text ) : void

Protected Methods

Method Description
OnDestroyed ( ) : void
OnRealized ( ) : void
OnStyleSet ( Gtk previousStyle ) : void

Private Methods

Method Description
AdjustColor ( System.Color baseColor, System.Color color ) : System.Color
AdjustColors ( string markup ) : string
ButtonClearClicked ( object sender, EventArgs e ) : void
ButtonOutputClicked ( object sender, EventArgs e ) : void
ButtonPinClicked ( object sender, EventArgs e ) : void
ButtonStopClicked ( object sender, EventArgs e ) : void
CompareFileNames ( TreeModel model, Gtk.TreeIter first, Gtk.TreeIter second ) : int
CompareFilePaths ( TreeModel model, Gtk.TreeIter first, Gtk.TreeIter second ) : int
CompareLineNumbers ( TreeModel model, Gtk.TreeIter first, Gtk.TreeIter second ) : int
DefaultSortFunc ( TreeModel model, Gtk.TreeIter first, Gtk.TreeIter second ) : int
DoPopupMenu ( Gdk evt ) : void
FileIconDataFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
FileNameDataFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
FindPosition ( string markup, int pos, string &tag ) : int
GetDocument ( SearchResult result ) : TextDocument
GetLocation ( SearchResult searchResult ) : Mono.TextEditor.DocumentLocation
GetLocation ( Gtk.TreeIter iter ) : MonoDevelop.Ide.Navigation.NavigationPoint
IsIterSelected ( Gtk.TreePath selPath, Gtk.TreeIter iter ) : bool
MarkupText ( string text, bool didRead ) : string
OpenDocumentAt ( Gtk.TreeIter iter ) : void
ResultPathDataFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
ResultTextDataFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
TreeviewSearchResultsRowActivated ( object o, Gtk.RowActivatedArgs args ) : void

Method Details

Add() public method

public Add ( SearchResult result ) : void
result SearchResult
return void

AddRange() public method

public AddRange ( IEnumerable results ) : void
results IEnumerable
return void

BeginProgress() public method

public BeginProgress ( ) : void
return void

CopySelection() public method

public CopySelection ( ) : void
return void

EndProgress() public method

public EndProgress ( ) : void
return void

FocusPad() public method

public FocusPad ( ) : void
return void

GetNextLocation() public method

public GetNextLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
return MonoDevelop.Ide.Navigation.NavigationPoint

GetPreviousLocation() public method

public GetPreviousLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
return MonoDevelop.Ide.Navigation.NavigationPoint

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnStyleSet() protected method

protected OnStyleSet ( Gtk previousStyle ) : void
previousStyle Gtk
return void

OpenSelectedMatches() public method

public OpenSelectedMatches ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

SearchResultWidget() public method

public SearchResultWidget ( ) : System
return System

SelectAll() public method

public SelectAll ( ) : void
return void

ShowStatus() public method

public ShowStatus ( string text ) : void
text string
return void

WriteText() public method

public WriteText ( string text ) : void
text string
return void