C# 클래스 MonoCov.Gui.Qt.MonoCov

상속: QMainWindow
파일 보기 프로젝트 열기: mono/monocov 1 사용 예제들

공개 메소드들

메소드 설명
GuiMain ( String args ) : int
MonoCov ( ) : System
SlotAbout ( ) : void
SlotFilters ( ) : void
SlotOpen ( ) : void

비공개 메소드들

메소드 설명
exportAsXml ( string destDir ) : void
handleExportHtml ( MonoCovOptions opts, string args ) : int
handleExportXml ( MonoCovOptions opts, string args ) : int
htmlProgressListener ( object sender, HtmlExporter e ) : void
openFile ( string fileName ) : void
progressListener ( object sender, XmlExporter e ) : void

메소드 상세

GuiMain() 공개 정적인 메소드

public static GuiMain ( String args ) : int
args String
리턴 int

MonoCov() 공개 메소드

public MonoCov ( ) : System
리턴 System

SlotAbout() 공개 메소드

public SlotAbout ( ) : void
리턴 void

SlotFilters() 공개 메소드

public SlotFilters ( ) : void
리턴 void

SlotOpen() 공개 메소드

public SlotOpen ( ) : void
리턴 void