kcursor.h
static void setAutoHideCursor(TQWidget *w, bool enable)
Sets auto-hiding the cursor for widget w.
Definition kcursor.cpp:218
static TQCursor arrowCursor()
Returns the proper arrow cursor according to the current GUI style (static function).
Definition kcursor.cpp:146
static TQCursor sizeHorCursor()
Returns the proper horizontal resize cursor according to the current GUI style (static function).
Definition kcursor.cpp:182
static TQCursor sizeAllCursor()
Returns the proper all-directions resize cursor according to the current GUI style (static function).
Definition kcursor.cpp:200
static TQCursor crossCursor()
Returns the proper cross-hair cursor according to the current GUI style (static function).
Definition kcursor.cpp:158
static TQCursor blankCursor()
Returns a blank or invisible cursor (static function).
Definition kcursor.cpp:206
static TQCursor sizeFDiagCursor()
Returns the proper diagonal resize () cursor according to the current GUI style (static function).
Definition kcursor.cpp:194
static TQCursor upArrowCursor()
Returns the proper up arrow cursor according to the current GUI style (static function).
Definition kcursor.cpp:152
static TQCursor waitCursor()
Returns the proper hourglass cursor according to the current GUI style (static function).
Definition kcursor.cpp:164
static TQCursor handCursor()
Returns the proper hand cursor according to the current GUI style (static function).
Definition kcursor.cpp:43
static TQCursor whatsThisCursor()
Returns a WhatsThis cursor (static function).
Definition kcursor.cpp:211
static TQCursor workingCursor()
Returns the proper arrow+hourglass cursor according to the current GUI style (static function).
Definition kcursor.cpp:125
static TQCursor ibeamCursor()
Returns the proper text cursor according to the current GUI style (static function).
Definition kcursor.cpp:170
static TQCursor sizeVerCursor()
Returns the proper vertical resize cursor according to the current GUI style (static function).
Definition kcursor.cpp:176
static void autoHideEventFilter(TQObject *, TQEvent *)
KCursor has to install an eventFilter over the widget you want to auto-hide.
Definition kcursor.cpp:229
static void setHideCursorDelay(int ms)
Sets the delay time in milliseconds for auto-hiding.
Definition kcursor.cpp:234
static TQCursor sizeBDiagCursor()
Returns the proper diagonal resize (/) cursor according to the current GUI style (static function).
Definition kcursor.cpp:188
Trinity API Reference