fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl_BMP_Image Class Reference

#include <Fl_BMP_Image.H>

Inheritance diagram for Fl_BMP_Image:
Collaboration diagram for Fl_BMP_Image:

List of all members.

Public Member Functions

 Fl_BMP_Image (const char *filename)

Detailed Description

The Fl_BMP_Image class supports loading, caching, and drawing of Windows Bitmap (BMP) image files.

Definition at line 39 of file Fl_BMP_Image.H.


Constructor & Destructor Documentation

Fl_BMP_Image::Fl_BMP_Image ( const char *  bmp)

The constructor loads the named BMP image from the given bmp filename.

The inherited destructor free all memory and server resources that are used by the image.

The destructor free all memory and server resources that are used by the image

Definition at line 70 of file Fl_BMP_Image.cxx.

References Fl_RGB_Image::alloc_array, Fl_RGB_Image::array, b, BI_RGB, BI_RLE4, BI_RLE8, color(), Fl_Image::d(), fl_fopen(), fp, Fl_Image::h(), NULL, ptr, read_word(), SEEK_SET, Fl_Image::w(), x, and y.


The documentation for this class was generated from the following files: