![]() |
Mapper
0.9.0
API documentation
|
#include "symbol_set_t.h"
#include <algorithm>
#include <iterator>
#include <memory>
#include <type_traits>
#include <QtGlobal>
#include <QtTest>
#include <QBuffer>
#include <QByteArray>
#include <QColor>
#include <QCoreApplication>
#include <QFile>
#include <QFileDevice>
#include <QFileInfo>
#include <QFlags>
#include <QIODevice>
#include <QLatin1Char>
#include <QLatin1String>
#include <QPagedPaintDevice>
#include <QPrinter>
#include <QRectF>
#include <QStringList>
#include <QStringRef>
#include <QXmlStreamAttributes>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include "test_config.h"
#include "global.h"
#include "settings.h"
#include "core/map.h"
#include "core/map_color.h"
#include "core/map_coord.h"
#include "core/map_printer.h"
#include "core/map_view.h"
#include "core/symbols/area_symbol.h"
#include "core/symbols/symbol.h"
#include "fileformats/xml_file_format_p.h"
#include "templates/template.h"
#include "undo/undo_manager.h"
#include "util/backports.h"
Functions | |
void | saveIfDifferent (const QString &path, Map *map, MapView *view=nullptr) |
Saves the map to the given path iff this changes the file's content. More... | |
void | saveIfDifferent (QFile &file, QByteArray &new_data, const QByteArray &existing_data) |
Saves the map to the given path iff this changes the file's content.
void saveIfDifferent | ( | QFile & | file, |
QByteArray & | new_data, | ||
const QByteArray & | existing_data | ||
) |