|
LibreOffice Module vcl (master) 1
|
#include <pdfread.hxx>
Public Member Functions | |
| PDFGraphicResult (Graphic aGraphic, Size const &rSize, std::vector< PDFGraphicAnnotation > aAnnotations) | |
| const Graphic & | GetGraphic () const |
| const Size & | GetSize () const |
| const std::vector< PDFGraphicAnnotation > & | GetAnnotations () const |
Private Attributes | |
| Graphic | maGraphic |
| Size | maSize |
| std::vector< PDFGraphicAnnotation > | maAnnotations |
Definition at line 77 of file pdfread.hxx.
|
inline |
Definition at line 86 of file pdfread.hxx.
|
inline |
Definition at line 96 of file pdfread.hxx.
References maAnnotations.
|
inline |
Definition at line 94 of file pdfread.hxx.
References maGraphic.
|
inline |
Definition at line 95 of file pdfread.hxx.
References maSize.
|
private |
Definition at line 83 of file pdfread.hxx.
Referenced by GetAnnotations().
|
private |
Definition at line 79 of file pdfread.hxx.
Referenced by GetGraphic().
|
private |
Definition at line 81 of file pdfread.hxx.
Referenced by GetSize().