5 #ifndef __ctooltipsupport__ 6 #define __ctooltipsupport__ 22 void onMouseEntered (
CView* view);
23 void onMouseExited (
CView* view);
24 void onMouseMoved (
const CPoint& where);
25 void onMouseDown (
const CPoint& where);
43 CMessageResult notify (
CBaseObject* sender, IdStringPtr msg)
override;
Definition: vstguibase.h:299
Base Object with reference counter.
Definition: vstguibase.h:276
Definition: customcontrols.cpp:8
Base Class of all view objects.
Definition: cview.h:44
Point structure.
Definition: cpoint.h:17
The CFrame is the parent container of all views.
Definition: cframe.h:32