#ifndef __frmContactEditorNotes__ #define __frmContactEditorNotes__ /** @file Subclass of frmContactEditorNotesADT, which is generated by wxFormBuilder. */ #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorNotesADT */ class frmContactEditorNotes : public frmContactEditorNotesADT { protected: // Handlers for frmContactEditorNotesADT events. void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorNotes( wxWindow* parent ); void SetEditorMode(bool EditMode, SectionType SectType); void SetupPointers(std::map *NotesList, std::map *NotesListLang, std::map *NotesListAltID, std::map *NotesListPID, std::map *NotesListType, std::map *NotesListTokens, std::map *NotesListPref, wxListCtrl *NotesListCtrl, int NotesIndex ); //// end generated class members private: bool EditorMode; std::map *NotesListPtr; std::map *NotesListLangPtr; std::map *NotesListAltIDPtr; std::map *NotesListPIDPtr; std::map *NotesListTypePtr; std::map *NotesListTokensPtr; std::map *NotesListPrefPtr; wxListCtrl *NotesListCtrlPtr; int NotesListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorNotes__