|
Blender V4.3
|
Classes | |
| struct | FileEntry |
| struct | FrameEntry |
| struct | Request |
Public Member Functions | |
| ~ThumbnailCache () | |
| void | clear () |
| void | remove_entry (const std::string &path) |
Public Attributes | |
| Map< std::string, FileEntry > | map_ |
| Set< Request > | requests_ |
| int64_t | logical_time_ = 0 |
Definition at line 49 of file thumbnail_cache.cc.
|
inline |
Definition at line 111 of file thumbnail_cache.cc.
References clear().
|
inline |
Definition at line 116 of file thumbnail_cache.cc.
References IMB_freeImBuf(), logical_time_, map_, and requests_.
Referenced by ~ThumbnailCache().
|
inline |
Definition at line 128 of file thumbnail_cache.cc.
References blender::seq::ThumbnailCache::FileEntry::frames, IMB_freeImBuf(), and map_.
Referenced by blender::seq::thumbnail_cache_invalidate_strip(), and blender::seq::thumbnail_cache_maintain_capacity().
| int64_t blender::seq::ThumbnailCache::logical_time_ = 0 |
Definition at line 109 of file thumbnail_cache.cc.
Referenced by clear(), blender::seq::query_thumbnail(), and blender::seq::thumbnail_cache_maintain_capacity().
Definition at line 107 of file thumbnail_cache.cc.
Referenced by clear(), blender::seq::query_thumbnail(), remove_entry(), and blender::seq::thumbnail_cache_maintain_capacity().
Definition at line 108 of file thumbnail_cache.cc.
Referenced by clear(), blender::seq::query_thumbnail(), and blender::seq::thumbnail_cache_discard_requests_outside().