#ifndef __frmContactEditorPicture__ #define __frmContactEditorPicture__ /** @file Subclass of frmContactEditorPictureADT, which is generated by wxFormBuilder. */ #include #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorPictureADT */ class frmContactEditorPicture : public frmContactEditorPictureADT { protected: // Handlers for frmContactEditorPictureADT events. void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorPicture( wxWindow* parent ); void SetEditorMode(bool EditMode); void SetupPointers(std::map *PictureList, std::map *PictureListAltID, std::map *PictureListPID, std::map *PictureListType, std::map *PictureListPicEncType, std::map *PictureListPictureType, std::map *PictureListTokens, std::map *PictureListMediatype, std::map *PictureListPref, wxListCtrl *PictureListCtrl, int PictureIndex ); //// end generated class members bool EditorMode; std::map *PictureListPtr; std::map *PictureListAltIDPtr; std::map *PictureListPIDPtr; std::map *PictureListTypePtr; std::map *PictureListPicEncTypePtr; std::map *PictureListPictureTypePtr; std::map *PictureListTokensPtr; std::map *PictureListMediatypePtr; std::map *PictureListPrefPtr; wxListCtrl *PictureListCtrlPtr; int PictureListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorPicture__