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

Method moveToolTip

MyGUIEngine/src/MyGUI_ToolTipManager.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void ToolTipManager::moveToolTip(Widget* _widget, size_t _index, const IntPoint& _point)
162 {
163 Widget* container = _widget->_getContainer();
164 if (container != nullptr)
165 container->eventToolTip(container, ToolTipInfo(ToolTipInfo::Move, _index, _point));
166 else
167 _widget->eventToolTip(_widget, ToolTipInfo(ToolTipInfo::Move, ITEM_NONE, _point));
168 }
169
170 bool ToolTipManager::isNeedToolTip(Widget* _widget)
171 {

Callers

nothing calls this directly

Calls 2

_getContainerMethod · 0.80
ToolTipInfoClass · 0.50

Tested by

no test coverage detected