Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added comment to describe functions in import/frmImportResults.cpp
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 14 Mar 2016 21:29:07 +0000 (21:29 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 14 Mar 2016 21:29:07 +0000 (21:29 +0000)
source/import/frmImportResults.cpp

index 1129ab6..a20b5f2 100644 (file)
@@ -33,6 +33,8 @@ frmImportResultsADT( parent )
 void frmImportResults::CopyClipboard( wxCommandEvent& event )
 {
 
+       // Copy the results to the clipboard.
+       
        if (wxTheClipboard->Open()){
        
                wxTextDataObject ResultData;
@@ -56,12 +58,18 @@ void frmImportResults::CopyClipboard( wxCommandEvent& event )
 
 void frmImportResults::CloseWindow( wxCommandEvent& event )
 {
+       
+       // Close the window.
+       
        this->Close();
+       
 }
 
 void frmImportResults::LoadData(std::map<int,wxString> *ResultDataInc, int ImportCount, int ImportErrorCount)
 {
 
+       // Load and process the data from the ResultDataInc pointer.
+       
        wxString ResultDataText;
        
        for (std::map<int,wxString>::iterator iter = ResultDataInc->begin(); 
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