libetonyek::PAGCollector Class Reference

#include <PAGCollector.h>

Inheritance diagram for libetonyek::PAGCollector:
libetonyek::IWORKCollector

Public Member Functions

 PAGCollector (IWORKDocumentInterface *document)
 
void collectPublicationInfo (const PAGPublicationInfo &pubInfo)
 
void collectTextBody ()
 
void collectAttachment (const IWORKOutputID_t &id, bool block)
 
void collectAttachmentPosition (const IWORKPosition &position)
 
void collectAnnotation (const std::string &name)
 
void openPageGroup (const boost::optional< int > &page)
 
void closePageGroup ()
 
void startDocument ()
 
void setPageDimensions (const IWORKPrintInfo &dimensions)
 
void openSection (const std::string &style)
 
void openSection (const IWORKStylePtr_t &style)
 
void closeSection ()
 
void sendAnnotation (const std::string &name)
 
PAGFootnoteKind getFootnoteKind () const
 
- Public Member Functions inherited from libetonyek::IWORKCollector
 IWORKCollector (IWORKDocumentInterface *document)
 
virtual ~IWORKCollector ()
 
void setRecorder (const std::shared_ptr< IWORKRecorder > &recorder)
 
void collectStyle (const IWORKStylePtr_t &style)
 
void setGraphicStyle (const IWORKStylePtr_t &style)
 
void collectGeometry (const IWORKGeometryPtr_t &geometry)
 
void setAccumulateTransformTo (bool accumulate)
 
void collectBezier (const IWORKPathPtr_t &path)
 
void collectLine (const IWORKLinePtr_t &line)
 
void collectShape (const boost::optional< int > &order=boost::none, const boost::optional< unsigned > &resizeFlags=boost::none, bool locked=false)
 
void collectBezierPath ()
 
void collectPolygonPath (const IWORKSize &size, unsigned edges)
 
void collectRoundedRectanglePath (const IWORKSize &size, double radius)
 
void collectArrowPath (const IWORKSize &size, double headWidth, double stemRelYPos, bool doubleSided)
 
void collectStarPath (const IWORKSize &size, unsigned points, double innerRadius)
 
void collectConnectionPath (const IWORKConnectionPath &path)
 
void collectCalloutPath (const IWORKSize &size, double radius, double tailSize, double tailX, double tailY, bool quoteBubble)
 
void collectImage (const IWORKMediaContentPtr_t &image, const IWORKGeometryPtr_t &cropGeometry=IWORKGeometryPtr_t(), const boost::optional< int > &order=boost::none, bool locked=false)
 
void collectMedia (const IWORKMediaContentPtr_t &content, const IWORKGeometryPtr_t &cropGeometry=IWORKGeometryPtr_t(), const boost::optional< int > &order=boost::none)
 
void collectStylesheet (const IWORKStylesheetPtr_t &stylesheet)
 
void collectMetadata (const IWORKMetadata &metadata)
 
void collectHeader (const std::string &name)
 
void collectFooter (const std::string &name)
 
void collectTable (const std::shared_ptr< IWORKTable > &table)
 
void collectText (const std::shared_ptr< IWORKText > &text)
 
virtual void collectStickyNote ()
 
void startDocument (const librevenge::RVNGPropertyList &props)
 
void endDocument ()
 
void startAttachment ()
 
void endAttachment ()
 
void startAttachments ()
 
void endAttachments ()
 
void startGroup ()
 
void endGroup ()
 
void openGroup ()
 
void closeGroup ()
 
bool getOpenGroupLevel () const
 
void startLevel ()
 
void endLevel ()
 
void pushStyle ()
 
void popStyle ()
 
void pushStylesheet (const IWORKStylesheetPtr_t &stylesheet)
 
void popStylesheet ()
 
IWORKStylesheetPtr_t getStylesheet () const
 
virtual boost::optional< std::string > getWorkSpaceName () const
 
