X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorOrganisations.h;h=9fb4f055e9252d5c4b4d41ac7538df3322947088;hb=26d19ed9ed27c5775dc9033ab2afe5983eb34619;hp=2e258bebbd963d8ae14eb777813fe7938c185ea2;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorOrganisations.h b/source/contacteditor/frmContactEditorOrganisations.h index 2e258be..9fb4f05 100644 --- a/source/contacteditor/frmContactEditorOrganisations.h +++ b/source/contacteditor/frmContactEditorOrganisations.h @@ -1,3 +1,21 @@ +// frmContactEditorOrganisation.h - frmContactEditorOrganisation 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 __frmContactEditorOrganisations__ #define __frmContactEditorOrganisations__ @@ -9,6 +27,7 @@ Subclass of frmContactEditorOrganisationsADT, which is generated by wxFormBuilde #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -18,7 +37,6 @@ class frmContactEditorOrganisations : public frmContactEditorOrganisationsADT protected: // Handlers for frmContactEditorOrganisationsADT events. void UpdateSortAs( wxCommandEvent& event ); - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -51,7 +69,8 @@ class frmContactEditorOrganisations : public frmContactEditorOrganisationsADT wxListCtrl *OrganisationListCtrlPtr; int OrganisationListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; + }; #endif // __frmContactEditorOrganisations__