BitmapExporter
saver = new SimpleFileSaver(new BitmapExporter(16), ref);
saver = new SimpleFileSaver(new BitmapExporter(32), ref);
saver = new SimpleFileSaver(new BitmapExporter(64), ref);
Exporter* exporter = new BitmapExporter(sizes[i]);
BitmapExporter::BitmapExporter(uint32 size)
BitmapExporter::~BitmapExporter()
BitmapExporter::Export(const Icon* icon, BPositionIO* stream)
BitmapExporter::MIMEType()
class BitmapExporter : public Exporter {
BitmapExporter(uint32 size);
virtual ~BitmapExporter();