20 #ifndef GNASH_BITMAP_INFO_H 21 #define GNASH_BITMAP_INFO_H 53 virtual void dispose() = 0;
58 virtual bool disposed()
const = 0;
For stuff that's tricky to keep track of w/r/t ownership & cleanup. The only use for this class seems...
Definition: ref_counted.h:34
CachedBitmap()
Definition: CachedBitmap.h:41
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
#define DSOEXPORT
Definition: dsodefs.h:55
Base class for different types of bitmaps.
Definition: GnashImage.h:77
virtual ~CachedBitmap()
Definition: CachedBitmap.h:43
A CachedBitmap is created by the renderer in a format of its choosing.
Definition: CachedBitmap.h:37