X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorPicture.h;h=e28939def7cfb1bf20d4f1e667364eb472872fb5;hp=5773503864fd71ac76860c4eda54147f6a72c39e;hb=c240addfc3f8e8686707b012ac9032b9e2411b91;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6 diff --git a/source/contacteditor/frmContactEditorPicture.h b/source/contacteditor/frmContactEditorPicture.h index 5773503..e28939d 100644 --- a/source/contacteditor/frmContactEditorPicture.h +++ b/source/contacteditor/frmContactEditorPicture.h @@ -28,6 +28,7 @@ Subclass of frmContactEditorPictureADT, which is generated by wxFormBuilder. #include #include "../AppXestiaAddrBk.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -36,7 +37,6 @@ class frmContactEditorPicture : public frmContactEditorPictureADT { protected: // Handlers for frmContactEditorPictureADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -53,10 +53,12 @@ class frmContactEditorPicture : public frmContactEditorPictureADT std::map *PictureListMediatype, std::map *PictureListPref, wxListCtrl *PictureListCtrl, - int PictureIndex ); + int PictureIndex, + bool PictureLogoIn ); //// end generated class members - bool EditorMode; + bool EditorMode = FALSE; + bool PictureLogo = FALSE; std::map *PictureListPtr; std::map *PictureListAltIDPtr; std::map *PictureListPIDPtr; @@ -67,9 +69,9 @@ class frmContactEditorPicture : public frmContactEditorPictureADT std::map *PictureListMediatypePtr; std::map *PictureListPrefPtr; wxListCtrl *PictureListCtrlPtr; - int PictureListIndex; + int PictureListIndex = 0; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorPicture__