JunkBox_Win_Lib 1.5.3
|
#include <ExTextFrame.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 | ~CExTextFrame () |
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) |
afx_msg void | OnMove (int x, int y) |
Public Attributes | |
CDocument * | pDoc |
CExTextView * | pView |
CAppCallBack * | pApp |
CMultiDocTemplate * | pTempl |
CExToolBar * | toolBar |
CString | Title |
CString | preTitle |
bool | doneErrorMessage |
bool | cancelOperation |
bool | reSizeMoving |
Protected Member Functions | |
CExTextFrame () | |
Definition at line 30 of file ExTextFrame.h.
|
protected |
|
virtual |
Definition at line 38 of file ExTextFrame.cpp.
References CAppCallBack::FrameDestructor(), CExTextFrame::pApp, CExTextFrame::pDoc, CExTextView::pFrame, and CExTextFrame::pView.
|
virtual |
Definition at line 80 of file ExTextFrame.cpp.
LRESULT OnEnterSizeMove | ( | WPARAM | wParam, |
LPARAM | lParam ) |
Definition at line 108 of file ExTextFrame.cpp.
References CExTextFrame::reSizeMoving.
BOOL OnEraseBkgnd | ( | CDC * | pDC | ) |
Definition at line 125 of file ExTextFrame.cpp.
LRESULT OnExitSizeMove | ( | WPARAM | wParam, |
LPARAM | lParam ) |
Definition at line 115 of file ExTextFrame.cpp.
References CExTextFrame::reSizeMoving.
|
inlinevirtual |
Definition at line 58 of file ExTextFrame.h.
void OnMove | ( | int | x, |
int | y ) |
Definition at line 152 of file ExTextFrame.cpp.
void OnSizing | ( | UINT | fwSide, |
LPRECT | pRect ) |
Definition at line 133 of file ExTextFrame.cpp.
References CExTextView::doReSize, CExTextView::GetClientSize(), CExTextView::GetWindowReSize(), CExTextView::GetWindowSize(), and CExTextFrame::pView.
bool cancelOperation |
Definition at line 52 of file ExTextFrame.h.
bool doneErrorMessage |
Definition at line 51 of file ExTextFrame.h.
CAppCallBack* pApp |
Definition at line 43 of file ExTextFrame.h.
Referenced by jbxwl::ExecLogWnd(), and CExTextFrame::~CExTextFrame().
CDocument* pDoc |
Definition at line 40 of file ExTextFrame.h.
Referenced by CExTextFrame::~CExTextFrame().
CString preTitle |
Definition at line 49 of file ExTextFrame.h.
CMultiDocTemplate* pTempl |
Definition at line 44 of file ExTextFrame.h.
Referenced by jbxwl::ExecLogWnd().
CExTextView* pView |
Definition at line 41 of file ExTextFrame.h.
Referenced by CExTextFrame::OnSizing(), CExTextFrame::~CExTextFrame(), and CExTextView::~CExTextView().
bool reSizeMoving |
Definition at line 54 of file ExTextFrame.h.
Referenced by CExTextFrame::OnEnterSizeMove(), and CExTextFrame::OnExitSizeMove().
CString Title |
Definition at line 48 of file ExTextFrame.h.
Referenced by jbxwl::ExecLogWnd(), CExTextView::SetTitle(), and CLogWndView::SetTitle().
CExToolBar* toolBar |
Definition at line 46 of file ExTextFrame.h.