KCursor Class Reference

[kdeui Index] [kdeui Hierarchy] [Headers]


A QCursor wrapper allowing "themed" cursors. More...

#include <kcursor.h>

Public Members


Detailed Description

A wrapper around QCursor that allows for "themed" cursors.

Currently, the only themed cursor is a 'hand' cursor.

A typical usage would be

 	setCursor(KCursor::handCursor());
 


KCursor() [public]

Constructor. Does not do anything so far

QCursor handCursor() [public static]

Static function returning the proper hand cursor according to the current GUI style.

QCursor arrowCursor() [public static]

Static function returning the proper arrow cursor according to the current GUI style.

QCursor upArrowCursor() [public static]

Static function returning the proper up arrow cursor according to the current GUI style.

QCursor crossCursor() [public static]

Static function returning the proper cross-hair cursor according to the current GUI style.

QCursor waitCursor() [public static]

Static function returning the proper hourglass cursor according to the current GUI style.

QCursor ibeamCursor() [public static]

Static function returning the proper text cursor according to the current GUI style.

QCursor sizeVerCursor() [public static]

Static function returning the proper vertical resize cursor according to the current GUI style.

QCursor sizeHorCursor() [public static]

Static function returning the proper horizontal resize cursor according to the current GUI style.

QCursor sizeBDiagCursor() [public static]

Static function returning the proper diagonal resize (/) cursor according to the current GUI style.

QCursor sizeFDiagCursor() [public static]

Static function returning the proper diagonal resize (\) cursor according to the current GUI style.

QCursor sizeAllCursor() [public static]

Static function returning the proper all directions resize cursor according to the current GUI style.

QCursor blankCursor() [public static]

Static function returning a blank or invisible cursor


  • Author: Kurt Granroth <granroth@kde.org>
  • Documentation generated by tasin@cd1 on Die Nov 30 17:31:44 CET 1999
Kdoc