C# Class MonitoringApp_V2.DataPanel

Afficher le fichier Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Méthodes publiques

Méthode Description
DataPanel ( Form1 form, Connection connection, Identifier id ) : System
ReturnActualPowerTextBox ( ) : TextBox
ReturnChatBoxText ( ) : TextBox
ReturnChatInputTextBox ( ) : TextBox
ReturnChatTextBox ( ) : TextBox
ReturnDistanceTextBox ( ) : TextBox
ReturnEnergyTextBox ( ) : TextBox
ReturnFirstTime ( ) : bool
ReturnPowerTextBox ( ) : TextBox
ReturnPulseTextBox ( ) : TextBox
ReturnRPM ( ) : TextBox
ReturnSpeedTextBox ( ) : TextBox
ReturnTimeTextBox ( ) : TextBox
ReturnUserNameLabel ( ) : Label
changeChatBoxText ( string chatText ) : void
changeChatBoxTextSelf ( string chatText ) : void
changeFirstTime ( bool first ) : void
returnChart ( ) : Chart

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PowerFormButton_Click ( object sender, EventArgs e ) : void
SessionsHistoryButton_Click ( object sender, EventArgs e ) : void
chart1_Click ( object sender, EventArgs e ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
newSessionButton_Click ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void

Method Details

DataPanel() public méthode

public DataPanel ( Form1 form, Connection connection, Identifier id ) : System
form Form1
connection Connection
id Identifier
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

ReturnActualPowerTextBox() public méthode

public ReturnActualPowerTextBox ( ) : TextBox
Résultat TextBox

ReturnChatBoxText() public méthode

public ReturnChatBoxText ( ) : TextBox
Résultat TextBox

ReturnChatInputTextBox() public méthode

public ReturnChatInputTextBox ( ) : TextBox
Résultat TextBox

ReturnChatTextBox() public méthode

public ReturnChatTextBox ( ) : TextBox
Résultat TextBox

ReturnDistanceTextBox() public méthode

public ReturnDistanceTextBox ( ) : TextBox
Résultat TextBox

ReturnEnergyTextBox() public méthode

public ReturnEnergyTextBox ( ) : TextBox
Résultat TextBox

ReturnFirstTime() public méthode

public ReturnFirstTime ( ) : bool
Résultat bool

ReturnPowerTextBox() public méthode

public ReturnPowerTextBox ( ) : TextBox
Résultat TextBox

ReturnPulseTextBox() public méthode

public ReturnPulseTextBox ( ) : TextBox
Résultat TextBox

ReturnRPM() public méthode

public ReturnRPM ( ) : TextBox
Résultat TextBox

ReturnSpeedTextBox() public méthode

public ReturnSpeedTextBox ( ) : TextBox
Résultat TextBox

ReturnTimeTextBox() public méthode

public ReturnTimeTextBox ( ) : TextBox
Résultat TextBox

ReturnUserNameLabel() public méthode

public ReturnUserNameLabel ( ) : Label
Résultat Label

changeChatBoxText() public méthode

public changeChatBoxText ( string chatText ) : void
chatText string
Résultat void

changeChatBoxTextSelf() public méthode

public changeChatBoxTextSelf ( string chatText ) : void
chatText string
Résultat void

changeFirstTime() public méthode

public changeFirstTime ( bool first ) : void
first bool
Résultat void

returnChart() public méthode

public returnChart ( ) : Chart
Résultat Chart