C# Class MonoCov.Gui.Qt.MonoCov

Inheritance: QMainWindow
显示文件 Open project: mono/monocov Class Usage Examples

Public Methods

Method Description
GuiMain ( String args ) : int
MonoCov ( ) : System
SlotAbout ( ) : void
SlotFilters ( ) : void
SlotOpen ( ) : void

Private Methods

Method Description
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

Method Details

GuiMain() public static method

public static GuiMain ( String args ) : int
args String
return int

MonoCov() public method

public MonoCov ( ) : System
return System

SlotAbout() public method

public SlotAbout ( ) : void
return void

SlotFilters() public method

public SlotFilters ( ) : void
return void

SlotOpen() public method

public SlotOpen ( ) : void
return void