#include <updater.h>
Inherits wxEvtHandler.

Public Member Functions | |
| UpdaterClass () | |
| ~UpdaterClass () | |
| void | CheckForUpdates () |
| void | OnDownloadEvent (wxCommandEvent &event) |
Protected Member Functions | |
| bool | UpdateExe (const wxString &newexe, bool WaitForReboot) |
| DO NOT use mw() global unless fromCli is false ! | |
| bool | UpdateLocale (const wxString &newdir, bool WaitForReboot) |
| DO NOT use mw() global unless fromCli is false ! | |
| bool | PostMinGW44 (const wxString &newdir) |
Protected Attributes | |
| wxString | m_newexe |
| wxString | m_currentexe |
| wxString | m_latest_version |
| HttpDownloaderThread < UpdaterClass > * | m_http_thread |
Definition at line 7 of file updater.h.
| UpdaterClass::UpdaterClass | ( | ) |
Definition at line 29 of file updater.cpp.
| UpdaterClass::~UpdaterClass | ( | ) |
Definition at line 34 of file updater.cpp.
| void UpdaterClass::CheckForUpdates | ( | ) |
| void UpdaterClass::OnDownloadEvent | ( | wxCommandEvent & | event | ) |
Definition at line 68 of file updater.cpp.
| bool UpdaterClass::PostMinGW44 | ( | const wxString & | newdir | ) | [protected] |
Definition at line 131 of file updater.cpp.
| bool UpdaterClass::UpdateExe | ( | const wxString & | newexe, | |
| bool | WaitForReboot | |||
| ) | [protected] |
DO NOT use mw() global unless fromCli is false !
Definition at line 110 of file updater.cpp.
| bool UpdaterClass::UpdateLocale | ( | const wxString & | newdir, | |
| bool | WaitForReboot | |||
| ) | [protected] |
DO NOT use mw() global unless fromCli is false !
Definition at line 103 of file updater.cpp.
wxString UpdaterClass::m_currentexe [protected] |
HttpDownloaderThread<UpdaterClass>* UpdaterClass::m_http_thread [protected] |
wxString UpdaterClass::m_latest_version [protected] |
wxString UpdaterClass::m_newexe [protected] |
1.6.3