Updraft  1.0
Open source glider flight visualisation tool.
Updraft::MapObject Class Reference

Base class for objects that can be clicked on in the map. More...

#include <mapobject.h>

Inheritance diagram for Updraft::MapObject:

List of all members.

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

Detailed Description

Base class for objects that can be clicked on in the map.


Constructor & Destructor Documentation

Default constructor for use in QHash.

Not to be used manually.

Updraft::MapObject::MapObject ( QString  objectName) [inline]

Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines