7#ifndef MYGUI_TOOL_TIP_MANAGER_H_
8#define MYGUI_TOOL_TIP_MANAGER_H_
27 void setDelayVisible(
float _value);
28 float getDelayVisible()
const;
31 void _unlinkWidget(
Widget* _widget)
override;
34 void notifyEventFrameStart(
float _time);
36 void hideToolTip(
Widget* _widget);
37 void showToolTip(
Widget* _widget,
size_t _index,
const IntPoint& _point);
38 void moveToolTip(
Widget* _widget,
size_t _index,
const IntPoint& _point);
40 bool isNeedToolTip(
Widget* _widget);
41 size_t getToolTipIndex(
Widget* _widget)
const;
#define MYGUI_SINGLETON_DECLARATION(ClassName)