19 #ifndef GNASH_FILTER_FACTORY_H
20 #define GNASH_FILTER_FACTORY_H
23 #include <boost/shared_ptr.hpp>
32 typedef std::vector<boost::shared_ptr<BitmapFilter> >
Filters;
47 #endif // GNASH_FILTER_FACTORY_H
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
std::vector< boost::shared_ptr< BitmapFilter > > Filters
Definition: filter_factory.h:32
Definition: filter_factory.h:34
static int read(SWFStream &in, bool read_multiple, Filters *store)
Read one, possibly multiple filters from the stream, and push them into the vector store...
Definition: filter_factory.cpp:41
SWF stream wrapper class.
Definition: SWFStream.h:58