Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

wftk::SoftPointer Class Reference

a software pointer More...

#include <pointer.h>

Inheritance diagram for wftk::SoftPointer:

wftk::Pointer wftk::AnimatedPointer List of all members.

Public Member Functions

 SoftPointer (Surface::Resource *image, const Point &hotspot)
 create a software mouse pointer
const Surfaceimage () const
 The image being used by the pointer.
const Pointhotspot () const
 The pointer's hotspot.

Static Public Member Functions

static 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::Resourceimage_
 the image used by the pointer
Point hotspot_
 the hotspot used by the pointer

Detailed Description

a software pointer


The documentation for this class was generated from the following file:

Generated Tue Apr 12 22:48:55 2005.
Copyright © 1998-2003 by the respective authors.

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.