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

Embedded image. More...

#include <htags.h>

Public Member Functions

 EmPicture (size_t size)
 
 ~EmPicture (void)
 
bool Read (HWPFile &hwpf)
 

Public Attributes

size_t size
 
char name [16]
 
char type [16]
 
std::vector< uchardata
 

Detailed Description

Embedded image.

Definition at line 33 of file htags.h.

Constructor & Destructor Documentation

◆ EmPicture()

EmPicture::EmPicture ( size_t  size)
explicit

Definition at line 53 of file htags.cxx.

References size.

◆ ~EmPicture()

EmPicture::~EmPicture ( void  )

Definition at line 59 of file htags.cxx.

Member Function Documentation

◆ Read()

bool EmPicture::Read ( HWPFile hwpf)

Definition at line 63 of file htags.cxx.

References data, name, HWPFile::ReadBlock(), size, and type.

Member Data Documentation

◆ data

std::vector<uchar> EmPicture::data

Definition at line 38 of file htags.h.

Referenced by HwpReader::makeDrawMiscStyle(), HwpReader::makePicture(), and Read().

◆ name

char EmPicture::name[16]

Definition at line 36 of file htags.h.

Referenced by Read().

◆ size

size_t EmPicture::size

Definition at line 35 of file htags.h.

Referenced by HwpReader::makeDrawMiscStyle(), HwpReader::makePicture(), and Read().

◆ type

char EmPicture::type[16]

Definition at line 37 of file htags.h.

Referenced by Read().


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