X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorSound.h;h=44926175dd66835a60f93addb1fd471e62abc55c;hp=a39b3f95cfb8fc5ce7c57f157f50453c5313d001;hb=10f49df37ad495d12b4edb62efbffc0bf2d1d57b;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6 diff --git a/source/contacteditor/frmContactEditorSound.h b/source/contacteditor/frmContactEditorSound.h index a39b3f9..4492617 100644 --- a/source/contacteditor/frmContactEditorSound.h +++ b/source/contacteditor/frmContactEditorSound.h @@ -26,8 +26,20 @@ Subclass of frmContactEditorSoundADT, which is generated by wxFormBuilder. #include #include +#include + +#include +#include +#include + #include "../AppXestiaAddrBk.h" +#include "frmContactEditorSound.h" + +#include "../common/textprocessing.h" +#include "../common/base64.h" +#include "../common/mime.h" #include "../enums.h" +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -36,7 +48,6 @@ class frmContactEditorSound : public frmContactEditorSoundADT { protected: // Handlers for frmContactEditorSoundADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -70,7 +81,8 @@ class frmContactEditorSound : public frmContactEditorSoundADT std::map *SoundListPrefPtr; wxListCtrl *SoundListCtrlPtr; int SoundListIndex; - SectionType EditSectionType; + SectionType EditSectionType; + XABPriorityCtrl *priorityCtrl = nullptr; //// end generated class members };