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_XBM_Image Class Reference

#include <Fl_XBM_Image.H>

Inheritance diagram for Fl_XBM_Image:
Collaboration diagram for Fl_XBM_Image:

List of all members.

Public Member Functions

 Fl_XBM_Image (const char *filename)

Detailed Description

The Fl_XBM_Image class supports loading, caching, and drawing of X Bitmap (XBM) bitmap files.

Definition at line 39 of file Fl_XBM_Image.H.


Constructor & Destructor Documentation

Fl_XBM_Image::Fl_XBM_Image ( const char *  name)

The constructor loads the named XBM file from the given name filename.

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

Definition at line 52 of file Fl_XBM_Image.cxx.

References Fl_Bitmap::array, buffer, f, fl_fopen(), Fl_Image::h(), i, NULL, ptr, and Fl_Image::w().


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