[Kflog Index] [Kflog Hierarchy] [Headers]
This class provides the mapobjects More...
#include <mapobject.h>
Inherits: QObject (qt)
This class provides the mapobjects.
[public]
creates an mapobject. For creating, the type, the number of coordinates and the name must be given. There is no chance to change these values after creation.
[public]
destroys the object.
[public]
Sets the alias-name for the object.
[public]
Sets the "AT"-Value for the object. It will set the values of the AT-Location.
[public]
Sets the elevation of the object.
[public]
Sets the frequency of the object.
[public]
Sets the list of coordinates. The number of coordinates must be given to the constructor.
[public]
Sets the information about the runways. The param "num" declares the number of runways, the param "dir" is an int-array containing the direction of each runway, "length" (int-array) contains the length of each runway and "type" (QString-array) contains the type of each runway.
[public]
Returns a pointer to the list of the latitudes.
[public]
Returns a pointer to the list of the longitudes.
[public]
Returns the number of points.
[public]
return the name of the object
[public]
return the type of the object
[private]
The alias-name of the object.
[private]
The At-Location. It is used for punktural map-objects.
[private]
The elevation of the object.
[private]
The frequency for airfields and -ports and nav-objects
[private]
The coordinates for the object, given as an array in the internal format. The size of the array is given during construction of the object.
This one is for the latitude.
[private]
And this for the longitude.
[private]
The name of the object.
[private]
The type of the object.
[private]
The number of points.
| Kdoc |