Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added comments to describe functions in search/frmSearch-result.cpp
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 14 Mar 2016 22:15:45 +0000 (22:15 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 14 Mar 2016 22:15:45 +0000 (22:15 +0000)
source/search/frmSearch-result.cpp

index 6216af1..0b95fd3 100644 (file)
@@ -22,6 +22,8 @@
 
 void frmSearch::AddResult( wxCommandEvent& event ){
 
+       // Add a search result.
+       
        SRNotif *srnotif = (SRNotif*)event.GetClientData();
        
        // Process Data and add to the list of results.
@@ -84,6 +86,8 @@ void frmSearch::AddResult( wxCommandEvent& event ){
 
 void frmSearch::UpdateResult( wxCommandEvent& event ){
 
+       // Update a result.
+       
        UCNotif *uc = (UCNotif*)event.GetClientData();
        
        long longSelected = -1;
@@ -159,6 +163,8 @@ bool frmSearch::CheckDuplicate(wxString Filename,
        std::map<long,wxString> *SRAcc,
        std::map<long,wxString> *SRFN){
        
+       // Check for duplicate search results.
+               
        std::map<long,wxString>::iterator fniter;
        
        // Check comparison code.
@@ -183,6 +189,8 @@ bool frmSearch::CheckDuplicate(wxString Filename,
 
 void frmSearch::DeleteResult(wxCommandEvent &event){
 
+       // Delete the search result.
+       
        UCNotif *uc = (UCNotif*)event.GetClientData();
 
        long longSelected = -1;
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