27 #include <tdelibs_export.h>
59 static TQCursor handCursor();
65 static TQCursor workingCursor();
71 static TQCursor arrowCursor();
77 static TQCursor upArrowCursor();
83 static TQCursor crossCursor();
89 static TQCursor waitCursor();
95 static TQCursor ibeamCursor();
101 static TQCursor sizeVerCursor();
107 static TQCursor sizeHorCursor();
113 static TQCursor sizeBDiagCursor();
119 static TQCursor sizeFDiagCursor();
125 static TQCursor sizeAllCursor();
130 static TQCursor blankCursor();
135 static TQCursor whatsThisCursor();
159 static void setAutoHideCursor( TQWidget *w,
bool enable );
170 static void setAutoHideCursor( TQWidget *w,
bool enable,
171 bool customEventFilter );
179 static void setHideCursorDelay(
int ms );
186 static int hideCursorDelay();
217 static void autoHideEventFilter( TQObject *, TQEvent * );
220 static TQCursor *s_handCursor;
A TQCursor wrapper allowing "themed" cursors and auto-hiding cursors.