|
libosmscout 0.1
|
#include <osmscoutmap/DataTileCache.h>#include <osmscoutclient/DBThread.h>#include <osmscoutclientqt/ClientQtImportExport.h>#include <osmscoutclientqt/OverlayObject.h>#include <osmscoutclientqt/DBLoadJob.h>#include <QObject>#include <QSettings>#include <QMutex>#include <QPainter>#include <QScreen>#include <variant>Classes | |
| class | osmscout::DBRenderJob |
| struct | osmscout::FixedPixelRatio |
| class | osmscout::MapRenderer |
| struct | osmscout::ScreenPixelRatio |
Namespaces | |
| namespace | osmscout |
| Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
| using | osmscout::MapRendererRef = std::shared_ptr< MapRenderer > |
| using | osmscout::PixelRatioSetup = std::variant< FixedPixelRatio, ScreenPixelRatio > |
| Pixel ratio configuration for HiDPI display. | |