1 #ifndef __frmPreferences__
2 #define __frmPreferences__
6 Subclass of frmPreferencesADT, which is generated by wxFormBuilder.
9 #include "AppXestiaAddrBk.h"
10 #include "common/preferences.h"
12 //// end generated include
14 /** Implementing frmPreferencesADT */
15 class frmPreferences : public frmPreferencesADT
18 void LoadPreferences( wxInitDialogEvent& event );
19 void EnableABButtons( wxListEvent& event );
20 void DisableABButtons( wxListEvent& event );
21 void DeleteABAccount( wxCommandEvent& event );
22 void ModifyABAccount( wxCommandEvent& event );
23 void SavePreferences( wxCommandEvent &event );
24 void AddABAccount( wxCommandEvent &event );
26 void ReloadAccounts();
27 wxImageList *AccImgList = new wxImageList(16,16,true,wxIMAGE_LIST_SMALL);
30 XABPreferences *preferences;
31 wxString preffilename;
32 bool FirstLoad = TRUE;
33 bool *ReloadAccountConfig;
36 frmPreferences( wxWindow* parent );
38 void SetupPointers( bool *ReloadAccountInc );
39 //// end generated class members
43 #endif // __frmPreferences__