Updraft
1.0
Open source glider flight visualisation tool.
|
Base class for objects that can be clicked on in the map. More...
#include <mapobject.h>
Public Member Functions | |
MapObject () | |
Default constructor for use in QHash. | |
MapObject (QString objectName) | |
virtual QString | getObjectTypeName ()=0 |
Returns a name of the class for runtime type identification. | |
Public Attributes | |
QString | name |
Base class for objects that can be clicked on in the map.
Updraft::MapObject::MapObject | ( | ) | [inline] |
Default constructor for use in QHash.
Not to be used manually.
Updraft::MapObject::MapObject | ( | QString | objectName | ) | [inline] |
virtual QString Updraft::MapObject::getObjectTypeName | ( | ) | [pure virtual] |
Returns a name of the class for runtime type identification.
Implemented in Updraft::IgcViewer::IGCMapObject, Updraft::Core::MapMapObject, and Updraft::TPMapObject.
QString Updraft::MapObject::name |