class KCursor

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

Definition#include <kcursor.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods


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 ()

Constructor. Does not do anything so far

QCursor  handCursor ()

[static]

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

QCursor  arrowCursor ()

[static]

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

QCursor  upArrowCursor ()

[static]

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

QCursor  crossCursor ()

[static]

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

QCursor  waitCursor ()

[static]

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

QCursor  ibeamCursor ()

[static]

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

QCursor  sizeVerCursor ()

[static]

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

QCursor  sizeHorCursor ()

[static]

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

QCursor  sizeBDiagCursor ()

[static]

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

QCursor  sizeFDiagCursor ()

[static]

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

QCursor  sizeAllCursor ()

[static]

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

QCursor  blankCursor ()

[static]

Static function returning a blank or invisible cursor