#ifndef __frmContactEditorVendor__ #define __frmContactEditorVendor__ /** @file Subclass of frmContactEditorVendorADT, which is generated by wxFormBuilder. */ #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorVendorADT */ class frmContactEditorVendor : public frmContactEditorVendorADT { protected: // Handlers for frmContactEditorVendorADT events. void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorVendor( wxWindow* parent ); void SetEditorMode(bool EditMode); void SetupPointers( std::map *VendorList, std::map *VendorListPEN, std::map *VendorListElement, wxListCtrl *VendorListCtrl, int VendorIndex ); //// end generated class members bool EditorMode; std::map *VendorListPtr; std::map *VendorListPENPtr; std::map *VendorListElementPtr; wxListCtrl *VendorListCtrlPtr; int VendorListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorVendor__