![]() |
Mapper
0.9.0
API documentation
|
#include "settings.h"
#include <initializer_list>
#include <QtGlobal>
#include <QByteArray>
#include <QGuiApplication>
#include <QLatin1String>
#include <QLocale>
#include <QScreen>
#include <QSettings>
#include <QStringList>
Namespaces | |
OpenOrienteering | |
OpenOrienteering::Util | |
A collection of GUI utility functions. | |
Functions | |
qreal | OpenOrienteering::Util::mmToPixelPhysical (qreal millimeters) |
Converts millimeters to pixels using the physical dpi setting of Mapper's settings. More... | |
qreal | OpenOrienteering::Util::pixelToMMPhysical (qreal pixels) |
Inverse of mmToPixelPhysical(). More... | |
qreal | OpenOrienteering::Util::mmToPixelLogical (qreal millimeters) |
Converts millimeters to pixels using the "logical" dpi setting of the operating system. More... | |
qreal | OpenOrienteering::Util::pixelToMMLogical (qreal pixels) |
Inverse of mmToPixelLogical(). More... | |
bool | OpenOrienteering::Util::isAntialiasingRequired (qreal ppi) |
Returns true for low-dpi screens, false for high-dpi screens. More... | |
bool | OpenOrienteering::Util::isAntialiasingRequired () |
Returns true for low-dpi screens, false for high-dpi screens. More... | |