LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
ImageRequestParameters Struct Reference

#include <implimagetree.hxx>

Collaboration diagram for ImageRequestParameters:
[legend]

Public Member Functions

 ImageRequestParameters (OUString aName, OUString aStyle, BitmapEx &rBitmap, bool bLocalized, ImageLoadFlags eFlags, sal_Int32 nScalePercentage)
 
bool convertToDarkTheme ()
 
sal_Int32 scalePercentage ()
 

Public Attributes

OUString msName
 
OUString msStyle
 
BitmapExmrBitmap
 
bool mbLocalized
 
ImageLoadFlags meFlags
 
bool mbWriteImageToCache
 
sal_Int32 mnScalePercentage
 

Detailed Description

Definition at line 44 of file implimagetree.hxx.

Constructor & Destructor Documentation

◆ ImageRequestParameters()

ImageRequestParameters::ImageRequestParameters ( OUString  aName,
OUString  aStyle,
BitmapEx rBitmap,
bool  bLocalized,
ImageLoadFlags  eFlags,
sal_Int32  nScalePercentage 
)
inline

Definition at line 54 of file implimagetree.hxx.

References aName.

Member Function Documentation

◆ convertToDarkTheme()

bool ImageRequestParameters::convertToDarkTheme ( )

Definition at line 64 of file ImplImageTree.cxx.

References IgnoreDarkTheme, and meFlags.

◆ scalePercentage()

sal_Int32 ImageRequestParameters::scalePercentage ( )

Member Data Documentation

◆ mbLocalized

bool ImageRequestParameters::mbLocalized

Definition at line 49 of file implimagetree.hxx.

Referenced by ImplImageTree::doLoadImage(), and ImplImageTree::iconCacheLookup().

◆ mbWriteImageToCache

bool ImageRequestParameters::mbWriteImageToCache

Definition at line 51 of file implimagetree.hxx.

Referenced by ImplImageTree::doLoadImage().

◆ meFlags

ImageLoadFlags ImageRequestParameters::meFlags

Definition at line 50 of file implimagetree.hxx.

Referenced by convertToDarkTheme(), and scalePercentage().

◆ mnScalePercentage

sal_Int32 ImageRequestParameters::mnScalePercentage

Definition at line 52 of file implimagetree.hxx.

Referenced by ImplImageTree::getIconCache(), and scalePercentage().

◆ mrBitmap

BitmapEx& ImageRequestParameters::mrBitmap

Definition at line 48 of file implimagetree.hxx.

Referenced by ImplImageTree::doLoadImage(), and ImplImageTree::iconCacheLookup().

◆ msName

OUString ImageRequestParameters::msName

Definition at line 46 of file implimagetree.hxx.

Referenced by ImplImageTree::doLoadImage(), and ImplImageTree::iconCacheLookup().

◆ msStyle

OUString ImageRequestParameters::msStyle

Definition at line 47 of file implimagetree.hxx.

Referenced by ImplImageTree::doLoadImage().


The documentation for this struct was generated from the following files: