|
Blender V4.5
|
Public Member Functions | |
| const uint64_t | hash () const |
| bool | operator== (const Key &other) const |
Public Attributes | |
| const ListBase * | seqbasep |
| int | timeline_frame |
| int | view_id |
| int | display_channel |
Definition at line 30 of file final_image_cache.cc.
|
inline |
Definition at line 36 of file final_image_cache.cc.
References display_channel, blender::get_default_hash(), seqbasep, timeline_frame, and view_id.
|
inline |
Definition at line 41 of file final_image_cache.cc.
References display_channel, seqbasep, timeline_frame, and view_id.
| int blender::seq::FinalImageCache::Key::display_channel |
Definition at line 34 of file final_image_cache.cc.
Referenced by hash(), and operator==().
| const ListBase* blender::seq::FinalImageCache::Key::seqbasep |
Definition at line 31 of file final_image_cache.cc.
Referenced by hash(), and operator==().
| int blender::seq::FinalImageCache::Key::timeline_frame |
Definition at line 32 of file final_image_cache.cc.
Referenced by hash(), and operator==().
| int blender::seq::FinalImageCache::Key::view_id |
Definition at line 33 of file final_image_cache.cc.
Referenced by hash(), and operator==().