okteta
Okteta::KCursor Class Reference
#include <kcursor.h>
Public Member Functions | |
KCursor () | |
virtual | ~KCursor () |
PixelX | cursorW () const |
PixelX | cursorX () const |
QPixmap & | offPixmap () |
QPixmap & | onPixmap () |
void | setShape (PixelX X, PixelX W) |
void | setSize (PixelX Width, PixelY Height) |
Protected Attributes | |
PixelX | CursorW |
PixelX | CursorX |
QPixmap | OffPixmap |
QPixmap | OnPixmap |
Detailed Description
Constructor & Destructor Documentation
Okteta::KCursor::KCursor | ( | ) |
Definition at line 28 of file kcursor.cpp.
|
virtual |
Definition at line 35 of file kcursor.cpp.
Member Function Documentation
sets the shape of the cursor to be drawn
Definition at line 48 of file kcursor.cpp.
sets size of the full cursor
Definition at line 38 of file kcursor.cpp.
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.