| public |
Inheritance Graph
graph BT
Cursor
click Cursor "classUtil_1_1UI_1_1Cursor"
Description
Class representing the information needed to create an implementation-specific cursor.
Author: Benjamin Eikel
Date: 2012-09-27
Public Functions
| Cursor(const Cursor & void) | |
| Cursor( Cursor && void) | |
| Cursor & | operator=(const Cursor & void) |
| Cursor & | operator=( Cursor && void) |
| ~Cursor() Free the associated data. |
|
| const Reference < Bitmap > & | getBitmap() const |
| unsigned int | getHotSpotX() const |
| unsigned int | getHotSpotY() const |
Documentation
function
Util::UI::Cursor::Cursor
| public |
| Cursor( | const Cursor & | void ) |
Defined in Util/UI/Cursor.h:40
function
Util::UI::Cursor::Cursor
| public |
| Cursor( | Cursor && | void ) |
Defined in Util/UI/Cursor.h:41
function
Util::UI::Cursor::operator=
| public |
| Cursor & operator=( | const Cursor & | void ) |
Defined in Util/UI/Cursor.h:42
function
Util::UI::Cursor::operator=
| public |
| Cursor & operator=( | Cursor && | void ) |
Defined in Util/UI/Cursor.h:43
function
Util::UI::Cursor::~Cursor
| public |
| ~Cursor( | ) |
Free the associated data.
Defined in Util/UI/Cursor.h:46
function
Util::UI::Cursor::getBitmap
| public | const | inline |
| const Reference < Bitmap > & getBitmap( | ) const |
Defined in Util/UI/Cursor.h:48
function
Util::UI::Cursor::getHotSpotX
| public | const | inline |
| unsigned int getHotSpotX( | ) const |
Defined in Util/UI/Cursor.h:52
function
Util::UI::Cursor::getHotSpotY
| public | const | inline |
| unsigned int getHotSpotY( | ) const |
Defined in Util/UI/Cursor.h:56