X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorNotes.h;h=3a6d6aca0e2047c020ec8fa98859398a7d9c17bb;hb=074e2db3331d35762f1d2dcf06d98f15200fc225;hp=7e64771345ed6535b5f3b0125e888ac8539ba3be;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorNotes.h b/source/contacteditor/frmContactEditorNotes.h index 7e64771..3a6d6ac 100644 --- a/source/contacteditor/frmContactEditorNotes.h +++ b/source/contacteditor/frmContactEditorNotes.h @@ -1,3 +1,21 @@ +// frmContactEditorNotes.h - frmContactEditorNotes 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 __frmContactEditorNotes__ #define __frmContactEditorNotes__ @@ -7,8 +25,13 @@ Subclass of frmContactEditorNotesADT, which is generated by wxFormBuilder. */ #include +#include + #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../common/textprocessing.h" +#include "../common/languages.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -17,7 +40,6 @@ class frmContactEditorNotes : public frmContactEditorNotesADT { protected: // Handlers for frmContactEditorNotesADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -48,6 +70,7 @@ class frmContactEditorNotes : public frmContactEditorNotesADT wxListCtrl *NotesListCtrlPtr; int NotesListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorNotes__