Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
frmPreferences: Clean up and delete account directory on account delete
[xestiacalendar/.git] / source / forms / preferences / frmPreferences.h
index 2b8ebbf..29f9b90 100644 (file)
@@ -45,14 +45,14 @@ class frmPreferences : public frmPreferencesADT
 {
        private:
                void ReloadAccounts();
-               wxImageList *AccImgList =  new wxImageList(16,16,true,wxIMAGE_LIST_SMALL);
-               int AccountID = 0;
-               int AccountNetID = 0;
-               int AccountUnsupportedID = 0;
+               wxImageList *accImgList =  new wxImageList(16,16,true,wxIMAGE_LIST_SMALL);
+               int accountID = 0;
+               int accountNetID = 0;
+               int accountUnsupportedID = 0;
                XCALPreferences *preferences;
-               wxString preffilename;
-               bool FirstLoad = TRUE;
-               bool *ReloadAccountConfig;
+               wxString prefFilename;
+               bool firstLoad = TRUE;
+               bool *reloadAccountConfig;
        protected:
                // Handlers for frmPreferencesADT events.
                void LoadPreferences( wxInitDialogEvent& event );
@@ -63,11 +63,12 @@ class frmPreferences : public frmPreferencesADT
                void DeleteAccount( wxCommandEvent& event );
                void SavePreferences( wxCommandEvent& event );
                void CloseWindow( wxCommandEvent& event );
+               void DeleteDirectory( wxString directoryPath );
        public:
                /** Constructor */
                frmPreferences( wxWindow* parent );
                ~frmPreferences();
-               void SetupPointers( bool *ReloadAccountInc );
+               void SetupPointers( bool *reloadAccountInc );
        //// end generated class members
        
 };
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