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

Method AddWindow

ogsr_engine/xrGame/ui/UIScrollView.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69void CUIScrollView::SetScrollBarProfile(LPCSTR profile) { m_scrollbar_profile = profile; }
70
71void CUIScrollView::AddWindow(CUIWindow* pWnd, bool auto_delete, bool top)
72{
73 if (auto_delete)
74 pWnd->SetAutoDelete(true);
75
76 m_pad->AttachChild(pWnd, top);
77 m_flags.set(eNeedRecalc, TRUE);
78}
79
80void CUIScrollView::RemoveWindow(CUIWindow* pWnd)
81{

Callers 15

_attach_childFunction · 0.80
UpdateMethod · 0.80
InitCharacterMethod · 0.80
AddContactMethod · 0.80
SetSelectedMethod · 0.80
OnSrcListItemClickedMethod · 0.80
AddQuestionMethod · 0.80
AddAnswerMethod · 0.80
AddIconedAnswerMethod · 0.80
FillPointsInfoMethod · 0.80
FillMasterPartMethod · 0.80
FillPointsDetailMethod · 0.80

Calls 2

AttachChildMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected