Go to the documentation of this file.
20 #ifndef GNASH_BITMAP_INFO_H
21 #define GNASH_BITMAP_INFO_H
virtual bool disposed() const =0
Whether the CachedBitmap has been disposed.
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
Base class for different types of bitmaps.
Definition: GnashImage.h:78
virtual image::GnashImage & image()=0
Return a GnashImage for manipulation.
CachedBitmap()
Definition: CachedBitmap.h:41
#define DSOEXPORT
Definition: dsodefs.h:55
virtual ~CachedBitmap()
Definition: CachedBitmap.h:43
A CachedBitmap is created by the renderer in a format of its choosing.
Definition: CachedBitmap.h:38
virtual void dispose()=0
Free the memory associated with this CachedBitmap.
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:35