C# Class MonoCov.Gui.Gtk.CoverageView

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

Méthodes publiques

Свойство Type Description
DEFAULT_FILTERS string[]

Méthodes publiques

Méthode Description
CoverageView ( string fileName, Gtk.ProgressBar status ) : System
ExportAsXml ( string destDir ) : void

Private Methods

Méthode Description
FillCoverageColumns ( TreeItem item, int hit, int missed ) : void
OnButtonPress ( object o, ButtonPressEventArgs args ) : void
OnDeleteEvent ( object sender, Gtk.DeleteEventArgs e ) : void
OnDoubleClick ( ) : void
OnRowCollapsed ( object sender, Gtk.RowCollapsedArgs args ) : void
OnRowExpanded ( object sender, Gtk.RowExpandedArgs args ) : void
Progress ( string part, double percent ) : void
RenderCoverage ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
ShowSourceFor ( ClassItem item ) : MonoCov.Gui.Gtk.SourceWindow

Method Details

CoverageView() public méthode

public CoverageView ( string fileName, Gtk.ProgressBar status ) : System
fileName string
status Gtk.ProgressBar
Résultat System

ExportAsXml() public méthode

public ExportAsXml ( string destDir ) : void
destDir string
Résultat void

Property Details

DEFAULT_FILTERS public_oe static_oe property

public static string[] DEFAULT_FILTERS
Résultat string[]