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

index d46744a..de4b057 100644 (file)
@@ -26,21 +26,30 @@ frmContactEditorWebsites::frmContactEditorWebsites( wxWindow* parent )
 :
 frmContactEditorWebsitesADT( parent )
 {
+       
+       // Setup the window.
+       
        EditorMode = FALSE;
        sliPriority->Disable();
+       
 }
 
 void frmContactEditorWebsites::EnablePriority( wxCommandEvent& event )
 {
+       
+       // Enable the priority setting.
+       
        if (chkUsePref->IsChecked()){
                sliPriority->Enable();
        } else {
                sliPriority->Disable();
        }
+       
 }
 
 void frmContactEditorWebsites::ProcessAction( wxCommandEvent& event )
 {
+       
        // Set if the editor is adding or editing an address.
        // FALSE = Add
        // TRUE = Edit
@@ -147,10 +156,12 @@ void frmContactEditorWebsites::ProcessAction( wxCommandEvent& event )
                this->Close();
        
        }
+       
 }
 
 void frmContactEditorWebsites::SetEditorMode(bool EditMode, SectionType SectType)
 {
+       
        // Set if the editor is adding or editing an address.
        // FALSE = Add
        // TRUE = Edit
@@ -206,7 +217,11 @@ void frmContactEditorWebsites::SetEditorMode(bool EditMode, SectionType SectType
 
 void frmContactEditorWebsites::CloseWindow( wxCommandEvent& event )
 {
+       
+       // Close the window.
+       
        this->Close();
+       
 }
 
 void frmContactEditorWebsites::SetupPointers(std::map<int, wxString> *WebsiteList,
@@ -220,6 +235,8 @@ void frmContactEditorWebsites::SetupPointers(std::map<int, wxString> *WebsiteLis
        int WebsiteIndex )
 {
 
+       // Setup the pointers.
+       
        WebsiteListPtr = WebsiteList;
        WebsiteListAltIDPtr = WebsiteListAltID;
        WebsiteListPIDPtr = WebsiteListPID;
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