#ifndef __frmContactEditorCalAdr__ #define __frmContactEditorCalAdr__ /** @file Subclass of frmContactEditorCalAdrADT, which is generated by wxFormBuilder. */ #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorCalAdrADT */ class frmContactEditorCalAdr : public frmContactEditorCalAdrADT { protected: // Handlers for frmContactEditorCalAdrADT events. void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorCalAdr( wxWindow* parent ); void SetEditorMode(bool EditMode); void SetupPointers(std::map *CalAdrList, std::map *CalAdrListAltID, std::map *CalAdrListPID, std::map *CalAdrListType, std::map *CalAdrListTokens, std::map *CalAdrListPref, wxListCtrl *CalAdrListCtrl, int CalAdrIndex ); //// end generated class members bool EditorMode; std::map *CalAdrListPtr; std::map *CalAdrListAltIDPtr; std::map *CalAdrListPIDPtr; std::map *CalAdrListTypePtr; std::map *CalAdrListTokensPtr; std::map *CalAdrListPrefPtr; wxListCtrl *CalAdrListCtrlPtr; int CalAdrListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorCalAdr__