Windows C++ Library
Public Member Functions | Protected Member Functions
CTabWndHost Class Reference

#include <TabWndHost.hpp>

Inheritance diagram for CTabWndHost:
CTabCtrl CStdWnd CCtrlWnd CPopupWnd CMsgWnd CWnd

List of all members.

Public Member Functions

 CTabWndHost ()
virtual ~CTabWndHost ()
size_t AddTab (const tchar *pszName, CWnd &oWnd)
int CurSel () const
void CurSel (int nTab)
CWndTabWnd (int nTab) const
CWndCurTabWnd () const

Protected Member Functions

virtual LRESULT WndProc (HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
virtual void OnSelChanging ()
virtual void OnSelChange ()

Constructor & Destructor Documentation


Member Function Documentation

size_t CTabWndHost::AddTab ( const tchar *  pszName,
CWnd oWnd 
) [inline]
int CTabWndHost::CurSel ( ) const [inline]

Reimplemented from CTabCtrl.

void CTabWndHost::CurSel ( int  nTab) [inline]

Reimplemented from CTabCtrl.

CWnd & CTabWndHost::TabWnd ( int  nTab) const [inline]
CWnd & CTabWndHost::CurTabWnd ( ) const [inline]
LRESULT CTabWndHost::WndProc ( HWND  hWnd,
UINT  iMsg,
WPARAM  wParam,
LPARAM  lParam 
) [protected, virtual]

Reimplemented from CStdWnd.

void CTabWndHost::OnSelChanging ( ) [protected, virtual]

Reimplemented from CTabCtrl.

void CTabWndHost::OnSelChange ( ) [protected, virtual]

Reimplemented from CTabCtrl.


The documentation for this class was generated from the following files: