cross-platform-generator
Public Member Functions | Properties | Private Member Functions
cpg.ScmSettingsEditor Class Reference

Backend for the Scm settings editor. More...

Inheritance diagram for cpg.ScmSettingsEditor:

Public Member Functions

 ScmSettingsEditor (ScmSettings settings)
 Constructor that uses another setings instance to initialize the resulting settings by copieing the values. More...
 

Properties

ScmSettings result [get, private set]
 The settings tp be edited.
 

Private Member Functions

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...
 

Detailed Description

Backend for the Scm settings editor.

Author
Stan Pepels

Constructor & Destructor Documentation

◆ ScmSettingsEditor()

cpg.ScmSettingsEditor.ScmSettingsEditor ( ScmSettings  settings)
inline

Constructor that uses another setings instance to initialize the resulting settings by copieing the values.

Parameters
[in]settings(cpg.ScmSettings) The settings to copy.

Member Function Documentation

◆ 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
Remarks
Closes the dialog and sets the dialog result to false.

◆ 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
Remarks
Closes the dialog and sets the dialog result to true.

◆ 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: