#include <ImageCache.h>
Public Member Functions | |
| Request (std::string filename, bool request_small) | |
| bool | getIsSmall () const |
| const std::string & | getFilename () const |
Public Attributes | |
| boost::signal< void(EntryPtr, std::string, bool) | ready ) |
| Signal that fires when the image is loaded. | |
Protected Attributes | |
| std::string | m_filename |
| bool | m_isSmall |
Definition at line 109 of file ImageCache.h.
|
||||||||||||
|
Definition at line 112 of file ImageCache.h. |
|
|
Definition at line 126 of file ImageCache.h. |
|
|
Definition at line 124 of file ImageCache.h. |
|
|
Definition at line 129 of file ImageCache.h. |
|
|
Definition at line 130 of file ImageCache.h. |
|
|
Signal that fires when the image is loaded. Function must return void and have three arguments: EntryPtr for the requested image, std::string for the filename, and a bool that is true iff this is a small image. The image could be freed after the signal fires, but keeping the EntryPtr prevents this. Definition at line 123 of file ImageCache.h. |
1.3.9.1