Public Member Functions | |
| wxPackageBatchDownloadDlg () | |
| Constructors. | |
| wxPackageBatchDownloadDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_SIZE, long style=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_SIZE, long style=SYMBOL_WXPACKAGEBATCHDOWNLOADDLG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | SetPackages (const wxPackageArray &arr) |
| void | SetDestination (const wxString &path) |
| wxString | GetDestination () const |
Protected Attributes | |
| wxListBox * | m_pPackageList |
| wxStaticText * | m_pTotalSize |
| wxDirPickerCtrl * | m_pDestination |
| wxAnimationCtrl * | m_pAnimation |
Definition at line 51 of file batchdownloaddlg.h.
1.5.1-p1