1 // frmContactEditorSound.h - frmContactEditorSound form header.
3 // (c) 2012-2015 Xestia Software Development.
5 // This file is part of Xestia Address Book.
7 // Xestia Address Book is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by the
9 // Free Software Foundation, version 3 of the license.
11 // Xestia Address Book is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License along
17 // with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
19 #ifndef __frmContactEditorSound__
20 #define __frmContactEditorSound__
24 Subclass of frmContactEditorSoundADT, which is generated by wxFormBuilder.
29 #include "../AppXestiaAddrBk.h"
32 //// end generated include
34 /** Implementing frmContactEditorSoundADT */
35 class frmContactEditorSound : public frmContactEditorSoundADT
38 // Handlers for frmContactEditorSoundADT events.
39 void EnablePriority( wxCommandEvent& event );
40 void ProcessData( wxCommandEvent& event );
41 void CloseWindow( wxCommandEvent& event );
44 frmContactEditorSound( wxWindow* parent );
45 void SetEditorMode(bool EditMode);
46 void SetupPointers(std::map<int, std::string> *SoundList,
47 std::map<int, wxString> *SoundListAltID,
48 std::map<int, wxString> *SoundListPID,
49 std::map<int, wxString> *SoundListType,
50 std::map<int, wxString> *SoundListAudioType,
51 std::map<int, wxString> *SoundListAudioEncType,
52 std::map<int, wxString> *SoundListTokens,
53 std::map<int, wxString> *SoundListMediatype,
54 std::map<int, int> *SoundListPref,
55 wxListCtrl *SoundListCtrl,
57 //// end generated class members
62 std::map<int, std::string> *SoundListPtr;
63 std::map<int, wxString> *SoundListAltIDPtr;
64 std::map<int, wxString> *SoundListPIDPtr;
65 std::map<int, wxString> *SoundListTypePtr;
66 std::map<int, wxString> *SoundListAudioTypePtr;
67 std::map<int, wxString> *SoundListAudioEncTypePtr;
68 std::map<int, wxString> *SoundListTokensPtr;
69 std::map<int, wxString> *SoundListMediatypePtr;
70 std::map<int, int> *SoundListPrefPtr;
71 wxListCtrl *SoundListCtrlPtr;
73 SectionType EditSectionType;
74 //// end generated class members
78 #endif // __frmContactEditorSound__