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

Boolean object: a 'true' or a 'false'. More...

#include <pdfdocument.hxx>

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

Public Member Functions

 PDFBooleanElement (bool bValue)
 
bool Read (SvStream &rStream) override
 
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

bool m_aValue
 

Detailed Description

Boolean object: a 'true' or a 'false'.

Definition at line 458 of file pdfdocument.hxx.

Constructor & Destructor Documentation

◆ PDFBooleanElement()

vcl::filter::PDFBooleanElement::PDFBooleanElement ( bool  bValue)
inlineexplicit

Definition at line 463 of file pdfdocument.hxx.

Member Function Documentation

◆ Read()

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

Implements vcl::filter::PDFElement.

Definition at line 2183 of file pdfdocument.cxx.

◆ writeString()

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

Implements vcl::filter::PDFElement.

Definition at line 470 of file pdfdocument.hxx.

Member Data Documentation

◆ m_aValue

bool vcl::filter::PDFBooleanElement::m_aValue
private

Definition at line 460 of file pdfdocument.hxx.


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