2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #ifndef RDEF_EXPORTER_H
10 #define RDEF_EXPORTER_H
12 #include "FlatIconExporter.h"
14 class RDefExporter
: public FlatIconExporter
{
17 virtual ~RDefExporter();
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 // RDEF_EXPORTER_H