LibreOffice Module sdext (master) 1
Public Member Functions | Public Attributes | Friends | List of all members
pdfi::TextElement Struct Referencefinal

#include <genericelements.hxx>

Inheritance diagram for pdfi::TextElement:
[legend]
Collaboration diagram for pdfi::TextElement:
[legend]

Public Member Functions

 TextElement (Element *pParent, sal_Int32 nGCId, sal_Int32 nFontId)
 
virtual void visitedBy (ElementTreeVisitor &, const std::list< std::unique_ptr< Element > >::const_iterator &) override
 To be implemented by every tree node that needs to be visitable. More...
 
virtual const TextElementdynCastAsTextElement () const override
 To avoid some dynamic_cast cost. More...
 
virtual TextElementdynCastAsTextElement () override
 
- Public Member Functions inherited from pdfi::Element
virtual ~Element ()
 
virtual void visitedBy (ElementTreeVisitor &, const std::list< std::unique_ptr< Element > >::const_iterator &rParentIt)=0
 To be implemented by every tree node that needs to be visitable. More...
 
void applyToChildren (ElementTreeVisitor &)
 Apply visitor to all children. More...
 
void updateGeometryWith (const Element *pMergeFrom)
 Union element geometry with given element. More...
 
virtual const TextElementdynCastAsTextElement () const
 To avoid some dynamic_cast cost. More...
 
virtual TextElementdynCastAsTextElement ()
 
virtual void emitStructure (int nLevel)
 

Public Attributes

OUStringBuffer Text
 
sal_Int32 FontId
 
- Public Attributes inherited from pdfi::GraphicalElement
sal_Int32 GCId
 
bool MirrorVertical
 
bool IsForText
 
double FontSize
 
sal_Int32 TextStyleId
 
- Public Attributes inherited from pdfi::Element
double x
 
double y
 
double w
 
double h
 
sal_Int32 StyleId
 
ElementParent
 
std::list< std::unique_ptr< Element > > Children
 

Friends

class ElementFactory
 

Additional Inherited Members

- Static Public Member Functions inherited from pdfi::Element
static void setParent (std::list< std::unique_ptr< Element > >::iterator const &el, Element *pNewParent)
 el must be a valid dereferenceable iterator of el->Parent->Children pNewParent must not be NULL More...
 
- Protected Member Functions inherited from pdfi::GraphicalElement
 GraphicalElement (Element *pParent, sal_Int32 nGCId)
 
- Protected Member Functions inherited from pdfi::Element
 Element (Element *pParent)
 

Detailed Description

Definition at line 174 of file genericelements.hxx.

Constructor & Destructor Documentation

◆ TextElement()

pdfi::TextElement::TextElement ( Element pParent,
sal_Int32  nGCId,
sal_Int32  nFontId 
)
inline

Definition at line 177 of file genericelements.hxx.

Member Function Documentation

◆ dynCastAsTextElement() [1/2]

virtual const TextElement * pdfi::TextElement::dynCastAsTextElement ( ) const
inlineoverridevirtual

◆ dynCastAsTextElement() [2/2]

virtual TextElement * pdfi::TextElement::dynCastAsTextElement ( )
inlineoverridevirtual

Reimplemented from pdfi::Element.

Definition at line 184 of file genericelements.hxx.

◆ visitedBy()

void pdfi::TextElement::visitedBy ( ElementTreeVisitor ,
const std::list< std::unique_ptr< Element > >::const_iterator &  rParentIt 
)
overridevirtual

To be implemented by every tree node that needs to be visitable.

Implements pdfi::Element.

Definition at line 106 of file genericelements.cxx.

References pdfi::ElementTreeVisitor::visit().

Friends And Related Function Documentation

◆ ElementFactory

friend class ElementFactory
friend

Definition at line 176 of file genericelements.hxx.

Member Data Documentation

◆ FontId

sal_Int32 pdfi::TextElement::FontId

◆ Text

OUStringBuffer pdfi::TextElement::Text

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