Public Member Functions | |
wxPackageDecompressDlg () | |
Constructors. | |
wxPackageDecompressDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEDECOMPRESSDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEDECOMPRESSDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEDECOMPRESSDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEDECOMPRESSDLG_SIZE, long style=SYMBOL_WXPACKAGEDECOMPRESSDLG_STYLE) | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEDECOMPRESSDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEDECOMPRESSDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEDECOMPRESSDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEDECOMPRESSDLG_SIZE, long style=SYMBOL_WXPACKAGEDECOMPRESSDLG_STYLE) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
void | OnDestinationChange (wxFileDirPickerEvent &) |
void | OnOK (wxCommandEvent &) |
void | UpdateFreeSpace () |
void | SetPackage (const wxPackage &pkg) |
void | SetDestination (const wxString &dest) |
wxString | GetDestination () const |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Protected Attributes | |
wxStaticText * | m_pRequiredSpace |
wxStaticText * | m_pFreeSpace |
wxTextCtrl * | m_pCompressedFileName |
wxDirPickerCtrl * | m_pDestination |
wxGauge * | m_pProgress |
wxPackage | m_pkg |
Definition at line 53 of file decompressdlg.h.