C# Class MonoCov.Gui.Qt.MonoCov

Inheritance: QMainWindow
Afficher le fichier Open project: mono/monocov Class Usage Examples

Méthodes publiques

Méthode Description
GuiMain ( String args ) : int
MonoCov ( ) : System
SlotAbout ( ) : void
SlotFilters ( ) : void
SlotOpen ( ) : void

Private Methods

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

public static GuiMain ( String args ) : int
args String
Résultat int

MonoCov() public méthode

public MonoCov ( ) : System
Résultat System

SlotAbout() public méthode

public SlotAbout ( ) : void
Résultat void

SlotFilters() public méthode

public SlotFilters ( ) : void
Résultat void

SlotOpen() public méthode

public SlotOpen ( ) : void
Résultat void