X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorTelephone.h;h=1bda35ec05e86caf98631182b47fad7e2c8cdc73;hp=4836ba8b0e8e325b32d28bed00d00b26f24ebcdf;hb=cc75472a31e981886798377dbbbbdb77dfced96e;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc diff --git a/source/contacteditor/frmContactEditorTelephone.h b/source/contacteditor/frmContactEditorTelephone.h index 4836ba8..1bda35e 100644 --- a/source/contacteditor/frmContactEditorTelephone.h +++ b/source/contacteditor/frmContactEditorTelephone.h @@ -1,3 +1,21 @@ +// frmContactEditorTelephone.h - frmContactEditorTelephone form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #ifndef __frmContactEditorTelephone__ #define __frmContactEditorTelephone__ @@ -9,6 +27,7 @@ Subclass of frmContactEditorTelephoneADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -17,7 +36,6 @@ class frmContactEditorTelephone : public frmContactEditorTelephoneADT { protected: // Handlers for frmContactEditorTelephoneADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -28,6 +46,7 @@ class frmContactEditorTelephone : public frmContactEditorTelephoneADT std::map *TelephoneListAltID, std::map *TelephoneListPID, std::map *TelephoneListType, + std::map *TelephoneListTypeInfo, std::map *TelephoneListTokens, std::map *TelephoneListPref, wxListCtrl *TelephoneListCtrl, @@ -41,12 +60,13 @@ class frmContactEditorTelephone : public frmContactEditorTelephoneADT std::map *TelephoneListAltIDPtr; std::map *TelephoneListPIDPtr; std::map *TelephoneListTypePtr; + std::map *TelephoneListTypeInfoPtr; std::map *TelephoneListTokensPtr; std::map *TelephoneListPrefPtr; wxListCtrl *TelephoneListCtrlPtr; int TelephoneListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorTelephone__