#include <cache.h>
Public Member Functions | |
picture (std::string k) | |
picture (std::string k) | |
Public Attributes | |
std::string | key |
Key of this image. | |
Glib::RefPtr < Gdk::Pixbuf > | image |
Image payload. | |
picture * | higher |
The next more recently used image or NULL. | |
picture * | lower |
The next later used image or NULL. | |
string | key |
int | data |
picture * | higher |
picture * | lower |
picture::picture | ( | std::string | k | ) |
picture::picture | ( | std::string | k | ) |
std::string picture::key |
Key of this image.
Glib::RefPtr<Gdk::Pixbuf> picture::image |
Image payload.
The next more recently used image or NULL.
The next later used image or NULL.
string picture::key |
int picture::data |