LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
vcl::filter::PDFArrayElement Class Referencefinal

Array object: a list. More...

#include <pdfdocument.hxx>

Inheritance diagram for vcl::filter::PDFArrayElement:
[legend]
Collaboration diagram for vcl::filter::PDFArrayElement:
[legend]

Public Member Functions

 PDFArrayElement (PDFObjectElement *pObject)
 
bool Read (SvStream &rStream) override
 
void PushBack (PDFElement *pElement)
 
const std::vector< PDFElement * > & GetElements () const
 
PDFElementGetElement (size_t nIndex) const
 
void writeString (OStringBuffer &rBuffer) override
 
- Public Member Functions inherited from vcl::filter::PDFElement
 PDFElement ()=default
 
virtual bool Read (SvStream &rStream)=0
 
virtual ~PDFElement ()=default
 
void setVisiting (bool bVisiting)
 
bool alreadyVisiting () const
 
void setParsing (bool bParsing)
 
bool alreadyParsing () const
 
virtual void writeString (OStringBuffer &rBuffer)=0
 

Private Attributes

std::vector< PDFElement * > m_aElements
 
PDFObjectElementm_pObject
 The object that contains this array. More...
 

Detailed Description

Array object: a list.

Definition at line 141 of file pdfdocument.hxx.

Constructor & Destructor Documentation

◆ PDFArrayElement()

vcl::filter::PDFArrayElement::PDFArrayElement ( PDFObjectElement pObject)

Definition at line 2877 of file pdfdocument.cxx.

References pObject.

Member Function Documentation

◆ GetElement()

PDFElement * vcl::filter::PDFArrayElement::GetElement ( size_t  nIndex) const
inline

Definition at line 152 of file pdfdocument.hxx.

References m_aElements, and nIndex.

◆ GetElements()

const std::vector< PDFElement * > & vcl::filter::PDFArrayElement::GetElements ( ) const

◆ PushBack()

void vcl::filter::PDFArrayElement::PushBack ( PDFElement pElement)

◆ Read()

bool vcl::filter::PDFArrayElement::Read ( SvStream rStream)
overridevirtual

Implements vcl::filter::PDFElement.

Definition at line 2882 of file pdfdocument.cxx.

References ch, SvStream::ReadChar(), SAL_INFO, and SAL_WARN.

◆ writeString()

void vcl::filter::PDFArrayElement::writeString ( OStringBuffer &  rBuffer)
inlineoverridevirtual

Implements vcl::filter::PDFElement.

Definition at line 154 of file pdfdocument.hxx.

References m_aElements.

Member Data Documentation

◆ m_aElements

std::vector<PDFElement*> vcl::filter::PDFArrayElement::m_aElements
private

Definition at line 143 of file pdfdocument.hxx.

Referenced by GetElements(), and PushBack().

◆ m_pObject

PDFObjectElement* vcl::filter::PDFArrayElement::m_pObject
private

The object that contains this array.

Definition at line 145 of file pdfdocument.hxx.

Referenced by PushBack().


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