#include <CtrlMainTabBar.h>
Public Member Functions | |
TabItem (CMainTabBarCtrl *pCtrl, LPCTSTR pszName) | |
void | Skin (CSkinWindow *pSkin, CDC *pdcCache, CBitmap *pbmCache) |
BOOL | Update (CFrameWnd *pTarget) |
BOOL | HitTest (const CPoint &point) const |
void | Paint (CDC *pDstDC, CDC *pSrcDC, const CPoint &ptOffset, BOOL bHover, BOOL bDown) |
virtual void | Enable (BOOL bEnable) |
virtual void | SetCheck (BOOL bCheck) |
Public Attributes | |
CMainTabBarCtrl * | m_pCtrl |
CString | m_sName |
CRect | m_rc |
CRect | m_rcSrc [5] |
BOOL | m_bEnabled |
BOOL | m_bSelected |
|
Definition at line 399 of file CtrlMainTabBar.cpp. References CoolInterface, m_bEnabled, m_bSelected, m_pCtrl, m_sName, and CCoolInterface::NameToID(). |
|
Definition at line 492 of file CtrlMainTabBar.cpp. References m_bEnabled. |
|
Definition at line 462 of file CtrlMainTabBar.cpp. References m_rc. Referenced by CMainTabBarCtrl::HitTest(). |
|
Definition at line 470 of file CtrlMainTabBar.cpp. References m_bEnabled, m_bSelected, m_rc, m_rcSrc, and NULL. Referenced by CMainTabBarCtrl::DoPaint(). |
|
Definition at line 497 of file CtrlMainTabBar.cpp. References m_bSelected. |
|
Definition at line 411 of file CtrlMainTabBar.cpp. References CoolInterface, CCoolInterface::DrawWatermark(), CSkinWindow::GetAnchor(), CSkinWindow::GetPart(), CSkinWindow::m_bmWatermark, CCoolInterface::m_crMidtone, m_rc, m_rcSrc, m_sName, NULL, and CSkinWindow::PreBlend(). Referenced by CMainTabBarCtrl::DoPaint(), and CMainTabBarCtrl::OnSkinChange(). |
|
Definition at line 449 of file CtrlMainTabBar.cpp. References m_bEnabled, and m_bSelected. Referenced by CMainTabBarCtrl::OnUpdateCmdUI(). |
|
Definition at line 45 of file CtrlMainTabBar.h. Referenced by Enable(), CMainTabBarCtrl::OnLButtonDown(), Paint(), TabItem(), and Update(). |
|
Definition at line 46 of file CtrlMainTabBar.h. Referenced by Paint(), SetCheck(), TabItem(), and Update(). |
|
Definition at line 41 of file CtrlMainTabBar.h. Referenced by TabItem(). |
|
Definition at line 43 of file CtrlMainTabBar.h. Referenced by HitTest(), CMainTabBarCtrl::OnToolHitTest(), Paint(), and Skin(). |
|
Definition at line 44 of file CtrlMainTabBar.h. |
|
Definition at line 42 of file CtrlMainTabBar.h. |