Mapper  0.9.0
API documentation
Classes | Namespaces | Functions
map_printer.h File Reference

(162fb7c on 21 Aug 2019)

#include <memory>
#include <vector>
#include <QtGlobal>
#include <QObject>
#include <QRect>
#include <QRectF>
#include <QSize>
#include <QSizeF>
#include <QString>
#include <QPrinterInfo>
Include dependency graph for map_printer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  QHash< Key, T >
 
class  OpenOrienteering::MapPrinterPageFormat
 The MapPrinterPageFormat is a complete description of page properties. More...
 
class  OpenOrienteering::MapPrinterOptions
 MapPrinterOptions control how the map is rendered. More...
 
class  OpenOrienteering::MapPrinterConfig
 MapPrintParameters contains all options that control printing and provides methods for saving and loading. More...
 
class  OpenOrienteering::MapPrinter
 MapPrinter provides an interface to print a map (to a printer or file). More...
 

Namespaces

 OpenOrienteering
 

Functions

bool OpenOrienteering::operator== (const MapPrinterPageFormat &lhs, const MapPrinterPageFormat &rhs)
 Returns true iff the MapPrinterPageFormat values are equal. More...
 
bool OpenOrienteering::operator!= (const MapPrinterPageFormat &lhs, const MapPrinterPageFormat &rhs)
 Returns true iff the MapPrinterPageFormat values are not equal. More...
 
bool OpenOrienteering::operator== (const MapPrinterOptions &lhs, const MapPrinterOptions &rhs)
 Returns true iff the MapPrinterOptions values are equal. More...
 
bool OpenOrienteering::operator!= (const MapPrinterOptions &lhs, const MapPrinterOptions &rhs)
 Returns true iff the MapPrinterOptions values are not equal. More...
 
bool OpenOrienteering::operator== (const MapPrinterConfig &lhs, const MapPrinterConfig &rhs)
 Returns true iff the MapPrinterConfig values are equal. More...
 
bool OpenOrienteering::operator!= (const MapPrinterConfig &lhs, const MapPrinterConfig &rhs)
 Returns true iff the MapPrinterConfig values are not equal. More...