#include <pointer.h>
Inheritance diagram for wftk::SoftPointer:
Public Member Functions | |
SoftPointer (Surface::Resource *image, const Point &hotspot) | |
create a software mouse pointer | |
const Surface & | image () const |
The image being used by the pointer. | |
const Point & | hotspot () const |
The pointer's hotspot. | |
Static Public Member Functions | |
void | insert (const std::string &, Surface::Resource *, const Point &hotspot) |
insert a named software pointer into the pointer registry | |
Protected Member Functions | |
virtual void | show () |
show the pointer | |
virtual void | hide () |
hide the pointer | |
Protected Attributes | |
Surface::Resource * | image_ |
the image used by the pointer | |
Point | hotspot_ |
the hotspot used by the pointer |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.