C# Class XLibrary.UI.Panels.SettingsPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: swax/CodePerspective

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Init ( MainForm main ) : void
RefreshContent ( ) : void
SettingsPanel ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

Init() public méthode

public Init ( MainForm main ) : void
main MainForm
Résultat void

RefreshContent() public méthode

public RefreshContent ( ) : void
Résultat void

SettingsPanel() public méthode

public SettingsPanel ( ) : System
Résultat System

Property Details

FpsLabel public_oe property

public System.Windows.Forms.Label FpsLabel
Résultat System.Windows.Forms.Label

TrackCalls public_oe property

public System.Windows.Forms.CheckBox TrackCalls
Résultat System.Windows.Forms.CheckBox

TrackFunctionsCheckBox public_oe property

public System.Windows.Forms.CheckBox TrackFunctionsCheckBox
Résultat System.Windows.Forms.CheckBox

TrackInstances public_oe property

public System.Windows.Forms.CheckBox TrackInstances
Résultat System.Windows.Forms.CheckBox

TrackProfiling public_oe property

public System.Windows.Forms.CheckBox TrackProfiling
Résultat System.Windows.Forms.CheckBox

TrackThreadlines public_oe property

public System.Windows.Forms.CheckBox TrackThreadlines
Résultat System.Windows.Forms.CheckBox