LibreOffice Module vcl (master) 1
|
#include <BitmapHelper.hxx>
Public Member Functions | |
SystemDependentData_BitmapHelper (basegfx::SystemDependentDataManager &rSystemDependentDataManager, std::shared_ptr< BitmapHelper > xBitmapHelper) | |
const std::shared_ptr< BitmapHelper > & | getBitmapHelper () const |
virtual sal_Int64 | estimateUsageInBytes () const override |
![]() | |
SystemDependentData (SystemDependentDataManager &rSystemDependentDataManager) | |
virtual | ~SystemDependentData () |
SystemDependentDataManager & | getSystemDependentDataManager () |
sal_uInt32 | calculateCombinedHoldCyclesInSeconds () const |
virtual sal_Int64 | estimateUsageInBytes () const |
Private Attributes | |
std::shared_ptr< BitmapHelper > | maBitmapHelper |
Definition at line 49 of file BitmapHelper.hxx.
SystemDependentData_BitmapHelper::SystemDependentData_BitmapHelper | ( | basegfx::SystemDependentDataManager & | rSystemDependentDataManager, |
std::shared_ptr< BitmapHelper > | xBitmapHelper | ||
) |
|
overridevirtual |
Reimplemented from basegfx::SystemDependentData.
|
inline |
Definition at line 59 of file BitmapHelper.hxx.
References maBitmapHelper.
|
private |
Definition at line 52 of file BitmapHelper.hxx.
Referenced by getBitmapHelper().