X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorKey.h;h=b67ad488028bdbaa6a3b35b067f6b0f5a2909080;hp=7999e5528c4014a0bf4300c6c5d4aeb1a767ff86;hb=bfe817b5bfae33a1eb666c463643ec119cd1d66d;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc diff --git a/source/contacteditor/frmContactEditorKey.h b/source/contacteditor/frmContactEditorKey.h index 7999e55..b67ad48 100644 --- a/source/contacteditor/frmContactEditorKey.h +++ b/source/contacteditor/frmContactEditorKey.h @@ -1,3 +1,21 @@ +// frmContactEditorKey.h - frmContactEditorKey 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 __frmContactEditorKey__ #define __frmContactEditorKey__ @@ -9,6 +27,7 @@ Subclass of frmContactEditorKeyADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -17,7 +36,6 @@ class frmContactEditorKey : public frmContactEditorKeyADT { protected: // Handlers for frmContactEditorKeyADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); void ProcessKeyType( wxCommandEvent& event ); @@ -52,7 +70,7 @@ class frmContactEditorKey : public frmContactEditorKeyADT wxListCtrl *KeyListCtrlPtr; int KeyListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorKey__