Updraft
1.0
Open source glider flight visualisation tool.
|
Clickable igc geometry. More...
#include <igcviewer.h>
Public Member Functions | |
IGCMapObject (QString objectName_, OpenedFile *file_) | |
IGCMapObject () | |
QString | getObjectTypeName () |
Returns a name of the class for runtime type identification. | |
OpenedFile * | getFile () |
Static Public Member Functions | |
static QString | getClassName () |
Private Attributes | |
OpenedFile * | file |
Clickable igc geometry.
Updraft::IgcViewer::IGCMapObject::IGCMapObject | ( | QString | objectName_, |
OpenedFile * | file_ | ||
) |
Updraft::IgcViewer::IGCMapObject::IGCMapObject | ( | ) | [inline] |
static QString Updraft::IgcViewer::IGCMapObject::getClassName | ( | ) | [inline, static] |
QString Updraft::IgcViewer::IGCMapObject::getObjectTypeName | ( | ) | [inline, virtual] |
Returns a name of the class for runtime type identification.
Implements Updraft::MapObject.
OpenedFile* Updraft::IgcViewer::IGCMapObject::file [private] |