#include <Preview.h>
Public Member Functions | |
CPreviewableView () | |
~CPreviewableView () | |
Protected Member Functions | |
bool | DoPrintPreview (CView *pPrintView, CRuntimeClass *pPreviewToolBarClass, CRuntimeClass *pPreviewViewClass, CPrintPreviewState *pState) |
afx_msg void | OnFilePrintPreview () |
Static Protected Member Functions | |
static BOOL CALLBACK | PreviewCloseProc (CFrameWnd *pFrameWnd) |
Classes | |
class | CPreviewViewExFriend |
class | CViewFriend |
Definition at line 95 of file Preview.h.
CPreviewableView< TBase >::CPreviewableView | ( | ) |
CPreviewableView< TBase >::~CPreviewableView | ( | ) |
bool CPreviewableView< TBase >::DoPrintPreview | ( | CView * | pPrintView, | |
CRuntimeClass * | pPreviewToolBarClass, | |||
CRuntimeClass * | pPreviewViewClass, | |||
CPrintPreviewState * | pState | |||
) | [protected] |
Definition at line 155 of file Preview.h.
References CSizableReBar::AddBar(), ASSERT, CToolBarEx::Create(), CSizableReBar::Create(), CSizableReBar::EnableContextMenu(), FALSE, IDW_SIZABLEREBAR, CToolBarEx::Init(), CSizableReBar::Lock(), CPreviewViewEx::m_bLocked, CPreviewViewEx::m_bTempReBar, CPreviewViewEx::m_pPreviewToolBar, CPreviewViewEx::m_pReBar, CPreviewViewEx::OnPreviewClose(), TRUE, and VERIFY.
Referenced by CPreviewableView< TBase >::OnFilePrintPreview().
void CPreviewableView< TBase >::OnFilePrintPreview | ( | ) | [protected] |
Definition at line 140 of file Preview.h.
References CPreviewableView< TBase >::DoPrintPreview(), and CPreviewableView< TBase >::PreviewCloseProc().
BOOL CALLBACK CPreviewableView< TBase >::PreviewCloseProc | ( | CFrameWnd * | pFrameWnd | ) | [static, protected] |
Definition at line 292 of file Preview.h.
References FALSE, and CPreviewViewEx::OnPreviewClose().
Referenced by CPreviewableView< TBase >::OnFilePrintPreview().