void setStreamToDevice(QIODevice *device)
Definition: file.cpp:92
qint64 write(QIODevice &dest)
Definition: archive.cpp:151
const QUrl url()
Definition: resource.h:36
void exportDocumentImpl(CADocument *doc)
Definition: canexport.cpp:27
Class which represents the current document.
Definition: document.h:19
void exportDocument(CADocument *, bool bStartThread=true)
Definition: export.cpp:97
Definition: canorusmlexport.h:22
CAArchive * archive()
Definition: document.h:68
~CACanExport()
Definition: canexport.cpp:24
bool addFile(const QString &filename, QIODevice &data)
Definition: archive.h:26
QTextStream * stream()
Definition: file.h:36
Different resources included in the file.
Definition: resource.h:15
void setArchive(CAArchive *a)
Definition: canexport.h:21
bool isLinked()
Definition: resource.h:42
CAArchive * _archive
Definition: canexport.h:27
void setStatus(const int status)
Definition: file.h:33
CACanExport(QTextStream *stream=0)
Definition: canexport.cpp:20
const QList< CAResource * > & resourceList()
Definition: document.h:33
CAArchive * archive()
Definition: canexport.h:20
Definition: canexport.h:15
Base class for export filters.
Definition: export.h:22
bool wait(unsigned long time=ULONG_MAX)
Definition: export.h:48
Class for the manipulation of a gzipped tar archive (tar.gz)
Definition: archive.h:18