Public Slots | Public Member Functions | Private Attributes
PathPainter Class Reference

Paints the planned navigation path. More...

#include <PathPainter.h>

Inheritance diagram for PathPainter:
Inheritance graph
[legend]

List of all members.

Public Slots

virtual void processMessage (Message *newMessage)
 Process an incoming message.

Public Member Functions

virtual void paint (float next2DLayer)
 Paint everything using OpenGL.
 PathPainter ()
 The constructor.
 ~PathPainter ()
 The destructor.

Private Attributes

std::vector< float > m_PathXCoordinates
 Store the path points.
std::vector< float > m_PathYCoordinates

Detailed Description

Paints the planned navigation path.

Author:
Unknown (R6-X), David Gossow (RX-R12)

Definition at line 24 of file PathPainter.h.


Constructor & Destructor Documentation

The constructor.

The destructor.


Member Function Documentation

virtual void PathPainter::paint ( float  next2DLayer) [virtual]

Paint everything using OpenGL.

Implements PainterPlugin.

virtual void PathPainter::processMessage ( Message *  newMessage) [virtual, slot]

Process an incoming message.


Member Data Documentation

std::vector<float> PathPainter::m_PathXCoordinates [private]

Store the path points.

Definition at line 47 of file PathPainter.h.

std::vector<float> PathPainter::m_PathYCoordinates [private]

Definition at line 48 of file PathPainter.h.


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


obj_rec_gui
Author(s): AGAS/agas@uni-koblenz.de
autogenerated on Mon Oct 6 2014 02:53:43