|
LibreOffice Module hwpfilter (master) 1
|
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< uchar > | data |
|
explicit |
| bool EmPicture::Read | ( | HWPFile & | hwpf | ) |
| std::vector<uchar> EmPicture::data |
Definition at line 38 of file htags.h.
Referenced by HwpReader::makeDrawMiscStyle(), HwpReader::makePicture(), and Read().
| size_t EmPicture::size |
Definition at line 35 of file htags.h.
Referenced by HwpReader::makeDrawMiscStyle(), HwpReader::makePicture(), and Read().