marble/src
TrackPoint Class Reference
#include <TrackPoint.h>
Inheritance diagram for TrackPoint:

Detailed Description
An element of a Track.Definition at line 24 of file TrackPoint.h.
Public Member Functions | |
| TrackPoint (double lat, double lon) | |
| TrackPoint (const TrackPoint &) | |
| virtual void | draw (ClipPainter *, const QPoint &) |
| virtual void | printToStream (QTextStream &) const |
Constructor & Destructor Documentation
| TrackPoint::TrackPoint | ( | double | lat, | |
| double | lon | |||
| ) |
simple constructor
this initialises a trackpoint to a position and any other information elements can be entered layer
Definition at line 16 of file TrackPoint.cpp.
| TrackPoint::TrackPoint | ( | const TrackPoint & | in | ) |
Definition at line 21 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 Waypoint.
Definition at line 27 of file TrackPoint.cpp.
| void TrackPoint::printToStream | ( | QTextStream & | out | ) | const [virtual] |
print a text representation of this class to a stream
Reimplemented from Waypoint.
Definition at line 34 of file TrackPoint.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference