picture Class Reference

#include <cache.h>

List of all members.

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.
picturehigher
 The next more recently used image or NULL.
picturelower
 The next later used image or NULL.
string key
int data
picturehigher
picturelower


Constructor & Destructor Documentation

picture::picture ( std::string  k  ) 

picture::picture ( std::string  k  ) 


Member Data Documentation

std::string picture::key

Key of this image.

Glib::RefPtr<Gdk::Pixbuf> picture::image

Image payload.

picture* picture::higher

The next more recently used image or NULL.

picture* picture::lower

The next later used image or NULL.

string picture::key

int picture::data

picture* picture::higher

picture* picture::lower


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

Generated on Tue Jan 1 17:30:01 2008 for picture Class Reference by  doxygen   Visit the project page on SourceForge.net Logo