#include <Fl_Image_Cache.h>
Public Methods | |
| Fl_Image_Cache (int size=0) | |
| ~Fl_Image_Cache () | |
| void | clear () |
| Fl_Image * | get (const char *identify) |
| Fl_Image * | remove (const char *identify) |
| Fl_Image * | add (Fl_Image *i, const char *identify) |
| void | check_size () |
| bool | autodelete () |
| void | autodelete (bool val) |
| int | size () |
| void | size (int s) |
| int | cached () |
Definition at line 29 of file Fl_Image_Cache.h.
1.2.15