JunkBox_Win_Lib 1.5.3
|
#include <LogWndDoc.h>
Public Member Functions | |
virtual BOOL | OnNewDocument () |
virtual void | Serialize (CArchive &ar) |
virtual void | lprintBuffer (Buffer buf, int input=LOG_RB_MESG) |
virtual void | lprintString (char *str, int input=LOG_RB_MESG) |
virtual void | lprintFormat (char *fmt,...) |
virtual void | lfprintFormat (int input, char *fmt,...) |
virtual void | printBuffer (Buffer buf, int input=LOG_RB_MESG) |
virtual void | printString (char *str, int input=LOG_RB_MESG) |
virtual void | printFormat (char *fmt,...) |
virtual void | fprintFormat (int input, char *fmt,...) |
virtual void | lock (void) |
virtual void | unlock (void) |
virtual | ~CLogWndDoc () |
virtual void | AssertValid () const |
virtual void | Dump (CDumpContext &dc) const |
void | free (void) |
void | clear (void) |
int | writeLogFile (void) |
CString | easyGetSaveFileName (LPCTSTR title, HWND hWnd) |
void | DeleteContents (void) |
CLogWndView * | GetView (void) |
Public Attributes | |
CLogWndFrame * | pFrame |
CLogWndView * | pView |
CString | Title |
BOOL | binHexMode |
CString | save_fname |
CLogRingBuffer * | ringBuffer |
CCriticalSection | criticalKey |
Protected Member Functions | |
CLogWndDoc () | |
CLogWndDoc (int bufsz, BOOL binhex=TRUE) | |
Definition at line 24 of file LogWndDoc.h.
|
protected |
Definition at line 29 of file LogWndDoc.cpp.
References MAXLOGBUFFERLINE.
|
protected |
Definition at line 44 of file LogWndDoc.cpp.
References CLogWndDoc::binHexMode, MAXLOGBUFFERLINE, CLogWndDoc::pFrame, CLogWndDoc::pView, CLogWndDoc::ringBuffer, CLogWndDoc::save_fname, and CLogWndDoc::Title.
|
virtual |
Definition at line 59 of file LogWndDoc.cpp.
References CLogWndDoc::free(), CLogWndDoc::pView, and CLogWndView::unlock().
|
virtual |
Definition at line 111 of file LogWndDoc.cpp.
void clear | ( | void | ) |
Definition at line 148 of file LogWndDoc.cpp.
References CLogWndDoc::criticalKey, CLogWndDoc::lock(), CLogWndDoc::ringBuffer, and CLogWndDoc::save_fname.
Referenced by CLogWndView::clearViewDoc().
void DeleteContents | ( | void | ) |
Definition at line 128 of file LogWndDoc.cpp.
|
virtual |
Definition at line 117 of file LogWndDoc.cpp.
CString easyGetSaveFileName | ( | LPCTSTR | title, |
HWND | hWnd ) |
Definition at line 203 of file LogWndDoc.cpp.
Referenced by CLogWndFrame::OnLogSave().
|
virtual |
Definition at line 359 of file LogWndDoc.cpp.
References CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
void free | ( | void | ) |
Definition at line 72 of file LogWndDoc.cpp.
References CLogWndDoc::ringBuffer.
Referenced by CLogWndDoc::~CLogWndDoc().
CLogWndView * GetView | ( | void | ) |
Definition at line 136 of file LogWndDoc.cpp.
References CLogWndView::GetDocument().
Referenced by jbxwl::ExecLogWnd().
|
virtual |
Definition at line 272 of file LogWndDoc.cpp.
References CLogWndDoc::criticalKey, CLogWndDoc::lock(), CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
|
inlinevirtual |
Definition at line 56 of file LogWndDoc.h.
References CLogWndView::lock(), and CLogWndDoc::pView.
Referenced by CLogWndDoc::clear(), CLogWndDoc::lfprintFormat(), CLogWndDoc::lprintBuffer(), CLogWndDoc::lprintFormat(), and CLogWndDoc::writeLogFile().
|
virtual |
Definition at line 232 of file LogWndDoc.cpp.
References CLogWndDoc::binHexMode, CLogWndDoc::criticalKey, CLogWndDoc::lock(), CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
|
virtual |
Definition at line 299 of file LogWndDoc.cpp.
References CLogWndDoc::criticalKey, CLogWndDoc::lock(), CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
|
virtual |
Definition at line 260 of file LogWndDoc.cpp.
References CLogWndDoc::printBuffer(), CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
|
virtual |
Definition at line 81 of file LogWndDoc.cpp.
|
virtual |
Definition at line 330 of file LogWndDoc.cpp.
References CLogWndDoc::binHexMode, CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
Referenced by CLogWndDoc::lprintString(), and CLogWndDoc::printString().
|
virtual |
Definition at line 374 of file LogWndDoc.cpp.
References CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
|
virtual |
Definition at line 347 of file LogWndDoc.cpp.
References CLogWndDoc::printBuffer(), CLogWndDoc::pView, and CLogWndDoc::ringBuffer.
|
virtual |
Definition at line 93 of file LogWndDoc.cpp.
|
inlinevirtual |
Definition at line 57 of file LogWndDoc.h.
References CLogWndDoc::pView, and CLogWndView::unlock().
int writeLogFile | ( | void | ) |
Definition at line 169 of file LogWndDoc.cpp.
References CLogWndDoc::criticalKey, CLogWndDoc::lock(), CLogWndDoc::ringBuffer, and CLogWndDoc::save_fname.
Referenced by CLogWndFrame::OnLogSave().
BOOL binHexMode |
Definition at line 40 of file LogWndDoc.h.
Referenced by CLogWndDoc::CLogWndDoc(), CLogWndDoc::lprintBuffer(), and CLogWndDoc::printBuffer().
CCriticalSection criticalKey |
Definition at line 73 of file LogWndDoc.h.
Referenced by CLogWndDoc::clear(), CLogWndView::clearViewDoc(), CLogWndDoc::lfprintFormat(), CLogWndDoc::lprintBuffer(), CLogWndDoc::lprintFormat(), CLogWndView::OnDraw(), and CLogWndDoc::writeLogFile().
CLogWndFrame* pFrame |
Definition at line 36 of file LogWndDoc.h.
Referenced by CLogWndDoc::CLogWndDoc(), and jbxwl::ExecLogWnd().
CLogWndView* pView |
Definition at line 37 of file LogWndDoc.h.
Referenced by CLogWndDoc::CLogWndDoc(), jbxwl::ExecLogWnd(), CLogWndDoc::fprintFormat(), CLogWndDoc::lfprintFormat(), CLogWndDoc::lock(), CLogWndDoc::lprintBuffer(), CLogWndDoc::lprintFormat(), CLogWndDoc::lprintString(), CLogWndDoc::printBuffer(), CLogWndDoc::printFormat(), CLogWndDoc::printString(), CLogWndDoc::unlock(), and CLogWndDoc::~CLogWndDoc().
CLogRingBuffer* ringBuffer |
Definition at line 72 of file LogWndDoc.h.
Referenced by CLogWndDoc::clear(), CLogWndView::clearViewDoc(), CLogWndDoc::CLogWndDoc(), CLogWndDoc::fprintFormat(), CLogWndDoc::free(), CLogWndView::getCopyData(), CLogWndDoc::lfprintFormat(), CLogWndDoc::lprintBuffer(), CLogWndDoc::lprintFormat(), CLogWndDoc::lprintString(), CLogWndView::OnDraw(), CLogWndView::OnInitialUpdate(), CLogWndDoc::printBuffer(), CLogWndDoc::printFormat(), CLogWndDoc::printString(), CLogWndView::resetScrollSize(), and CLogWndDoc::writeLogFile().
CString save_fname |
Definition at line 71 of file LogWndDoc.h.
Referenced by CLogWndDoc::clear(), CLogWndDoc::CLogWndDoc(), CLogWndFrame::OnLogSave(), and CLogWndDoc::writeLogFile().
CString Title |
Definition at line 39 of file LogWndDoc.h.
Referenced by CLogWndDoc::CLogWndDoc().