Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Initial import of code already done for Xestia Address Book
[xestiaab/.git] / source / import / frmImportContacts.h
1 #ifndef __frmImportContacts__
2 #define __frmImportContacts__
4 /**
5 @file
6 Subclass of frmImportContactsADT, which is generated by wxFormBuilder.
7 */
9 #include <map>
11 #include "../AppXestiaAddrBk.h"
12 #include "../widgets/XABAccountView.h"
13 #include "import-struct.h"
15 //// end generated include
17 /** Implementing frmImportContactsADT */
18 class frmImportContacts : public frmImportContactsADT
19 {
20         private:
21                 wxComboCtrl* AccControl = new wxComboCtrl(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxCB_READONLY|wxEXPAND);
22                 XABAccountView* treAccounts = new XABAccountView();
23                 std::map<int, wxString> AccountAccDirList;
24                 wxImageList *AccImgList =  new wxImageList(16,16,true);
25                 int AccountID;
26                 int AccountNetID;
27                 int AccountGrpID;
28         protected:
29                 // Handlers for frmImportContactsADT events.
30                 void CloseWindow( wxCommandEvent& event );
31                 void ImportContacts( wxCommandEvent& event );
32                 void GetResult();
33                 void GetContacts();
34         public:
35                 /** Constructor */
36                 frmImportContacts( wxWindow* parent );
37                 void SetupList(std::map<int,ImportDataContact>* ContactDataInc);
38                 void GetResults(std::map<int,ImportDataContact>* ContactDataInc);
39                 wxString GetAccount();
40         //// end generated class members
41         
42 };
44 #endif // __frmImportContacts__
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