Public Member Functions

ioBitmap Class Reference

pixmap with the depth of 2 (b/w) More...

Inheritance diagram for ioBitmap:
ioPixmap NamedObject ioDrawAreaImpl CallBacker ioDrawArea

List of all members.

Public Member Functions

 ioBitmap (const char *filename, const char *fmt=0)
QBitmap * Bitmap ()
const QBitmap * Bitmap () const

Detailed Description

pixmap with the depth of 2 (b/w)

If the file does not exist, or is of an unknown format, the pixmap becomes a null pixmap.

If format is specified, attempts to read the pixmap using the specified format. If format is not specified (default), the loader reads a few bytes from the header to guess the file format.


Constructor & Destructor Documentation

ioBitmap::ioBitmap ( const char *  filename,
const char *  fmt = 0 
)

Member Function Documentation

QBitmap* ioBitmap::Bitmap (  ) 
const QBitmap* ioBitmap::Bitmap (  )  const