X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorAddress.h;h=f0f0592da4b24f8cf693f81e59fde05fd23d0f65;hp=d0b7eb3336cf8051c4e3eb607190fa994db65614;hb=7ae1677354b786e1f25d49fbfe891d9ec7d6b896;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc diff --git a/source/contacteditor/frmContactEditorAddress.h b/source/contacteditor/frmContactEditorAddress.h index d0b7eb3..f0f0592 100644 --- a/source/contacteditor/frmContactEditorAddress.h +++ b/source/contacteditor/frmContactEditorAddress.h @@ -1,3 +1,21 @@ +// frmContactEditorAddress.h - frmContactEditorAddress 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 __frmContactEditorAddress__ #define __frmContactEditorAddress__ @@ -13,6 +31,7 @@ Subclass of frmContactEditorAddressADT, which is generated by wxFormBuilder. //// end generated include #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" /** Implementing frmContactEditorAddressADT */ class frmContactEditorAddress : public frmContactEditorAddressADT @@ -20,7 +39,6 @@ class frmContactEditorAddress : public frmContactEditorAddressADT protected: // Handlers for frmContactEditorAddressADT events. void InitAddressEditor( wxInitDialogEvent& event ); - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CopyAddress( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); @@ -66,6 +84,7 @@ class frmContactEditorAddress : public frmContactEditorAddressADT wxListCtrl *AddressListCtrlPtr; int AddressListIndex; SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; //// end generated class members };