VCF::Cursor Class Reference
Class Cursor documentation. More...
#include <vcf/ApplicationKit/Cursor.h>
Inheritance diagram for VCF::Cursor:

Public Types | |
| enum | SystemCursorType { SCT_DEFAULT = 0, SCT_CROSSHAIRS, SCT_SPLIT_VERT, SCT_SPLIT_HORZ, SCT_SIZE_HORZ, SCT_SIZE_VERT, SCT_SIZE_NE_SW, SCT_SIZE_NW_SE, SCT_TEXT, SCT_HELP, SCT_NOWAYHOSER, SCT_WAITING, SCT_POINTING_HAND, SCT_WAIT } |
Public Member Functions | |
| Cursor (const SystemCursorType &systemCursor) | |
| Cursor (Image *cursorImage, Point *hotSpot) | |
| Cursor (const String &cursorName, AbstractApplication *application=NULL) | |
| virtual | ~Cursor () |
| int32 | getCursorID () |
| void | setCursorFromID (const int32 &cursorID) |
| CursorPeer * | getPeer () |
Protected Attributes | |
| CursorPeer * | peer_ |
Detailed Description
Class Cursor documentation.
Member Enumeration Documentation
|
|
|
Constructor & Destructor Documentation
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
|
|
|
|
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Cursor.h