IWORKOutputManagergetOutputManager ()
 
virtual std::shared_ptr< IWORKTablecreateTable (const IWORKTableNameMapPtr_t &tableNameMap, IWORKFormatNameMap &formatNameMap, const IWORKLanguageManager &langManager) const
 
virtual std::shared_ptr< IWORKTextcreateText (const IWORKLanguageManager &langManager, bool discardEmptyContent=false, bool allowListInsertion=true) const
 

Private Types

typedef std::map< unsigned, IWORKOutputID_tPageGroupsMap_t
 

Private Member Functions

void drawTable () override
 
void drawMedia (double x, double y, const librevenge::RVNGPropertyList &data) override
 
void fillShapeProperties (librevenge::RVNGPropertyList &props) override
 
bool createFrameStylesForTextBox () const override
 
void drawTextBox (const IWORKTextPtr_t &text, const glm::dmat3 &trafo, const IWORKGeometryPtr_t &boundingBox, const librevenge::RVNGPropertyList &style) override
 
void flushPageSpan (bool writeEmpty=true)
 
void writePageGroupsObjects ()
 

Private Attributes

boost::optional< IWORKPrintInfom_pageDimensions
 
IWORKStylePtr_t m_currentSectionStyle
 
bool m_firstPageSpan
 
PAGPublicationInfo m_pubInfo
 
PageGroupsMap_t m_pageGroups
 
int m_page
 
boost::optional< IWORKPositionm_attachmentPosition
 
PAGAnnotationMap_t m_annotations
 

Additional Inherited Members

- Protected Member Functions inherited from libetonyek::IWORKCollector
void fillMetadata (librevenge::RVNGPropertyList &props)
 
void drawShape (const IWORKShapePtr_t &shape)
 
 IWORKCollector (const IWORKCollector &)
 
IWORKCollectoroperator= (const IWORKCollector &)
 
- Static Protected Member Functions inherited from libetonyek::IWORKCollector
static void fillGraphicProps (const IWORKStylePtr_t style, librevenge::RVNGPropertyList &props, bool isSurface=true, bool isFrame=false)
 
static void fillLayoutProps (const IWORKStylePtr_t style, librevenge::RVNGPropertyList &props)
 
static void fillTextAutoSizeProps (const boost::optional< unsigned > &resizeFlags, const IWORKGeometryPtr_t &boundingBox, librevenge::RVNGPropertyList &props)
 
static void fillWrapProps (const IWORKStylePtr_t style, librevenge::RVNGPropertyList &props, const boost::optional< int > &order)
 
static void writeFill (const IWORKFill &fill, librevenge::RVNGPropertyList &props)
 
- Protected Attributes inherited from libetonyek::IWORKCollector
IWORKDocumentInterfacem_document
 
std::shared_ptr< IWORKRecorderm_recorder
 
std::stack< Levelm_levelStack
 
IWORKStyleStack m_styleStack
 
std::stack< IWORKStylesheetPtr_tm_stylesheetStack
 
IWORKOutputManager m_outputManager
 
std::deque< IWORKStylePtr_tm_newStyles
 
std::shared_ptr< IWORKTablem_currentTable
 
std::shared_ptr< IWORKTextm_currentText
 
IWORKHeaderFooterMap_t m_headers
 
IWORKHeaderFooterMap_t m_footers
 
std::stack< IWORKPathPtr_tm_pathStack
 
IWORKPathPtr_t m_currentPath
 
std::stack< bool > m_attachmentStack
 
bool m_inAttachment
 
bool m_inAttachments
 

Member Typedef Documentation

◆ PageGroupsMap_t

typedef std::map<unsigned, IWORKOutputID_t> libetonyek::PAGCollector::PageGroupsMap_t
private

Constructor & Destructor Documentation

◆ PAGCollector()

libetonyek::PAGCollector::PAGCollector ( IWORKDocumentInterface * document)
explicit

