JunkBox_Win_Lib 1.5.3
|
#include <LogWndFrame.h>
Public Attributes | |
CLogWndDoc * | pDoc |
CLogWndView * | pView |
![]() | |
CDocument * | pDoc |
CExTextView * | pView |
CAppCallBack * | pApp |
CMultiDocTemplate * | pTempl |
CExToolBar * | toolBar |
CString | Title |
CString | preTitle |
bool | doneErrorMessage |
bool | cancelOperation |
bool | reSizeMoving |
Protected Member Functions | |
CLogWndFrame () | |
virtual | ~CLogWndFrame () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnLogCopy () |
afx_msg void | OnLogSave () |
afx_msg void | OnLogClear () |
![]() | |
CExTextFrame () | |
Additional Inherited Members | |
![]() | |
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) |
Definition at line 22 of file LogWndFrame.h.
|
protected |
Definition at line 26 of file LogWndFrame.cpp.
|
protectedvirtual |
Definition at line 37 of file LogWndFrame.cpp.
|
protected |
Definition at line 60 of file LogWndFrame.cpp.
References IDR_LOG_WND_TOOLBAR.
|
protected |
Definition at line 137 of file LogWndFrame.cpp.
References CLogWndView::clearViewDoc(), IDS_STR_ASK_LOG_CLEAR, IDS_STR_CNFRM, and CLogWndFrame::pView.
|
protected |
Definition at line 84 of file LogWndFrame.cpp.
References CLogWndView::getCopyData(), CLogWndFrame::pView, and jbxwl::ts2mbs().
|
protected |
Definition at line 123 of file LogWndFrame.cpp.
References CLogWndDoc::easyGetSaveFileName(), IDS_STR_ERR_WRITE_FILE, IDS_STR_ERROR, IDS_STR_SPECIFY_SAVE_FILE, jbxwl::MessageBoxDLG(), CLogWndFrame::pDoc, CLogWndFrame::pView, CLogWndDoc::save_fname, and CLogWndDoc::writeLogFile().
CLogWndDoc* pDoc |
Definition at line 30 of file LogWndFrame.h.
Referenced by jbxwl::ExecLogWnd(), and CLogWndFrame::OnLogSave().
CLogWndView* pView |
Definition at line 31 of file LogWndFrame.h.
Referenced by jbxwl::ExecLogWnd(), CLogWndFrame::OnLogClear(), CLogWndFrame::OnLogCopy(), and CLogWndFrame::OnLogSave().