|
Public Member Functions |
|
TBool | SetIndicators (const TInt *naCmdIdArray, TInt nArraySize) |
|
TInt | GetIndicatorCount () const |
|
TInt | GetStretchPane () const |
|
TBool | SetStretchPane (TInt nStretchIndex) |
|
RCString | GetPaneText (TInt nIndex) const |
|
TBool | SetPaneText (TInt nIndex, const RCString &sText, TBool bUpdate=TRUE) |
|
TBool | SetPaneProgress (TInt nIndex, TReal nProgress, TBool bUpdate=TRUE) |
|
TSInt | GetPaneWidth (TInt nIndex) const |
|
void | SetPaneWidth (TInt nIndex, TSInt nWidth) |
Protected Types |
|
typedef map< TInt, CProgressCtrl * > | RCProgressCtrlMap |
Protected Member Functions |
|
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
|
afx_msg void | OnPaint () |
|
afx_msg void | OnSize (UINT nType, int cx, int cy) |
|
virtual LRESULT | WindowProc (UINT message, WPARAM wParam, LPARAM lParam) |
|
CProgressCtrl & | GetProgressCtrl (TInt nIndex) |
|
void | UpdateLayout () |
|
void | UpdateProgressPosition (TInt nIndex, CProgressCtrl &Progress) |
Protected Attributes |
|
RCProgressCtrlMap | m_ProgressCtrlMap |
|
TInt * | m_naIndicatorList |
|
TInt | m_nIndicatorCount |
Static Protected Attributes |
|
static const TSInt | MAX_PROGRESS = 10000 |