Member Function Documentation

◆ closePageGroup()

void libetonyek::PAGCollector::closePageGroup ( )

◆ closeSection()

void libetonyek::PAGCollector::closeSection ( )

◆ collectAnnotation()

void libetonyek::PAGCollector::collectAnnotation ( const std::string & name)

◆ collectAttachment()

void libetonyek::PAGCollector::collectAttachment ( const IWORKOutputID_t & id,
bool block )

◆ collectAttachmentPosition()

void libetonyek::PAGCollector::collectAttachmentPosition ( const IWORKPosition & position)

◆ collectPublicationInfo()

void libetonyek::PAGCollector::collectPublicationInfo ( const PAGPublicationInfo & pubInfo)

◆ collectTextBody()

void libetonyek::PAGCollector::collectTextBody ( )

◆ createFrameStylesForTextBox()

bool libetonyek::PAGCollector::createFrameStylesForTextBox ( ) const
inlineoverrideprivatevirtual

◆ drawMedia()

void libetonyek::PAGCollector::drawMedia ( double x,
double y,
const librevenge::RVNGPropertyList & data )
overrideprivatevirtual

◆ drawTable()

void libetonyek::PAGCollector::drawTable ( )
overrideprivatevirtual

◆ drawTextBox()

void libetonyek::PAGCollector::drawTextBox ( const IWORKTextPtr_t & text,
const glm::dmat3 & trafo,
const IWORKGeometryPtr_t & boundingBox,
const librevenge::RVNGPropertyList & style )
overrideprivatevirtual

◆ fillShapeProperties()

void libetonyek::PAGCollector::fillShapeProperties ( librevenge::RVNGPropertyList & props)
overrideprivatevirtual

◆ flushPageSpan()

void libetonyek::PAGCollector::flushPageSpan ( bool writeEmpty = true)
private

Referenced by closeSection(), and collectTextBody().

◆ getFootnoteKind()

PAGFootnoteKind libetonyek::PAGCollector::getFootnoteKind ( ) const

◆ openPageGroup()

void libetonyek::PAGCollector::openPageGroup ( const boost::optional< int > & page)

◆ openSection() [1/2]

void libetonyek::PAGCollector::openSection ( const IWORKStylePtr_t & style)

◆ openSection() [2/2]

void libetonyek::PAGCollector::openSection ( const std::string & style)

◆ sendAnnotation()

void libetonyek::PAGCollector::sendAnnotation ( const std::string & name)

◆ setPageDimensions()

void libetonyek::PAGCollector::setPageDimensions ( const IWORKPrintInfo & dimensions)

◆ startDocument()

void libetonyek::PAGCollector::startDocument ( )

◆ writePageGroupsObjects()

void libetonyek::PAGCollector::writePageGroupsObjects ( )
private

Referenced by flushPageSpan().

Member Data Documentation

◆ m_annotations

PAGAnnotationMap_t libetonyek::PAGCollector::m_annotations
private

◆ m_attachmentPosition

boost::optional<IWORKPosition> libetonyek::PAGCollector::m_attachmentPosition
private

◆ m_currentSectionStyle

IWORKStylePtr_t libetonyek::PAGCollector::m_currentSectionStyle
private

◆ m_firstPageSpan

bool libetonyek::PAGCollector::m_firstPageSpan
private

Referenced by flushPageSpan(), and PAGCollector().

◆ m_page

int libetonyek::PAGCollector::m_page
private

◆ m_pageDimensions

boost::optional<IWORKPrintInfo> libetonyek::PAGCollector::m_pageDimensions
private

◆ m_pageGroups

PageGroupsMap_t libetonyek::PAGCollector::m_pageGroups
private

◆ m_pubInfo

PAGPublicationInfo libetonyek::PAGCollector::m_pubInfo
private

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

Generated for libetonyek by doxygen 1.13.2