C# Class OpenHardwareMonitor.GUI.PlotPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: pklinef/open-hardware-monitor Class Usage Examples

Méthodes publiques

Méthode Description
PlotPanel ( PersistentSettings settings ) : System
SetSensors ( List sensors, Color>.IDictionary colors ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
CreateContextMenu ( ) : void
GetTemperatureGrid ( ) : List
GetTimeGrid ( ) : List

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

PlotPanel() public méthode

public PlotPanel ( PersistentSettings settings ) : System
settings PersistentSettings
Résultat System

SetSensors() public méthode

public SetSensors ( List sensors, Color>.IDictionary colors ) : void
sensors List
colors Color>.IDictionary
Résultat void