|
QSDK 1.1 Documentation |
#include <Q/q.h>
Inheritance diagram for Q::Bitmap:

Public Member Functions | |
| Bitmap () | |
| Bitmap (Clip clip) | |
| ~Bitmap () | |
| unsigned int | width () const |
| unsigned int | height () const |
| unsigned int | depth () const |
| bool | isMip (unsigned int &mipLevel) const |
| Text | clipName () const |
Static Public Member Functions | |
| Bitmap | create (const char *name, Image::Pixmap *, const Database &db=Database()) |
| Bitmap | create (const char *name, const Clip &, const Database &db=Database()) |
| Bitmap | find (const char *name) |
| ClassType | classType () |
| Bitmap | cast (const ObjectBase &) |
A Bitmap object is an image whose data is either contained in a Clip object in a database or in an Image::Pixmap object in memory. It is used mainly to build Texture objects.
|
|
Return a null bitmap reference. |
|
|
Create an unnamed bitmap from the given |
|
|
Destroy the bitmap. |
|
|
If the object referenced by
|
|
|
Return the type for this class. |
|
|
Return the name of the clip this bitmap was loaded from. |
|
||||||||||||||||
|
Create a new bitmap from the supplied clip in the given database, |
|
||||||||||||||||
|
Create a new clip in the given database, |
|
|
Return the bit depth of the bitmap. |
|
|
Search the currently attached databases for a Bitmap with the given name and return that object, if it exists. |
|
|
Return the height of the bitmap. |
|
|
Return |
|
|
Return the width of the bitmap. |
|
|
|
Qube Software Limited © 2000-2004
|
|