C# Class MonoDevelop.Ide.FindInFiles.SearchResultWidget

Inheritance: Gtk.Bin, ILocationList
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void
OnRealized ( ) : void
OnStyleSet ( Gtk previousStyle ) : void

Private Methods

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

public Add ( SearchResult result ) : void
result SearchResult
Résultat void

AddRange() public méthode

public AddRange ( IEnumerable results ) : void
results IEnumerable
Résultat void

BeginProgress() public méthode

public BeginProgress ( ) : void
Résultat void

CopySelection() public méthode

public CopySelection ( ) : void
Résultat void

EndProgress() public méthode

public EndProgress ( ) : void
Résultat void

FocusPad() public méthode

public FocusPad ( ) : void
Résultat void

GetNextLocation() public méthode

public GetNextLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
Résultat MonoDevelop.Ide.Navigation.NavigationPoint

GetPreviousLocation() public méthode

public GetPreviousLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
Résultat MonoDevelop.Ide.Navigation.NavigationPoint

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnStyleSet() protected méthode

protected OnStyleSet ( Gtk previousStyle ) : void
previousStyle Gtk
Résultat void

OpenSelectedMatches() public méthode

public OpenSelectedMatches ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SearchResultWidget() public méthode

public SearchResultWidget ( ) : System
Résultat System

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

ShowStatus() public méthode

public ShowStatus ( string text ) : void
text string
Résultat void

WriteText() public méthode

public WriteText ( string text ) : void
text string
Résultat void