#ifndef __frmContactEditorRoles__ #define __frmContactEditorRoles__ /** @file Subclass of frmContactEditorRolesADT, which is generated by wxFormBuilder. */ #include #include "../AppXestiaAddrBk.h" #include "../enums.h" //// end generated include /** Implementing frmContactEditorRolesADT */ class frmContactEditorRoles : public frmContactEditorRolesADT { protected: // Handlers for frmContactEditorRolesADT events. void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmContactEditorRoles( wxWindow* parent ); void SetEditorMode(bool EditMode, SectionType SectType); void SetupPointers(std::map *RolesList, std::map *RolesListLanguage, std::map *RolesListAltID, std::map *RolesListPID, std::map *RolesListType, std::map *RolesListTokens, std::map *RolesListPref, wxListCtrl *RolesListCtrl, int RolesIndex ); //// end generated class members private: bool EditorMode; std::map *RolesListPtr; std::map *RolesListLanguagePtr; std::map *RolesListAltIDPtr; std::map *RolesListPIDPtr; std::map *RolesListTypePtr; std::map *RolesListTokensPtr; std::map *RolesListPrefPtr; wxListCtrl *RolesListCtrlPtr; int RolesListIndex; SectionType EditSectionType; }; #endif // __frmContactEditorRoles__