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

Method SetWindowName

ogsr_engine/xrGame/ui/UIWindow.cpp:741–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741void CUIWindow::SetWindowName(LPCSTR wn, BOOL ifnset)
742{
743 if (ifnset && 0 != m_windowName.size()) // alpet: имя обновить, только если оно не установленно ранее
744 return;
745 m_windowName = wn;
746}
747
748void CUIWindow::SetParent(CUIWindow* pNewParent)
749{

Callers 15

InitMethod · 0.80
SetupCurrentMapMethod · 0.80
InitAddonMethod · 0.80
CUIMessageBoxExMethod · 0.80
AddFieldMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
AddQuestionMethod · 0.80
CUIQuestionItemMethod · 0.80
CUIDragDropListExMethod · 0.80
SetItemMethod · 0.80
CreateListMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected