Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Initial import of code already done for Xestia Address Book
[xestiaab/.git] / source / contacteditor / frmContactEditorSound.h
1 #ifndef __frmContactEditorSound__
2 #define __frmContactEditorSound__
4 /**
5 @file
6 Subclass of frmContactEditorSoundADT, which is generated by wxFormBuilder.
7 */
9 #include <map>
10 #include <string>
11 #include "../AppXestiaAddrBk.h"
12 #include "../enums.h"
14 //// end generated include
16 /** Implementing frmContactEditorSoundADT */
17 class frmContactEditorSound : public frmContactEditorSoundADT
18 {
19         protected:
20                 // Handlers for frmContactEditorSoundADT events.
21                 void EnablePriority( wxCommandEvent& event );
22                 void ProcessData( wxCommandEvent& event );
23                 void CloseWindow( wxCommandEvent& event );
24         public:
25                 /** Constructor */
26                 frmContactEditorSound( wxWindow* parent );
27                 void SetEditorMode(bool EditMode);
28                 void SetupPointers(std::map<int, std::string> *SoundList,               
29                         std::map<int, wxString> *SoundListAltID,
30                         std::map<int, wxString> *SoundListPID,
31                         std::map<int, wxString> *SoundListType,
32                         std::map<int, wxString> *SoundListAudioType,
33                         std::map<int, wxString> *SoundListAudioEncType,                 
34                         std::map<int, wxString> *SoundListTokens,
35                         std::map<int, wxString> *SoundListMediatype,    
36                         std::map<int, int> *SoundListPref,
37                         wxListCtrl *SoundListCtrl,
38                         int SoundIndex );
39         //// end generated class members
40         
41         private:
42         
43                 bool EditorMode;
44                 std::map<int, std::string> *SoundListPtr;
45                 std::map<int, wxString> *SoundListAltIDPtr;
46                 std::map<int, wxString> *SoundListPIDPtr;
47                 std::map<int, wxString> *SoundListTypePtr;
48                 std::map<int, wxString> *SoundListAudioTypePtr; 
49                 std::map<int, wxString> *SoundListAudioEncTypePtr;
50                 std::map<int, wxString> *SoundListTokensPtr;
51                 std::map<int, wxString> *SoundListMediatypePtr;         
52                 std::map<int, int> *SoundListPrefPtr;
53                 wxListCtrl *SoundListCtrlPtr;
54                 int SoundListIndex;
55                 SectionType EditSectionType;            
56         //// end generated class members
57         
58 };
60 #endif // __frmContactEditorSound__
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy