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

#include <PngImageWriter.hxx>

Public Attributes

std::array< uint8_t, 5 > name
 
std::vector< sal_uInt8data
 
size_t size
 

Detailed Description

Definition at line 23 of file PngImageWriter.hxx.

Member Data Documentation

◆ data

std::vector<sal_uInt8> vcl::PngChunk::data

Definition at line 26 of file PngImageWriter.hxx.

Referenced by vcl::PngImageWriter::setParameters().

◆ name

std::array<uint8_t, 5> vcl::PngChunk::name

Definition at line 25 of file PngImageWriter.hxx.

Referenced by vcl::PngImageWriter::setParameters().

◆ size

size_t vcl::PngChunk::size

Definition at line 27 of file PngImageWriter.hxx.

Referenced by vcl::PngImageWriter::setParameters().


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