#ifndef __frmContactEditorIM__ #define __frmContactEditorIM__ /** @file Subclass of frmContactEditorIMADT, which is generated by wxFormBuilder. */ #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorIMADT */ class frmContactEditorIM : public frmContactEditorIMADT { protected: // Handlers for frmContactEditorIMADT events. void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorIM( wxWindow* parent ); void SetEditorMode(bool EditMode, SectionType SectType); void SetupPointers( std::map *IMList, std::map *IMListAltID, std::map *IMListPID, std::map *IMListType, std::map *IMListTokens, std::map *IMListMediatype, std::map *IMListPref, wxListCtrl *AddressListCtrl, int AddressIndex ); //// end generated class members private: bool EditorMode; std::map *IMListPtr; std::map *IMListAltIDPtr; std::map *IMListPIDPtr; std::map *IMListTypePtr; std::map *IMListTokensPtr; std::map *IMListMediatypePtr; std::map *IMListPrefPtr; wxListCtrl *IMListCtrlPtr; int IMListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorIM__