
Public Member Functions | |
| SettingsDialog (Framework sample) | |
| Creates a new settings dialog. | |
| void | Refresh () |
| Changes the UI defaults to the current device settings. | |
| void | OnRender (float elapsedTime) |
| Render the dialog. | |
| void | HandleMessages (IntPtr hWnd, NativeMethods.WindowMessage msg, IntPtr wParam, IntPtr lParam) |
| Hand messages off to dialog. | |
| void | OnCreateDevice (Device d) |
| Called when the device is created. | |
| void | OnResetDevice () |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Called when the device is lost. | |
| void | OnDestroyDevice (object sender, EventArgs e) |
| Destroy any resources. | |
| SettingsDialog (Framework sample) | |
| Creates a new settings dialog. | |
| void | Refresh () |
| Changes the UI defaults to the current device settings. | |
| void | OnRender (float elapsedTime) |
| Render the dialog. | |
| void | HandleMessages (IntPtr hWnd, NativeMethods.WindowMessage msg, IntPtr wParam, IntPtr lParam) |
| Hand messages off to dialog. | |
| void | OnCreateDevice (Device d) |
| Called when the device is created. | |
| void | OnResetDevice () |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Called when the device is lost. | |
| void | OnDestroyDevice (object sender, EventArgs e) |
| Destroy any resources. | |
| SettingsDialog (Framework sample) | |
| Creates a new settings dialog. | |
| void | Refresh () |
| Changes the UI defaults to the current device settings. | |
| void | OnRender (float elapsedTime) |
| Render the dialog. | |
| void | HandleMessages (IntPtr hWnd, NativeMethods.WindowMessage msg, IntPtr wParam, IntPtr lParam) |
| Hand messages off to dialog. | |
| void | OnCreateDevice (Device d) |
| Called when the device is created. | |
| void | OnResetDevice () |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Called when the device is lost. | |
| void | OnDestroyDevice (object sender, EventArgs e) |
| Destroy any resources. | |
Definition at line 48 of file dxmutSettingsDlg.cs.
| Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.SettingsDialog | ( | Framework | sample | ) |
| Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.SettingsDialog | ( | Framework | sample | ) |
| Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.SettingsDialog | ( | Framework | sample | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.HandleMessages | ( | IntPtr | hWnd, | |
| NativeMethods.WindowMessage | msg, | |||
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.HandleMessages | ( | IntPtr | hWnd, | |
| NativeMethods.WindowMessage | msg, | |||
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.HandleMessages | ( | IntPtr | hWnd, | |
| NativeMethods.WindowMessage | msg, | |||
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnCreateDevice | ( | Device | d | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnCreateDevice | ( | Device | d | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnCreateDevice | ( | Device | d | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnDestroyDevice | ( | object | sender, | |
| EventArgs | e | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnDestroyDevice | ( | object | sender, | |
| EventArgs | e | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnDestroyDevice | ( | object | sender, | |
| EventArgs | e | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnRender | ( | float | elapsedTime | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnRender | ( | float | elapsedTime | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnRender | ( | float | elapsedTime | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnResetDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnResetDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.OnResetDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.Refresh | ( | ) |
Changes the UI defaults to the current device settings.
Definition at line 175 of file wdxmutSettingsDlg.cs.
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.Refresh | ( | ) |
Changes the UI defaults to the current device settings.
Definition at line 175 of file dxmutSettingsDlg.cs.
| void Microsoft.Samples.DirectX.UtilityToolkit.SettingsDialog.Refresh | ( | ) |
Changes the UI defaults to the current device settings.
Definition at line 175 of file dxmutSettingsDlg.cs.

1.5.8