Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void CLogViewTabItem::SetView(const std::shared_ptr<CLogView>& pView)
53
{
54
m_pView = pView;
55
SetTabView(*pView);
56
}
57
58
CLogView& CLogViewTabItem::GetView()
59
{
Callers
1
AddFilterView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected