X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorGeoposition.h;h=0b43ab3de3211411ce5c539a2a51da897ca48443;hb=074e2db3331d35762f1d2dcf06d98f15200fc225;hp=58724892d027017f97c504e1aaf4f434369a5dc8;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorGeoposition.h b/source/contacteditor/frmContactEditorGeoposition.h index 5872489..0b43ab3 100644 --- a/source/contacteditor/frmContactEditorGeoposition.h +++ b/source/contacteditor/frmContactEditorGeoposition.h @@ -1,3 +1,21 @@ +// frmContactEditorGeoposition.cpp - frmContactEditorGeoposition form headers. +// +// (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 __frmContactEditorGeoposition__ #define __frmContactEditorGeoposition__ @@ -11,6 +29,7 @@ Subclass of frmContactEditorGeopositionADT, which is generated by wxFormBuilder. #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -19,7 +38,6 @@ class frmContactEditorGeoposition : public frmContactEditorGeopositionADT { protected: // Handlers for frmContactEditorGeopositionADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessAction( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -30,6 +48,7 @@ class frmContactEditorGeoposition : public frmContactEditorGeopositionADT std::map *GeopositionListAltID, std::map *GeopositionListPID, std::map *GeopositionListType, + std::map *GeopositionListDataType, std::map *GeopositionListTokens, std::map *GeopositionListMediatype, std::map *GeopositionListPref, @@ -42,13 +61,14 @@ class frmContactEditorGeoposition : public frmContactEditorGeopositionADT std::map *GeopositionListAltIDPtr; std::map *GeopositionListPIDPtr; std::map *GeopositionListTypePtr; + std::map *GeopositionListDataTypePtr; std::map *GeopositionListTokensPtr; std::map *GeopositionListMediatypePtr; std::map *GeopositionListPrefPtr; wxListCtrl *GeopositionListCtrlPtr; int GeopositionListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorGeoposition__