#include <Fl_Pixmap.h>
Inheritance diagram for Fl_Pixmap:

Public Methods | |
| Fl_Pixmap (char *const *d) | |
| Fl_Pixmap (uchar *const *d) | |
| Fl_Pixmap (const char *const *d) | |
| Fl_Pixmap (const uchar *const *d) | |
| virtual | ~Fl_Pixmap () |
| virtual void | measure (int &w, int &h) |
Public Attributes | |
| const char *const * | data |
Protected Methods | |
| virtual void | _draw (int dx, int dy, int dw, int dh, int sx, int sy, int sw, int sh, Fl_Flags f) |
built-in images, It parses image only when it's needed. i.e. just before first draw. This allows applications run w/o X11 running. (e.g. efluid -c)
Definition at line 33 of file Fl_Pixmap.h.
|
||||||||||||
|
Reimplemented from Fl_Image. |
1.2.15