LibreOffice Module sdext (master) 1
|
#include <genericelements.hxx>
Public Member Functions | |
HyperlinkElement (Element *pParent, const OUString &rURI) | |
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... | |
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 TextElement * | dynCastAsTextElement () const |
To avoid some dynamic_cast cost. More... | |
virtual TextElement * | dynCastAsTextElement () |
virtual void | emitStructure (int nLevel) |
Public Attributes | |
OUString | URI |
Public Attributes inherited from pdfi::Element | |
double | x |
double | y |
double | w |
double | h |
sal_Int32 | StyleId |
Element * | Parent |
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::Element | |
Element (Element *pParent) | |
Definition at line 121 of file genericelements.hxx.
|
inline |
Definition at line 124 of file genericelements.hxx.
|
overridevirtual |
To be implemented by every tree node that needs to be visitable.
Implements pdfi::Element.
Definition at line 100 of file genericelements.cxx.
References pdfi::ElementTreeVisitor::visit().
|
friend |
Definition at line 123 of file genericelements.hxx.
OUString pdfi::HyperlinkElement::URI |
Definition at line 129 of file genericelements.hxx.
Referenced by pdfi::DrawXmlEmitter::visit(), and pdfi::WriterXmlEmitter::visit().