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

Method SetView

DebugView++/MainFrame.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void CLogViewTabItem::SetView(const std::shared_ptr<CLogView>& pView)
53{
54 m_pView = pView;
55 SetTabView(*pView);
56}
57
58CLogView& CLogViewTabItem::GetView()
59{

Callers 1

AddFilterViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected