LibreOffice Module sdext (master) 1
Public Member Functions | Public Attributes | List of all members
pdfparse::PDFComment Struct Referencefinal

#include <pdfparse.hxx>

Inheritance diagram for pdfparse::PDFComment:
[legend]
Collaboration diagram for pdfparse::PDFComment:
[legend]

Public Member Functions

 PDFComment (OString aComment)
 
virtual ~PDFComment () override
 
virtual bool emit (EmitContext &rWriteContext) const override
 
virtual PDFEntryclone () const override
 
- Public Member Functions inherited from pdfparse::PDFEntry
 PDFEntry ()
 
virtual ~PDFEntry ()
 
virtual bool emit (EmitContext &rWriteContext) const =0
 
virtual PDFEntryclone () const =0
 

Public Attributes

OString m_aComment
 

Additional Inherited Members

- Static Protected Member Functions inherited from pdfparse::PDFEntry
static EmitImplDatagetEmitData (EmitContext const &rContext)
 
static void setEmitData (EmitContext &rContext, EmitImplData *pNewEmitData)
 

Detailed Description

Definition at line 72 of file pdfparse.hxx.

Constructor & Destructor Documentation

◆ PDFComment()

pdfparse::PDFComment::PDFComment ( OString  aComment)
inlineexplicit

Definition at line 76 of file pdfparse.hxx.

Referenced by clone().

◆ ~PDFComment()

PDFComment::~PDFComment ( )
overridevirtual

Definition at line 127 of file pdfentries.cxx.

Member Function Documentation

◆ clone()

PDFEntry * PDFComment::clone ( ) const
overridevirtual

Implements pdfparse::PDFEntry.

Definition at line 136 of file pdfentries.cxx.

References m_aComment, and PDFComment().

◆ emit()

bool PDFComment::emit ( EmitContext rWriteContext) const
overridevirtual

Implements pdfparse::PDFEntry.

Definition at line 131 of file pdfentries.cxx.

References m_aComment, and pdfparse::EmitContext::write().

Member Data Documentation

◆ m_aComment

OString pdfparse::PDFComment::m_aComment

Definition at line 74 of file pdfparse.hxx.

Referenced by clone(), and emit().


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