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

Method getToolTipIndex

MyGUIEngine/src/MyGUI_ToolTipManager.cpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 size_t ToolTipManager::getToolTipIndex(Widget* _widget) const
179 {
180 Widget* container = _widget->_getContainer();
181 if (container != nullptr)
182 return container->_getItemIndex(_widget);
183 return ITEM_NONE;
184 }
185
186 void ToolTipManager::setDelayVisible(float _value)
187 {

Callers

nothing calls this directly

Calls 2

_getContainerMethod · 0.80
_getItemIndexMethod · 0.45

Tested by

no test coverage detected