#ifndef __frmContactEditorXToken__ #define __frmContactEditorXToken__ /** @file Subclass of frmContactEditorXTokenADT, which is generated by wxFormBuilder. */ #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorXTokenADT */ class frmContactEditorXToken : public frmContactEditorXTokenADT { protected: // Handlers for frmContactEditorXTokenADT events. void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorXToken( wxWindow* parent ); void SetEditorMode(bool EditMode); void SetupPointers( std::map *XTokenList, std::map *XTokenListTokens, wxListCtrl *XTokenListCtrl, int XTokenIndex ); //// end generated class members bool EditorMode; std::map *XTokenListPtr; std::map *XTokenListTokensPtr; wxListCtrl *XTokenListCtrlPtr; int XTokenListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorXToken__