C# 클래스 MonoDevelop.CodeIssues.CodeIssuePanelWidget

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

공개 메소드들

메소드 설명
ApplyChanges ( ) : void
CodeIssuePanelWidget ( string mimeType ) : System
FillInspectors ( string filter ) : void
MarkupSearchResult ( string filter, string &title ) : void
SelectCodeIssue ( string idString ) : void

비공개 메소드들

메소드 설명
ApplyFilter ( object sender, EventArgs e ) : void
GetAllSeverities ( ) : void
GetColor ( Severity severity ) : Gdk.Color
GetDescription ( Severity severity ) : string
SelectCodeIssue ( string idString, Gtk.TreeIter iter ) : bool

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : void
리턴 void

CodeIssuePanelWidget() 공개 메소드

public CodeIssuePanelWidget ( string mimeType ) : System
mimeType string
리턴 System

FillInspectors() 공개 메소드

public FillInspectors ( string filter ) : void
filter string
리턴 void

MarkupSearchResult() 공개 정적인 메소드

public static MarkupSearchResult ( string filter, string &title ) : void
filter string
title string
리턴 void

SelectCodeIssue() 공개 메소드

public SelectCodeIssue ( string idString ) : void
idString string
리턴 void