#include <Preview.h>
Inheritance diagram for CPreviewViewEx:
Public Member Functions | |
CPreviewViewEx () | |
virtual void | OnActivateView (BOOL bActivate, CView *pActivateView, CView *pDeactiveView) |
Protected Member Functions | |
afx_msg void | OnPreviewClose () |
afx_msg void | OnPreviewPrint () |
afx_msg void | OnUpdateNumPageChange (CCmdUI *pCmdUI) |
Protected Attributes | |
CSizableReBar * | m_pReBar |
bool | m_bTempReBar |
bool | m_bLocked |
CToolBarEx * | m_pPreviewToolBar |
Classes | |
class | CViewFriend |
Definition at line 55 of file Preview.h.
CPreviewViewEx::CPreviewViewEx | ( | ) |
Definition at line 99 of file Preview.cpp.
void CPreviewViewEx::OnActivateView | ( | BOOL | bActivate, | |
CView * | pActivateView, | |||
CView * | pDeactiveView | |||
) | [virtual] |
Definition at line 109 of file Preview.cpp.
void CPreviewViewEx::OnPreviewClose | ( | ) | [protected] |
Definition at line 125 of file Preview.cpp.
References ASSERT, and VERIFY.
Referenced by CPreviewableView< TBase >::DoPrintPreview(), OnPreviewPrint(), and CPreviewableView< TBase >::PreviewCloseProc().
void CPreviewViewEx::OnPreviewPrint | ( | ) | [protected] |
void CPreviewViewEx::OnUpdateNumPageChange | ( | CCmdUI * | pCmdUI | ) | [protected] |
bool CPreviewViewEx::m_bLocked [protected] |
bool CPreviewViewEx::m_bTempReBar [protected] |
CToolBarEx* CPreviewViewEx::m_pPreviewToolBar [protected] |
CSizableReBar* CPreviewViewEx::m_pReBar [protected] |