C# Class NZBHags.GUI.GraphGUI

Datei anzeigen Open project: maesse/NZBHags Class Usage Examples

Public Properties

Property Type Description
GRIDHEIGHT int
GRIDWIDTH int
s Queue

Public Methods

Method Description
GraphGUI ( ) : System
ResizeInLayoutEvent ( ) : void
UpdateUI ( ) : void
UpdateUI ( uint speed ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

TestValues ( ) : void
bytesToString ( float nBytes ) : string

Method Details

Dispose() protected method

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

GraphGUI() public method

public GraphGUI ( ) : System
return System

ResizeInLayoutEvent() public method

public ResizeInLayoutEvent ( ) : void
return void

UpdateUI() public method

public UpdateUI ( ) : void
return void

UpdateUI() public method

public UpdateUI ( uint speed ) : void
speed uint
return void

Property Details

GRIDHEIGHT public_oe static_oe property

public static int GRIDHEIGHT
return int

GRIDWIDTH public_oe static_oe property

public static int GRIDWIDTH
return int

s public_oe property

public Queue s
return Queue