Definition at line 39 of file SlsBitmapCache.cxx.
◆ CacheEntry() [1/2]
| sd::slidesorter::cache::BitmapCache::CacheEntry::CacheEntry |
( |
const BitmapEx & |
rBitmap, |
|
|
sal_Int32 |
nLastAccessTime, |
|
|
bool |
bIsPrecious |
|
) |
| |
◆ CacheEntry() [2/2]
| sd::slidesorter::cache::BitmapCache::CacheEntry::CacheEntry |
( |
sal_Int32 |
nLastAccessTime, |
|
|
bool |
bIsPrecious |
|
) |
| |
◆ Compress()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::Compress |
( |
const std::shared_ptr< BitmapCompressor > & |
rpCompressor | ) |
|
◆ Decompress()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::Decompress |
( |
| ) |
|
|
inline |
◆ GetAccessTime()
| sal_Int32 sd::slidesorter::cache::BitmapCache::CacheEntry::GetAccessTime |
( |
| ) |
const |
|
inline |
◆ GetMarkedPreview()
| const BitmapEx & sd::slidesorter::cache::BitmapCache::CacheEntry::GetMarkedPreview |
( |
| ) |
const |
|
inline |
◆ GetMemorySize()
| sal_Int32 sd::slidesorter::cache::BitmapCache::CacheEntry::GetMemorySize |
( |
| ) |
const |
|
inline |
◆ GetPreview()
| const BitmapEx & sd::slidesorter::cache::BitmapCache::CacheEntry::GetPreview |
( |
| ) |
const |
|
inline |
◆ HasLosslessReplacement()
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::HasLosslessReplacement |
( |
| ) |
const |
|
inline |
◆ HasPreview()
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::HasPreview |
( |
| ) |
const |
◆ HasReplacement()
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::HasReplacement |
( |
| ) |
const |
|
inline |
◆ Invalidate()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::Invalidate |
( |
| ) |
|
|
inline |
◆ IsPrecious()
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::IsPrecious |
( |
| ) |
const |
|
inline |
◆ IsUpToDate()
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::IsUpToDate |
( |
| ) |
const |
|
inline |
◆ Recycle()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::Recycle |
( |
const CacheEntry & |
rEntry | ) |
|
|
inline |
◆ SetAccessTime()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::SetAccessTime |
( |
sal_Int32 |
nAccessTime | ) |
|
|
inline |
◆ SetMarkedPreview()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::SetMarkedPreview |
( |
const BitmapEx & |
rMarkePreview | ) |
|
|
inline |
◆ SetPrecious()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::SetPrecious |
( |
bool |
bIsPrecious | ) |
|
|
inline |
◆ SetPreview()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::SetPreview |
( |
const BitmapEx & |
rPreview | ) |
|
|
inline |
◆ SetUpToDate()
| void sd::slidesorter::cache::BitmapCache::CacheEntry::SetUpToDate |
( |
bool |
bIsUpToDate | ) |
|
|
inline |
◆ maMarkedPreview
| BitmapEx sd::slidesorter::cache::BitmapCache::CacheEntry::maMarkedPreview |
|
private |
◆ maPreview
| BitmapEx sd::slidesorter::cache::BitmapCache::CacheEntry::maPreview |
|
private |
◆ mbIsPrecious
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::mbIsPrecious |
|
private |
◆ mbIsUpToDate
| bool sd::slidesorter::cache::BitmapCache::CacheEntry::mbIsUpToDate |
|
private |
◆ mnLastAccessTime
| sal_Int32 sd::slidesorter::cache::BitmapCache::CacheEntry::mnLastAccessTime |
|
private |
◆ mpCompressor
| std::shared_ptr<BitmapCompressor> sd::slidesorter::cache::BitmapCache::CacheEntry::mpCompressor |
|
private |
◆ mpReplacement
| std::shared_ptr<BitmapReplacement> sd::slidesorter::cache::BitmapCache::CacheEntry::mpReplacement |
|
private |
The documentation for this class was generated from the following file: