#include <Cursor.h>
Public Methods | |
| Cursor (HCURSOR hcursor) | |
| Creates an cursor from a resource. | |
| Cursor (String *fname) | |
| Creates an cursor form a file. | |
| Cursor (FLAG system) | |
| Creates a handle to a system cursor. | |
| virtual | ~Cursor () |
| virtual HCURSOR | getHandle () |
| Returns the windows handle to the cursor. | |
| virtual String * | getFileName () |
| Returns the file name of the cursor. | |
Protected Attributes | |
| HCURSOR | hcursor |
| The windows handle to the icon. | |
| String * | fname |
| The file name of the icon. | |
|
|
Creates an cursor from a resource.
|
|
|
Creates an cursor form a file.
|
|
|
Creates a handle to a system cursor.
|
|
|
|
|
|
Returns the file name of the cursor.
|
|
|
Returns the windows handle to the cursor.
|
|
|
The file name of the icon.
|
|
|
The windows handle to the icon.
|
1.2.18