#include <imageutils/imagecache.h>
Public Member Functions | |
| wxImageCacheItem () | |
| void | Init () |
| void | MakeFromImage (const wxImage &image, const wxString &filename, const wxSize &sz=wxDefaultSize) |
Public Attributes | |
| wxImageBlock | m_imageBlock |
| wxString | m_filename |
| wxDateTime | m_lastUpdated |
| wxSize | m_size |
| wxImageCacheItem::wxImageCacheItem | ( | ) | [inline] |
| void wxImageCacheItem::Init | ( | ) | [inline] |
| void wxImageCacheItem::MakeFromImage | ( | const wxImage & | image, | |
| const wxString & | filename, | |||
| const wxSize & | sz = wxDefaultSize | |||
| ) |
| wxString wxImageCacheItem::m_filename |
| wxDateTime wxImageCacheItem::m_lastUpdated |
| wxSize wxImageCacheItem::m_size |
1.5.8