Main Page Class Hierarchy Compound List Compound Members Related Pages
BitmapFactory Class ReferenceThis class is the abstract basis class (aka Interface) for an BitmapFactory.
More...
#include <Bitmap.h>
Inheritance diagram for BitmapFactory
[legend]List of all members.
Public Methods |
|
| BitmapFactory () |
|
virtual | ~BitmapFactory () |
| virtual Bitmap* | createBitmap ()=0 |
| | This function provides an interface for generating new Bitmaps. More...
|
Static Public Methods |
|
BitmapFactory* | getInstance () |
| | This function is the hook to get an reference to the instance of the correct factory.
|
Detailed Description
This class is the abstract basis class (aka Interface) for an BitmapFactory.
This factury is used to produce a correct Bitmap. If a derived Bitmap is implemented there should also be implemented a singelton of this class to provide the correct factory. -
Author(s):
-
Stefan Michel
-
See also:
-
Bitmap , BitmapImageLib , BitmapFactoryImageLib
Member Function Documentation
|
Bitmap * BitmapFactory::createBitmap (
|
) [pure virtual]
|
|
|
|
This function provides an interface for generating new Bitmaps.
The caller takes care to delete the produced Bitmap correctly. |
The documentation for this class was generated from the following file:
|