C# Class XLibrary.UI.Panels.SettingsPanel

Inheritance: System.Windows.Forms.UserControl
Show file Open project: swax/CodePerspective

Public Properties

Property Type Description
FpsLabel System.Windows.Forms.Label
TrackCalls System.Windows.Forms.CheckBox
TrackFunctionsCheckBox System.Windows.Forms.CheckBox
TrackInstances System.Windows.Forms.CheckBox
TrackProfiling System.Windows.Forms.CheckBox
TrackThreadlines System.Windows.Forms.CheckBox

Public Methods

Method Description
Init ( MainForm main ) : void
RefreshContent ( ) : void
SettingsPanel ( ) : System

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.

SecondTimer_Tick ( object sender, EventArgs e ) : void
SettingsPanel_Load ( object sender, EventArgs e ) : void
TargetFpsLink_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
TrackCalls_CheckedChanged ( object sender, EventArgs e ) : void
TrackFunctionHits_CheckedChanged ( object sender, EventArgs e ) : void
TrackInstances_CheckedChanged ( object sender, EventArgs e ) : void
TrackProfiling_CheckedChanged ( object sender, EventArgs e ) : void
TrackThreadlines_CheckedChanged ( object sender, EventArgs e ) : void

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

Init() public method

public Init ( MainForm main ) : void
main MainForm
return void

RefreshContent() public method

public RefreshContent ( ) : void
return void

SettingsPanel() public method

public SettingsPanel ( ) : System
return System

Property Details

FpsLabel public property

public System.Windows.Forms.Label FpsLabel
return System.Windows.Forms.Label

TrackCalls public property

public System.Windows.Forms.CheckBox TrackCalls
return System.Windows.Forms.CheckBox

TrackFunctionsCheckBox public property

public System.Windows.Forms.CheckBox TrackFunctionsCheckBox
return System.Windows.Forms.CheckBox

TrackInstances public property

public System.Windows.Forms.CheckBox TrackInstances
return System.Windows.Forms.CheckBox

TrackProfiling public property

public System.Windows.Forms.CheckBox TrackProfiling
return System.Windows.Forms.CheckBox

TrackThreadlines public property

public System.Windows.Forms.CheckBox TrackThreadlines
return System.Windows.Forms.CheckBox