#ifndef __frmNewAccount__ #define __frmNewAccount__ /** @file Subclass of frmNewAccountADT, which is generated by wxFormBuilder. */ #include #include #include #include "../../AppXestiaCalendar.h" #include "../../libraries/CalendarDataStorage/CalendarDataStorage.h" #include "dirs.h" //// end generated include /** Implementing frmNewAccountADT */ class frmNewAccount : public frmNewAccountADT { private: int PageSeek = 0; wxString ServerPrefix; bool *ReloadAccountConfig = NULL; protected: // Handlers for frmNewAccountADT events. void UpdateRequirements( wxCommandEvent& event ); void CheckAccountName( wxCommandEvent& event ); void ProcessPrevious( wxCommandEvent& event ); void ProcessNext( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); public: /** Constructor */ frmNewAccount( wxWindow* parent ); void SetupPointers(bool *ReloadAccountInc, CalendarDataStorage *dataStorage); //// end generated class members }; #endif // __frmNewAccount__