C# Class LongoMatch.Plugins.Stats.CategoriesViewer

Inheritance: Gtk.Bin
显示文件 Open project: LongoMatch/longomatch

Public Methods

Method Description
CategoriesViewer ( ) : System
LoadStats ( ProjectStats pstats, ProjectLongoMatch project ) : void
ReloadStats ( ) : void

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
HandleCursorChanged ( object sender, EventArgs e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CategoriesViewer() public method

public CategoriesViewer ( ) : System
return System

LoadStats() public method

public LoadStats ( ProjectStats pstats, ProjectLongoMatch project ) : void
pstats LongoMatch.Core.Stats.ProjectStats
project LongoMatch.Core.Store.ProjectLongoMatch
return void

ReloadStats() public method

public ReloadStats ( ) : void
return void