C# Class LongoMatch.Plugins.Stats.PlayerCategoriesViewer

Inheritance: Gtk.Bin
Mostra file Open project: LongoMatch/longomatch

Public Methods

Method Description
LoadStats ( ProjectStats pstats, ProjectLongoMatch project ) : void
PlayerCategoriesViewer ( ) : System
ReloadStats ( PlayerLongoMatch player ) : 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

LoadStats() public method

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

PlayerCategoriesViewer() public method

public PlayerCategoriesViewer ( ) : System
return System

ReloadStats() public method

public ReloadStats ( PlayerLongoMatch player ) : void
player LongoMatch.Core.Store.PlayerLongoMatch
return void