marble
Marble::TrackPoint Class Reference
An element of a Track. More...
#include <TrackPoint.h>
Inheritance diagram for Marble::TrackPoint:

Public Member Functions | |
| TrackPoint (const TrackPoint &) | |
| TrackPoint (qreal lat, qreal lon) | |
| virtual void | draw (ClipPainter *, const QPoint &) |
| virtual void | printToStream (QTextStream &) const |
Detailed Description
An element of a Track.
Definition at line 28 of file TrackPoint.h.
Constructor & Destructor Documentation
| TrackPoint::TrackPoint | ( | qreal | lat, | |
| qreal | lon | |||
| ) |
simple constructor
this initialises a trackpoint to a position and any other information elements can be entered layer
Definition at line 18 of file TrackPoint.cpp.
| TrackPoint::TrackPoint | ( | const TrackPoint & | in | ) |
Definition at line 24 of file TrackPoint.cpp.
Member Function Documentation
| void TrackPoint::draw | ( | ClipPainter * | painter, | |
| const QPoint & | position | |||
| ) | [virtual] |
draws a 3 pixel circle for a TrackPoint
Reimplemented from Marble::Waypoint.
Definition at line 30 of file TrackPoint.cpp.
| void TrackPoint::printToStream | ( | QTextStream & | out | ) | const [virtual] |
print a text representation of this class to a stream
Reimplemented from Marble::Waypoint.
Definition at line 37 of file TrackPoint.cpp.
The documentation for this class was generated from the following files:
KDE 4.5 API Reference