xoreos  0.0.5
Public Member Functions | List of all members
Graphics::Cursor Class Referenceabstract

An abstract cursor. More...

#include <cursor.h>

Inheritance diagram for Graphics::Cursor:
Inheritance graph
[legend]

Public Member Functions

 Cursor ()
 
virtual ~Cursor ()
 
virtual void render ()=0
 Render the cursor. More...
 

Detailed Description

An abstract cursor.

Definition at line 31 of file cursor.h.

Constructor & Destructor Documentation

◆ Cursor()

Graphics::Cursor::Cursor ( )

Definition at line 29 of file cursor.cpp.

◆ ~Cursor()

Graphics::Cursor::~Cursor ( )
virtual

Reimplemented in Graphics::Aurora::Cursor.

Definition at line 32 of file cursor.cpp.

Member Function Documentation

◆ render()

virtual void Graphics::Cursor::render ( )
pure virtual

Render the cursor.

Implemented in Graphics::Aurora::Cursor.

Referenced by Graphics::GraphicsManager::renderCursor(), and Graphics::GraphicsManager::renderCursorShader().

Here is the caller graph for this function:

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