Updraft
1.0
Open source glider flight visualisation tool.
|
The turnpoint map object that serves for clicking at turnpoints. More...
#include <tpmapobject.h>
Public Member Functions | |
TPMapObject (const TurnPoint *tp) | |
QString | getObjectTypeName () |
Returns a name of the class for runtime type identification. | |
Static Public Member Functions | |
static QString | getClassName () |
Public Attributes | |
const TurnPoint * | turnPoint |
The turnpoint map object that serves for clicking at turnpoints.
Updraft::TPMapObject::TPMapObject | ( | const TurnPoint * | tp | ) | [inline, explicit] |
static QString Updraft::TPMapObject::getClassName | ( | ) | [inline, static] |
QString Updraft::TPMapObject::getObjectTypeName | ( | ) | [inline, virtual] |
Returns a name of the class for runtime type identification.
Implements Updraft::MapObject.