JunkBox_Win_Lib 1.5.3
|
#include <ExFrame.h>
Public Member Functions | |
virtual void | onLButtonDBLClick () |
virtual BOOL | Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle=WS_CHILD|WS_VISIBLE|WS_OVERLAPPEDWINDOW|WS_CLIPCHILDREN, const RECT &rect=rectDefault, CMDIFrameWnd *pParentWnd=NULL, CCreateContext *pContext=NULL) |
virtual | ~CExFrame () |
afx_msg LRESULT | OnEnterSizeMove (WPARAM wParam, LPARAM lParam) |
afx_msg LRESULT | OnExitSizeMove (WPARAM wParam, LPARAM lParam) |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg void | OnSizing (UINT fwSide, LPRECT pRect) |
Public Attributes | |
CString | Title |
CString | preTitle |
int | colorMode |
CExDocument * | pDoc |
CExView * | pView |
CAppCallBack * | pApp |
CMultiDocTemplate * | pTempl |
void * | anyData |
CExToolBar * | toolBar |
CScrollBar * | hScrollBar |
CScrollBar * | vScrollBar |
bool | doneErrorMessage |
bool | cancelOperation |
bool | reSizeMoving |
Protected Member Functions | |
CExFrame () | |
|
protected |
Definition at line 24 of file ExFrame.cpp.
|
virtual |
Definition at line 50 of file ExFrame.cpp.
References CAppCallBack::FrameDestructor(), CExFrame::pApp, CExFrame::pDoc, CExDocument::pFrame, CExView::pFrame, and CExFrame::pView.
|
virtual |
Definition at line 88 of file ExFrame.cpp.
LRESULT OnEnterSizeMove | ( | WPARAM | wParam, |
LPARAM | lParam ) |
Definition at line 113 of file ExFrame.cpp.
References CExFrame::reSizeMoving.
BOOL OnEraseBkgnd | ( | CDC * | pDC | ) |
Definition at line 130 of file ExFrame.cpp.
LRESULT OnExitSizeMove | ( | WPARAM | wParam, |
LPARAM | lParam ) |
Definition at line 120 of file ExFrame.cpp.
References CExFrame::reSizeMoving.
|
inlinevirtual |
Reimplemented in CvThumbNailFrame.
Definition at line 58 of file ExFrame.h.
Referenced by CDxVScrollView::OnLButtonDblClk().
void OnSizing | ( | UINT | fwSide, |
LPRECT | pRect ) |
Definition at line 138 of file ExFrame.cpp.
References CExView::doReSize, CExView::GetClientSize(), CExView::GetWindowReSize(), CExView::GetWindowSize(), and CExFrame::pView.
bool cancelOperation |
Definition at line 52 of file ExFrame.h.
Referenced by jbxwl::ExecDocFrmView(), CRwGRDoc::MakeViewData(), CDxSRenderView::PrepareVB(), and CRwGRDoc::ReadDataFile().
int colorMode |
Definition at line 39 of file ExFrame.h.
Referenced by jbxwl::ExecTemplate(), and CvThumbNailFrame::onLButtonDBLClick().
bool doneErrorMessage |
Definition at line 51 of file ExFrame.h.
Referenced by jbxwl::ExecDocFrmView(), CRwGRDoc::MakeViewData(), CDx2DView::OnInitialUpdate(), CDxDirectView::OnInitialUpdate(), CDxMGRView::OnInitialUpdate(), CDxSRenderView::OnInitialUpdate(), CDxVScrollView::OnInitialUpdate(), CDxSRenderView::PrepareVB(), and CRwGRDoc::ReadDataFile().
CAppCallBack* pApp |
Definition at line 43 of file ExFrame.h.
Referenced by jbxwl::SetExLink(), and CExFrame::~CExFrame().
CExDocument* pDoc |
Definition at line 41 of file ExFrame.h.
Referenced by jbxwl::ExecDocFrmView(), jbxwl::ExecTemplate(), jbxwl::InitialDocView(), jbxwl::SetExLink(), CExDocument::~CExDocument(), and CExFrame::~CExFrame().
CString preTitle |
Definition at line 38 of file ExFrame.h.
Referenced by jbxwl::ExecDocFrmView().
CMultiDocTemplate* pTempl |
Definition at line 44 of file ExFrame.h.
Referenced by jbxwl::CreateDocFrmView().
CExView* pView |
Definition at line 42 of file ExFrame.h.
Referenced by jbxwl::ExecDocFrmView(), jbxwl::ExecTemplate(), jbxwl::InitialDocView(), CExFrame::OnSizing(), jbxwl::SetExLink(), CExFrame::~CExFrame(), and CExView::~CExView().
bool reSizeMoving |
Definition at line 54 of file ExFrame.h.
Referenced by CExFrame::OnEnterSizeMove(), and CExFrame::OnExitSizeMove().
CString Title |
Definition at line 37 of file ExFrame.h.
Referenced by jbxwl::ExecDocFrmView(), and CExView::SetTitle().
CExToolBar* toolBar |