wxPackageTaskQueuePanel Class Reference

Inheritance diagram for wxPackageTaskQueuePanel:

wxPackageCommandQueuePanel wxPackageDownloadQueuePanel List of all members.

Public Member Functions

 wxPackageTaskQueuePanel ()
 Constructors.
 wxPackageTaskQueuePanel (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGETASKQUEUEPANEL_IDNAME, const wxString &caption=SYMBOL_WXPACKAGETASKQUEUEPANEL_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGETASKQUEUEPANEL_POSITION, const wxSize &size=SYMBOL_WXPACKAGETASKQUEUEPANEL_SIZE, long style=SYMBOL_WXPACKAGETASKQUEUEPANEL_STYLE)
bool Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGETASKQUEUEPANEL_IDNAME, const wxString &caption=SYMBOL_WXPACKAGETASKQUEUEPANEL_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGETASKQUEUEPANEL_POSITION, const wxSize &size=SYMBOL_WXPACKAGETASKQUEUEPANEL_SIZE, long style=SYMBOL_WXPACKAGETASKQUEUEPANEL_STYLE)
 Creation.
void CreateControls ()
 Creates the controls and sizers.
virtual bool CreateProgressPanel ()=0
virtual int GetCurrentOperationProportion () const=0
void OnIdle (wxIdleEvent &ev)
void OnUpdateUI (wxUpdateUIEvent &ev)
void OnProgressPanelEnd (wxCommandEvent &)
void OnProgressPanelFailed (wxCommandEvent &)
void OnStart (wxCommandEvent &ev)
void OnStop (wxCommandEvent &)
void OnDeleteQueuedBuild (wxCommandEvent &)
void OnShowLog (wxCommandEvent &)
void OnDeleteCompletedBuild (wxCommandEvent &)
void Start ()
void Stop ()
virtual void RemoveFirstQueuedPackage ()
void SetEventHandler (wxEvtHandler *evt)

Protected Member Functions

virtual void OnQueueTask ()
wxBitmap GetBitmapResource (const wxString &name)

Static Protected Member Functions

static bool ShowToolTips ()

Protected Attributes

wxProgressPanelm_pProgressPanel
wxTaskListBoxm_pQueuedList
wxTaskListBoxm_pCompletedList
wxBitmapButton * m_pStartBtn
wxBitmapButton * m_pStopBtn
wxBitmapButton * m_pDeleteQueuedBtn
wxBitmapButton * m_pShowLogBtn
wxBitmapButton * m_pDeleteCompletedBtn
wxPackageArray m_arrQueue
wxString m_currentBuild
bool m_bUserStopped
wxEvtHandler * m_pProgressEndHandler

Detailed Description

Definition at line 63 of file taskpanel.h.


Member Function Documentation

void wxPackageTaskQueuePanel::SetEventHandler ( wxEvtHandler *  evt  )  [inline]

Sets the event handler which will receive the wxEVT_COMMAND_PROGRESS_END events.

Definition at line 117 of file taskpanel.h.

References m_pProgressEndHandler.

Referenced by wxPackageBrowserPanel::SetAuxiliaryViewerPanel().


The documentation for this class was generated from the following files:
Generated on Thu Feb 1 22:14:32 2007 for wxWidgets Package Manager by  doxygen 1.5.1-p1