Paints all Points of Interest. More...
#include <POIPainter.h>

Public Slots | |
| virtual void | processMessage (Message *newMessage) |
| Process an incoming message. | |
Public Member Functions | |
| virtual void | paint (float next2DLayer) |
| Paint everything using OpenGL. | |
| POIPainter () | |
| The constructor. | |
| ~POIPainter () | |
| The destructor. | |
Private Attributes | |
| list< PointOfInterest > | m_Pois |
Paints all Points of Interest.
Definition at line 24 of file POIPainter.h.
The constructor.
The destructor.
| virtual void POIPainter::paint | ( | float | next2DLayer | ) | [virtual] |
Paint everything using OpenGL.
Implements PainterPlugin.
| virtual void POIPainter::processMessage | ( | Message * | newMessage | ) | [virtual, slot] |
Process an incoming message.
list<PointOfInterest> POIPainter::m_Pois [private] |
Definition at line 46 of file POIPainter.h.