C# 클래스 MonoDevelop.Ide.FindInFiles.SearchResultWidget

상속: Gtk.Bin, ILocationList
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnDestroyed ( ) : void
OnRealized ( ) : void
OnStyleSet ( Gtk previousStyle ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( SearchResult result ) : void
result SearchResult
리턴 void

AddRange() 공개 메소드

public AddRange ( IEnumerable results ) : void
results IEnumerable
리턴 void

BeginProgress() 공개 메소드

public BeginProgress ( ) : void
리턴 void

CopySelection() 공개 메소드

public CopySelection ( ) : void
리턴 void

EndProgress() 공개 메소드

public EndProgress ( ) : void
리턴 void

FocusPad() 공개 메소드

public FocusPad ( ) : void
리턴 void

GetNextLocation() 공개 메소드

public GetNextLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
리턴 MonoDevelop.Ide.Navigation.NavigationPoint

GetPreviousLocation() 공개 메소드

public GetPreviousLocation ( ) : MonoDevelop.Ide.Navigation.NavigationPoint
리턴 MonoDevelop.Ide.Navigation.NavigationPoint

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

OnRealized() 보호된 메소드

protected OnRealized ( ) : void
리턴 void

OnStyleSet() 보호된 메소드

protected OnStyleSet ( Gtk previousStyle ) : void
previousStyle Gtk
리턴 void

OpenSelectedMatches() 공개 메소드

public OpenSelectedMatches ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SearchResultWidget() 공개 메소드

public SearchResultWidget ( ) : System
리턴 System

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

ShowStatus() 공개 메소드

public ShowStatus ( string text ) : void
text string
리턴 void

WriteText() 공개 메소드

public WriteText ( string text ) : void
text string
리턴 void