Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GenericBitmap Class Reference

Generic interface for bitmaps. More...

#include <generic_bitmap.hpp>

Inheritance diagram for GenericBitmap:

SkinObject BitmapImpl FT2Bitmap PngBitmap ScaledBitmap List of all members.

Public Member Functions

virtual int getWidth () const =0
 Get the width of the bitmap.
virtual int getHeight () const =0
 Get the heighth of the bitmap.
virtual uint8_t * getData () const =0

Detailed Description

Generic interface for bitmaps.

Definition at line 33 of file generic_bitmap.hpp.


Member Function Documentation

virtual uint8_t* GenericBitmap::getData  )  const [pure virtual]
 

Get a linear buffer containing the image data. Each pixel is stored in 4 bytes in the order B,G,R,A

Implemented in FT2Bitmap, BitmapImpl, PngBitmap, and ScaledBitmap.

Referenced by ScaledBitmap::ScaledBitmap().


The documentation for this class was generated from the following file:
Generated on Tue Dec 20 10:15:03 2005 for vlc-0.8.4a by  doxygen 1.4.2