2 * Copyright 2006-2007, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #ifndef SOURCE_EXPORTER_H
10 #define SOURCE_EXPORTER_H
12 #include "FlatIconExporter.h"
14 class SourceExporter
: public FlatIconExporter
{
17 virtual ~SourceExporter();
19 // FlatIconExporter interface
20 virtual status_t
Export(const Icon
* icon
,
23 virtual const char* MIMEType();
26 status_t
_Export(const uint8
* source
,
28 BPositionIO
* stream
) const;
31 #endif // SOURCE_EXPORTER_H