OSM::AbstractWriter
OSM::AbstractWriter Class Referenceabstract
#include <abstractwriter.h>
Inheritance diagram for OSM::AbstractWriter:

Public Member Functions | |
| void | write (const OSM::DataSet &dataSet, QIODevice *io) | 
Protected Member Functions | |
| virtual void | writeToIODevice (const OSM::DataSet &dataSet, QIODevice *io)=0 | 
Detailed Description
Abstract base class for OSM file format writers.
Definition at line 18 of file abstractwriter.h.
Member Function Documentation
◆ write()
| void AbstractWriter::write | ( | const OSM::DataSet & | dataSet, | 
| QIODevice * | io ) | 
Write the given data set into io. 
- Parameters
 - 
  
io has to be open.  
Definition at line 16 of file abstractwriter.cpp.
The documentation for this class was generated from the following files:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.