Inheritance diagram for wxDownloadProgressPanel:
Public Member Functions | |
wxDownloadProgressPanel () | |
Constructors. | |
wxDownloadProgressPanel (wxWindow *parent, wxWindowID id=SYMBOL_WXDOWNLOADPROGRESSPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXDOWNLOADPROGRESSPANEL_POSITION, const wxSize &size=SYMBOL_WXDOWNLOADPROGRESSPANEL_SIZE, long style=SYMBOL_WXDOWNLOADPROGRESSPANEL_STYLE) | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXDOWNLOADPROGRESSPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXDOWNLOADPROGRESSPANEL_POSITION, const wxSize &size=SYMBOL_WXDOWNLOADPROGRESSPANEL_SIZE, long style=SYMBOL_WXDOWNLOADPROGRESSPANEL_STYLE) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
virtual | ~wxDownloadProgressPanel () |
void | OnDownloadUserAbort (wxDownloadEvent &ev) |
void | OnDownloadAbort (wxDownloadEvent &ev) |
void | OnDownloadComplete (wxDownloadEvent &ev) |
void | OnDownloadProgress (wxDownloadEvent &ev) |
void | OnTimer (wxTimerEvent &ev) |
virtual void | Start () |
virtual void | Stop () |
virtual bool | IsProcessing () const |
wxString | GetLogData () const |
wxString | GetLogLabel () const |
bool | IsSuccessful () const |
virtual void | SetPackage (const wxPackage &pkg) |
void | ClearControls () |
void | DoEnd (bool success) |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Protected Attributes | |
bool | m_bSuccess |
volatile bool | m_bThreadExists |
wxDownloadThreadFlag | m_flag |
wxAnimation | m_animation |
wxTimer | m_timer |
wxULongLong | m_nLastSpeed |
wxHyperlinkCtrl * | m_pSource |
wxStaticText * | m_pRemainingTime |
wxStaticText * | m_pElapsedTime |
wxStaticText * | m_pDestination |
wxStaticText * | m_pSize |
wxStaticText * | m_pSpeed |
wxGauge * | m_pGauge |
wxAnimationCtrl * | m_pAnimation |
wxOScopeCtrl * | m_pOScope |
Definition at line 55 of file downloadprogresspanel.h.