Searched refs:Exporter (Results 1 - 12 of 12) sorted by last modified time

/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp123 return Exporter::ErrorCodeToString(code);
H A DFlatIconExporter.h12 #include "Exporter.h"
60 class FlatIconExporter : public Exporter {
65 // Exporter interface
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.h28 class Exporter { class
30 Exporter();
31 virtual ~Exporter();
H A DExporter.cpp7 #include "Exporter.h"
29 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-Exporter"
35 Exporter::Exporter() function in class:Exporter
45 Exporter::~Exporter()
54 Exporter::Export(Document* document, const entry_ref& ref)
78 Exporter::SetSelfDestroy(bool selfDestroy)
85 Exporter::WaitForExportThread()
99 Exporter
[all...]
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp51 : Exporter(),
H A DSVGExporter.h12 #include "Exporter.h"
27 class SVGExporter : public Exporter {
32 // Exporter
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.h12 #include "Exporter.h"
26 /** Exporter for the native Icon-O-Matic save format. */
27 class MessageExporter : public Exporter {
/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.cpp23 : Exporter(),
H A DBitmapExporter.h12 #include "Exporter.h"
19 class BitmapExporter : public Exporter {
/haiku/src/apps/icon-o-matic/document/savers/
H A DSimpleFileSaver.h12 class Exporter;
14 /*! Uses the specified Exporter to export the icon to a file */
17 SimpleFileSaver(Exporter* exporter,
26 Exporter* fExporter;
H A DBitmapSetSaver.cpp43 Exporter* exporter = new BitmapExporter(sizes[i]);
H A DSimpleFileSaver.cpp9 #include "Exporter.h"
12 SimpleFileSaver::SimpleFileSaver(Exporter* exporter,

Completed in 113 milliseconds