MCPcopy Create free account
hub / github.com/MyGUI/mygui / isNeedToolTip

Method isNeedToolTip

MyGUIEngine/src/MyGUI_ToolTipManager.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 bool ToolTipManager::isNeedToolTip(Widget* _widget)
171 {
172 Widget* container = _widget->_getContainer();
173 if (container != nullptr)
174 return container->getNeedToolTip();
175 return _widget->getNeedToolTip();
176 }
177
178 size_t ToolTipManager::getToolTipIndex(Widget* _widget) const
179 {

Callers

nothing calls this directly

Calls 2

_getContainerMethod · 0.80
getNeedToolTipMethod · 0.80

Tested by

no test coverage detected