#include "BaseDiagram.hxx"
#include <limits>
#include <QDebug>
#include <QMouseEvent>
#include <QPaintDevice>
#include <QPainter>
#include <QQmlEngine>
#include <QVector2D>
#include <Navaids/navrecord.hxx>
#include <Navaids/positioned.hxx>
#include <Airports/airport.hxx>
#include <Navaids/PolyLine.hxx>
#include <Navaids/NavDataCache.hxx>
#include <Navaids/airways.hxx>
#include "QmlColoredImageProvider.hxx"
#include "QtLauncher_fwd.hxx"
Go to the source code of this file.
◆ boundsOfLines()
QRect boundsOfLines |
( |
const QVector< QLineF > & | lines | ) |
|
◆ earth_radius_lat()
static double earth_radius_lat |
( |
double | lat | ) |
|
|
static |
◆ intSign()
◆ orderAirportsByRunwayLength()
◆ MAXIMUM_SCALE
const double MAXIMUM_SCALE = 2.0 |
◆ MINIMUM_SCALE
const double MINIMUM_SCALE = 0.002 |
◆ rec
const double rec = 6378137 |
◆ rpol
const double rpol = 6356752.314 |