3 #include "../controllers/ScopeLogger.h"
11 :
public CFrameWindowImpl<CLogFrame> {
27 DECLARE_FRAME_WND_CLASS(NULL, IDR_LOGBOOK)
32 MSG_WM_CREATE(OnCreate)
33 MSG_WM_DESTROY(OnDestroy)
34 CHAIN_MSG_MAP(CFrameWindowImpl<
CLogFrame>)
35 CHAIN_CLIENT_COMMANDS()
40 virtual
void OnFinalMessage(HWND );
41 int OnCreate(LPCREATESTRUCT lpCreateStruct);
43 BOOL PreTranslateMessage(MSG* pMsg);
48 void AppendLogText(const
std::wstring& _text);
49 void ReplaceLogText(const
std::wstring& _text);
50 std::wstring GetLogText();
scope::ScopeLogger scope_logger
our ScopeLogger here
CFont font
font for use inside the CLogView
bool attached
are we attached to the DisplayController?
CLogView view
the view class inside the frame
A logger class to log various messages and user comments.
Frame window class for the log.