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

#include <pdfwriter_impl.hxx>

Collaboration diagram for vcl::pdf::TransparencyEmit:
[legend]

Public Member Functions

 TransparencyEmit ()
 

Public Attributes

sal_Int32 m_nObject
 
sal_Int32 m_nExtGStateObject
 
double m_fAlpha
 
tools::Rectangle m_aBoundRect
 
std::unique_ptr< SvMemoryStreamm_pContentStream
 

Detailed Description

Definition at line 271 of file pdfwriter_impl.hxx.

Constructor & Destructor Documentation

◆ TransparencyEmit()

vcl::pdf::TransparencyEmit::TransparencyEmit ( )
inline

Definition at line 279 of file pdfwriter_impl.hxx.

Member Data Documentation

◆ m_aBoundRect

tools::Rectangle vcl::pdf::TransparencyEmit::m_aBoundRect

Definition at line 276 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::writeTransparentObject().

◆ m_fAlpha

double vcl::pdf::TransparencyEmit::m_fAlpha

Definition at line 275 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::writeTransparentObject().

◆ m_nExtGStateObject

sal_Int32 vcl::pdf::TransparencyEmit::m_nExtGStateObject

Definition at line 274 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::writeTransparentObject().

◆ m_nObject

sal_Int32 vcl::pdf::TransparencyEmit::m_nObject

Definition at line 273 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::writeTransparentObject().

◆ m_pContentStream

std::unique_ptr<SvMemoryStream> vcl::pdf::TransparencyEmit::m_pContentStream

Definition at line 277 of file pdfwriter_impl.hxx.

Referenced by vcl::PDFWriterImpl::writeTransparentObject().


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