2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef TRANSFORMER_FACTORY_H
9 #define TRANSFORMER_FACTORY_H
14 #include "IconBuild.h"
26 class TransformerFactory
{
29 static Transformer
* TransformerFor(uint32 type
,
30 VertexSource
& source
);
32 static Transformer
* TransformerFor(BMessage
* archive
,
33 VertexSource
& source
);
36 static bool NextType(int32
* cookie
,
40 #endif // ICON_O_MATIC
47 #endif // TRANSFORMER_FACTORY_H