Backend for the Scm settings editor.
More...
|
void | Ok_Click (object sender, RoutedEventArgs e) |
| Callback for when the Ok button is clicked. More...
|
|
void | Cancel_Click (object sender, RoutedEventArgs e) |
| Callback for when the Cancel button is clicked. More...
|
|
void | Perforce_PasswordChanged (object sender, RoutedEventArgs e) |
| Callback for when the password has changed. More...
|
|
Backend for the Scm settings editor.
- Author
- Stan Pepels
◆ ScmSettingsEditor()
cpg.ScmSettingsEditor.ScmSettingsEditor |
( |
ScmSettings |
settings | ) |
|
|
inline |
Constructor that uses another setings instance to initialize the resulting settings by copieing the values.
- Parameters
-
◆ Cancel_Click()
void cpg.ScmSettingsEditor.Cancel_Click |
( |
object |
sender, |
|
|
RoutedEventArgs |
e |
|
) |
| |
|
inlineprivate |
Callback for when the Cancel button is clicked.
- Parameters
-
[in] | sender | (object) The sender of the event. |
[in] | e | (RoutedEventArgs) Arguments send with the event |
◆ Ok_Click()
void cpg.ScmSettingsEditor.Ok_Click |
( |
object |
sender, |
|
|
RoutedEventArgs |
e |
|
) |
| |
|
inlineprivate |
Callback for when the Ok button is clicked.
- Parameters
-
[in] | sender | (object) The sender of the event. |
[in] | e | (RoutedEventArgs) Arguments send with the event |
◆ Perforce_PasswordChanged()
void cpg.ScmSettingsEditor.Perforce_PasswordChanged |
( |
object |
sender, |
|
|
RoutedEventArgs |
e |
|
) |
| |
|
inlineprivate |
Callback for when the password has changed.
- Parameters
-
[in] | sender | (object) The sender of the event. |
[in] | e | (RoutedEventArgs) Arguments send with the event |
The documentation for this class was generated from the following file:
- D:/PerforceLocal/Workspaces/CrossPlatformGenerator/cross-platform-generator/vs/cross-platform-generator/editors/scm-settings-editor.xaml.cs