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 |
Method | Description | |
---|---|---|
Init ( MainForm main ) : void | ||
RefreshContent ( ) : void | ||
SettingsPanel ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
||
SettingsPanel_Load ( object sender, |
||
TargetFpsLink_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
TrackCalls_CheckedChanged ( object sender, |
||
TrackFunctionHits_CheckedChanged ( object sender, |
||
TrackInstances_CheckedChanged ( object sender, |
||
TrackProfiling_CheckedChanged ( object sender, |
||
TrackThreadlines_CheckedChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public System.Windows.Forms.Label FpsLabel | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.CheckBox TrackCalls | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox TrackFunctionsCheckBox | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox TrackInstances | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox TrackProfiling | ||
return | System.Windows.Forms.CheckBox |