#include <cairo_images_cache.h>
|
void | add_image (const std::string &url, cairo_surface_t *image) |
|
cairo_surface_t * | get_image (const std::string &url) |
|
bool | reserve (const std::string &url) |
|
bool | exists (const std::string &url) |
|
◆ add_image()
void cairo_images_cache::add_image |
( |
const std::string & |
url, |
|
|
cairo_surface_t * |
image |
|
) |
| |
|
inline |
◆ exists()
bool cairo_images_cache::exists |
( |
const std::string & |
url | ) |
|
|
inline |
◆ get_image()
cairo_surface_t * cairo_images_cache::get_image |
( |
const std::string & |
url | ) |
|
|
inline |
◆ reserve()
bool cairo_images_cache::reserve |
( |
const std::string & |
url | ) |
|
|
inline |
◆ m_images
◆ m_mutex
std::mutex cairo_images_cache::m_mutex |
|
private |
The documentation for this class was generated from the following file: