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

#include <GraphicMetadata.hxx>

Collaboration diagram for GraphicMetadata:
[legend]

Public Attributes

Size maPixSize {}
 
Size maLogSize {}
 
std::optional< SizemaPreferredLogSize = std::nullopt
 
std::optional< MapModemaPreferredMapMode = std::nullopt
 
sal_uInt16 mnBitsPerPixel = 0
 
sal_uInt16 mnPlanes = 0
 
GraphicFileFormat mnFormat = GraphicFileFormat::NOT
 
sal_uInt8 mnNumberOfImageComponents = 0
 
bool mbIsTransparent = false
 
bool mbIsAlpha = false
 

Detailed Description

Definition at line 48 of file GraphicMetadata.hxx.

Member Data Documentation

◆ maLogSize

Size GraphicMetadata::maLogSize {}

◆ maPixSize

Size GraphicMetadata::maPixSize {}

◆ maPreferredLogSize

std::optional<Size> GraphicMetadata::maPreferredLogSize = std::nullopt

◆ maPreferredMapMode

std::optional<MapMode> GraphicMetadata::maPreferredMapMode = std::nullopt

◆ mbIsAlpha

bool GraphicMetadata::mbIsAlpha = false

◆ mbIsTransparent

bool GraphicMetadata::mbIsTransparent = false

◆ mnBitsPerPixel

sal_uInt16 GraphicMetadata::mnBitsPerPixel = 0

◆ mnFormat

GraphicFileFormat GraphicMetadata::mnFormat = GraphicFileFormat::NOT

◆ mnNumberOfImageComponents

sal_uInt8 GraphicMetadata::mnNumberOfImageComponents = 0

◆ mnPlanes

sal_uInt16 GraphicMetadata::mnPlanes = 0

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