LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
sd::slidesorter::cache::NoBitmapCompression::DummyReplacement Class Reference

This dummy replacement simply stores a shared pointer to the original preview bitmap. More...

Inheritance diagram for sd::slidesorter::cache::NoBitmapCompression::DummyReplacement:
[legend]
Collaboration diagram for sd::slidesorter::cache::NoBitmapCompression::DummyReplacement:
[legend]

Public Member Functions

 DummyReplacement (const BitmapEx &rPreview)
 
virtual ~DummyReplacement ()
 
virtual sal_Int32 GetMemorySize () const override
 
virtual sal_Int32 GetMemorySize () const
 

Public Attributes

BitmapEx maPreview
 

Additional Inherited Members

- Protected Member Functions inherited from sd::slidesorter::cache::BitmapReplacement
 ~BitmapReplacement ()
 

Detailed Description

This dummy replacement simply stores a shared pointer to the original preview bitmap.

Definition at line 34 of file SlsBitmapCompressor.cxx.

Constructor & Destructor Documentation

◆ DummyReplacement()

sd::slidesorter::cache::NoBitmapCompression::DummyReplacement::DummyReplacement ( const BitmapEx rPreview)
inlineexplicit

Definition at line 40 of file SlsBitmapCompressor.cxx.

◆ ~DummyReplacement()

virtual sd::slidesorter::cache::NoBitmapCompression::DummyReplacement::~DummyReplacement ( )
inlinevirtual

Definition at line 41 of file SlsBitmapCompressor.cxx.

Member Function Documentation

◆ GetMemorySize()

virtual sal_Int32 sd::slidesorter::cache::NoBitmapCompression::DummyReplacement::GetMemorySize ( ) const
inlineoverridevirtual

Reimplemented from sd::slidesorter::cache::BitmapReplacement.

Definition at line 42 of file SlsBitmapCompressor.cxx.

References BitmapEx::GetSizeBytes(), and maPreview.

Member Data Documentation

◆ maPreview

BitmapEx sd::slidesorter::cache::NoBitmapCompression::DummyReplacement::maPreview

Definition at line 38 of file SlsBitmapCompressor.cxx.

Referenced by GetMemorySize().


The documentation for this class was generated from the following file: