C# Class MonoCov.Gui.Gtk.CoverageView

Show file Open project: mono/monocov Class Usage Examples

Public Properties

Property Type Description
DEFAULT_FILTERS string[]

Public Methods

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

Private Methods

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

public CoverageView ( string fileName, Gtk.ProgressBar status ) : System
fileName string
status Gtk.ProgressBar
return System

ExportAsXml() public method

public ExportAsXml ( string destDir ) : void
destDir string
return void

Property Details

DEFAULT_FILTERS public static property

public static string[] DEFAULT_FILTERS
return string[]