MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / UnloadJournalTab

Method UnloadJournalTab

ogsr_engine/xrGame/ui/UIDiaryWnd2.cpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156void CUIDiaryWnd::MarkNewsAsRead(bool status) {}
157
158void CUIDiaryWnd::UnloadJournalTab()
159{
160 m_UILeftWnd->DetachChild(m_SrcListWnd);
161 m_SrcListWnd->Show(false);
162
163 m_UIRightWnd->DetachChild(m_DescrView);
164 m_DescrView->Show(false);
165 m_DescrView->Clear();
166}
167
168void CUIDiaryWnd::LoadJournalTab()
169{

Callers

nothing calls this directly

Calls 3

DetachChildMethod · 0.45
ShowMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected