MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / CLogView

Method CLogView

DebugView++/LogView.cpp:186–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186CLogView::CLogView(const std::wstring& name, CMainFrame& mainFrame, LogFile& logFile, LogFilter filter) :
187 m_name(name),
188 m_mainFrame(mainFrame),
189 m_logFile(logFile),
190 m_filter(std::move(filter)),
191 m_firstLine(0),
192 m_clockTime(false),
193 m_processColors(false),
194 m_autoScrollDown(true),
195 m_autoScrollStop(true),
196 m_dirty(false),
197 m_hBookmarkIcon(static_cast<HICON>(LoadImage(_Module.GetResourceInstance(), MAKEINTRESOURCE(IDR_BOOKMARK), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR))),
198 m_hBeamCursor(LoadCursor(nullptr, IDC_IBEAM)),
199 m_dragStart(0, 0),
200 m_dragEnd(0, 0),
201 m_dragging(false),
202 m_scrollX(0)
203{
204}
205
206void CLogView::OnException()
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected