#include <webupdatedlg.h>
Public Member Functions | |
| wxWebUpdateAdvPanel () | |
| Constructs a wxWebUpdateAdvPanel; for two-step creation. | |
| wxWebUpdateAdvPanel (wxWindow *parent) | |
| Constructs a wxWebUpdateAdvPanel. | |
| bool | Create (wxWindow *parent) |
| Creates this panel as child of the given window. | |
| virtual | ~wxWebUpdateAdvPanel () |
| void | SetData (wxWebUpdateLocalXMLScript *script) |
| wxString | GetDownloadPath () const |
| Returns the path chosen by the user for the downloaded file. | |
| bool | RemoveFiles () const |
| Returns TRUE if the user has chosen to remove the downloaded files. | |
| bool | Restart () const |
| Returns TRUE if the user has chosen to restart the updated application when exiting WebUpdater. | |
Protected Member Functions | |
| bool | InitWidgetsFromXRC (wxWindow *parent) |
| Loads the XRC for this dialog and init the control pointers. | |
| void | OnBrowse (wxCommandEvent &) |
| void | OnProxySettings (wxCommandEvent &) |
| void | OnAuthSettings (wxCommandEvent &) |
| void | OnRestart (wxCommandEvent &) |
| void | OnSaveLog (wxCommandEvent &) |
Protected Attributes | |
| wxTextCtrl * | m_pDownloadPathTextCtrl |
| wxCheckBox * | m_pRemoveFiles |
| wxCheckBox * | m_pRestart |
| wxCheckBox * | m_pSaveLog |
| wxWebUpdateLocalXMLScript * | m_xmlLocal |
| The local XML script used to get some info. | |
|
|
Constructs a wxWebUpdateAdvPanel; for two-step creation.
|
|
|
Constructs a wxWebUpdateAdvPanel.
|
|
|
|
|
|
Creates this panel as child of the given window.
|
|
|
Returns the path chosen by the user for the downloaded file. This one is initialized to the temporary folder for the current user. |
|
|
Loads the XRC for this dialog and init the control pointers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns TRUE if the user has chosen to remove the downloaded files.
|
|
|
Returns TRUE if the user has chosen to restart the updated application when exiting WebUpdater.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The local XML script used to get some info.
|
1.4.4