Home
last modified time | relevance | path

Searched refs:prepareExportMap (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dexporthelper.h47 const Map *prepareExportMap(const Map *map, std::unique_ptr<Map> &exportMap) const;
H A Dexporthelper.cpp103 const Map *ExportHelper::prepareExportMap(const Map *map, std::unique_ptr<Map> &exportMap) const in prepareExportMap() function in Tiled::ExportHelper
H A Dmain.cpp439 const Map *map = exportHelper.prepareExportMap(sourceMap.get(), exportMap); in main()
H A Dmainwindow.cpp1325 const Map *map = exportHelper.prepareExportMap(mapDocument->map(), exportMap); in exportDocument()
2349 const Map *map = exportHelper.prepareExportMap(mapDocument->map(), exportMap); in exportMapAs()