Collaboration diagram for GUIBASE::RCToolBar:

Public Member Functions | |
| RCToolBar (RCMdiMainFrame &MainFrame, const RCString &sKey, TInt nBarId) | |
| TBool | Create (TLong nCtrlStyle, TLong nStyle, TInt nAllignMask, TInt nButtonWidth, const RCString &sName) |
| TBool | AddButtons (const TInt *naCmdIds, TInt nCmdCount) |
| TBool | AddButton (TInt nCmdId, HICON hNormalIcon=NULL, HICON hDisabledIcon=NULL, HICON hHotIcon=NULL) |
| TBool | AddSeparator () |
Static Public Attributes | |
| static const TInt | SEPARATOR_CMD_ID = 0 |
Protected Member Functions | |
| afx_msg int | OnCreate (LPCREATESTRUCT lpcs) |
| afx_msg void | OnRButtonDown (UINT nFlags, CPoint Pos) |
| afx_msg void | OnDestroy () |
Protected Attributes | |
| RCMdiMainFrame & | m_MainFrame |
| const RCString | m_sKey |
| const TInt | m_nBarId |
| CToolBarCtrl & | m_ToolBarCtrl |
| CImageList | m_NormalImageList |
| CImageList | m_DisabledImageList |
| CImageList | m_HotImageList |
| CImageList * | m_pOldNormalImageList |
| CImageList * | m_pOldDisabledImageList |
| CImageList * | m_pOldHotImageList |
1.4.6-NO