Go to the documentation of this file.
22 #ifndef __MYGUI_TOOL_TIP_MANAGER_H__
23 #define __MYGUI_TOOL_TIP_MANAGER_H__
42 void setDelayVisible(
float _value);
43 float getDelayVisible()
const;
46 void _unlinkWidget(
Widget* _widget);
49 void notifyEventFrameStart(
float _time);
51 void hideToolTip(
Widget* _widget);
52 void showToolTip(
Widget* _widget,
size_t _index,
const IntPoint& _point);
53 void moveToolTip(
Widget* _widget,
size_t _index,
const IntPoint& _point);
55 bool isNeedToolTip(
Widget* _widget);
56 size_t getToolTipIndex(
Widget* _widget)
const;
72 #endif // __MYGUI_TOOL_TIP_MANAGER_H__