Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added comments to describe functions for frmContactEditorKey
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 13 Mar 2016 10:22:31 +0000 (10:22 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 13 Mar 2016 10:22:31 +0000 (10:22 +0000)
source/contacteditor/frmContactEditorKey.cpp

index 569b0c3..bc876d6 100644 (file)
@@ -25,6 +25,9 @@ frmContactEditorKey::frmContactEditorKey( wxWindow* parent )
 :
 frmContactEditorKeyADT( parent )
 {
+       
+       // Setup the window.
+       
        EditorMode = FALSE;
        sliPriority->Disable();
        
@@ -51,15 +54,22 @@ frmContactEditorKeyADT( parent )
 
 void frmContactEditorKey::EnablePriority( wxCommandEvent& event )
 {
+       
+       // Enable/disable the priority setting.
+       
        if (chkUsePref->IsChecked()){
                sliPriority->Enable();
        } else {
                sliPriority->Disable();
        }
+       
 }
 
 void frmContactEditorKey::SetEditorMode(bool EditMode)
 {
+       
+       // Set the editor mode.
+       
        // Set if the editor is adding or editing an address.
        // FALSE = Add
        // TRUE = Edit
@@ -210,6 +220,9 @@ void frmContactEditorKey::SetEditorMode(bool EditMode)
 
 void frmContactEditorKey::ProcessAction( wxCommandEvent& event )
 {
+       
+       // Process action.
+       
        long ListCtrlIndex;
        int intKeyType = 0;
        
@@ -394,6 +407,8 @@ void frmContactEditorKey::ProcessAction( wxCommandEvent& event )
 void frmContactEditorKey::ProcessKeyType( wxCommandEvent& event )
 {
 
+       // Process the key type (via wxCommandEvent).
+       
        int intKeyType = 0;
        
        intKeyType = cmbKeyMainType->GetCurrentSelection();
@@ -415,6 +430,8 @@ void frmContactEditorKey::ProcessKeyType( wxCommandEvent& event )
 void frmContactEditorKey::ProcessKeyType()
 {
 
+       // Process the key type.
+       
        int intKeyType = 0;
        
        intKeyType = cmbKeyMainType->GetCurrentSelection();
@@ -436,6 +453,8 @@ void frmContactEditorKey::ProcessKeyType()
 void frmContactEditorKey::ConvertURLType( wxCommandEvent& event )
 {
 
+       // Convert the URL type.
+       
        wxString strValue;
 
        strValue = cmbURL->GetString(cmbURL->GetCurrentSelection());
@@ -451,6 +470,8 @@ void frmContactEditorKey::ConvertURLType( wxCommandEvent& event )
 void frmContactEditorKey::ConvertKeyType( wxCommandEvent& event )
 {
 
+       // Convert the key type.
+       
        wxString strValue;
 
        strValue = cmbKeyType->GetString(cmbKeyType->GetCurrentSelection());
@@ -465,7 +486,11 @@ void frmContactEditorKey::ConvertKeyType( wxCommandEvent& event )
 
 void frmContactEditorKey::CloseWindow( wxCommandEvent& event )
 {
+       
+       // Close this window.
+       
        this->Close();
+       
 }
 
 void frmContactEditorKey::SetupPointers(std::map<int, wxString> *KeyList,
@@ -480,6 +505,8 @@ void frmContactEditorKey::SetupPointers(std::map<int, wxString> *KeyList,
        int KeyIndex )
 {
 
+       // Setup the pointers.
+       
        KeyListPtr = KeyList;
        KeyListAltIDPtr = KeyListAltID;
        KeyListPIDPtr = KeyListPID;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy