#include <RVNGSVGPresentationGenerator.h>
Public Member Functions | |
RVNGSVGPresentationGenerator (RVNGStringVector &vec) | |
~RVNGSVGPresentationGenerator () | |
void | startDocument (const RVNGPropertyList &propList) |
void | endDocument () |
void | setDocumentMetaData (const RVNGPropertyList &propList) |
Called when all document metadata should be set. | |
void | defineEmbeddedFont (const RVNGPropertyList &propList) |
Called when an embedded font should be defined. | |
void | startSlide (const RVNGPropertyList &propList) |
void | endSlide () |
void | startMasterSlide (const RVNGPropertyList &propList) |
void | endMasterSlide () |
void | setStyle (const RVNGPropertyList &propList) |
void | setSlideTransition (const RVNGPropertyList &propList) |
Called when a transition should be added to the current slide. | |
void | startLayer (const RVNGPropertyList &propList) |
void | endLayer () |
void | startEmbeddedGraphics (const RVNGPropertyList &propList) |
void | endEmbeddedGraphics () |
void | openGroup (const RVNGPropertyList &propList) |
void | closeGroup () |
void | drawRectangle (const RVNGPropertyList &propList) |
void | drawEllipse (const RVNGPropertyList &propList) |
void | drawPolyline (const RVNGPropertyList &propList) |
void | drawPolygon (const RVNGPropertyList &propList) |
void | drawPath (const RVNGPropertyList &propList) |
void | drawGraphicObject (const RVNGPropertyList &propList) |
Called when a binary/raster object should be inserted. | |
void | drawConnector (const RVNGPropertyList &propList) |
Draw a connector. | |
void | startTextObject (const RVNGPropertyList &propList) |
Start a text object. | |
void | endTextObject () |
End a text object. | |
void | insertTab () |
Called when a TAB character should be inserted. | |
void | insertSpace () |
Called when an explicit space should be inserted. | |
void | insertText (const RVNGString &text) |
Called when a string of text should be inserted. | |
void | insertLineBreak () |
Called when a line break should be inserted. | |
void | insertField (const RVNGPropertyList &propList) |
Called when a field should be inserted. | |
void | openOrderedListLevel (const RVNGPropertyList &propList) |
Called when a new ordered list level should be opened. | |
void | openUnorderedListLevel (const RVNGPropertyList &propList) |
Called when a new unordered list level should be opened. | |
void | closeOrderedListLevel () |
Called when an unordered list level should be closed. | |
void | closeUnorderedListLevel () |
Called when an ununordered list level should be closed. | |
void | openListElement (const RVNGPropertyList &propList) |
Called when a list element should be opened. | |
void | closeListElement () |
Called when a list element should be closed. | |
void | defineParagraphStyle (const RVNGPropertyList &propList) |
void | openParagraph (const RVNGPropertyList &propList) |
Called when a new paragraph is opened. | |
void | closeParagraph () |
Called when a paragraph is closed. | |
void | defineCharacterStyle (const RVNGPropertyList &propList) |
void | openSpan (const RVNGPropertyList &propList) |
Called when a text span is opened. | |
void | closeSpan () |
Called when a text span is closed. | |
void | openLink (const RVNGPropertyList &propList) |
Called when a link should be opened. | |
void | closeLink () |
Called when the current link is closed. | |
void | startTableObject (const RVNGPropertyList &propList) |
Called when a table should be opened. | |
void | openTableRow (const RVNGPropertyList &propList) |
Called when a new table row is opened. | |
void | closeTableRow () |
Called when the current table row is closed. | |
void | openTableCell (const RVNGPropertyList &propList) |
Called when a new table cell is opened. | |
void | closeTableCell () |
Called when the current table cell is closed. | |
void | insertCoveredTableCell (const RVNGPropertyList &propList) |
Called when a covered (spanned by another cell in the table) table cell is opened. | |
void | endTableObject () |
Called when the current table is closed. | |
void | startComment (const RVNGPropertyList &propList) |
Start a comment. | |
void | endComment () |
End a comment. | |
void | startNotes (const RVNGPropertyList &propList) |
Start slide notes. | |
void | endNotes () |
End slide notes. | |
void | defineChartStyle (const RVNGPropertyList &propList) |
void | openChart (const RVNGPropertyList &propList) |
Called when a chart should be opened. | |
void | closeChart () |
Called when a chart should be closed. | |
void | openChartTextObject (const RVNGPropertyList &propList) |
Called when a chart text zone:label/legend/title/subtitle/footer should be opened. | |
void | closeChartTextObject () |
Called when a chart text zone:legend/title/subtitle/footer should be closed. | |
void | openChartPlotArea (const RVNGPropertyList &propList) |
Called when a chart plot area should be opened. | |
void | closeChartPlotArea () |
Called when a chart plot arre should be closed. | |
void | insertChartAxis (const RVNGPropertyList &propList) |
Called when a axis should be add in a plot area. | |
void | openChartSeries (const librevenge::RVNGPropertyList &propList) |
Called when a serie should be opened (in a plot area) | |
void | closeChartSeries () |
Called when a serie should be closed (in a plot area) | |
void | openAnimationSequence (const RVNGPropertyList &propList) |
Called when a set of animations should be applied one after another. | |
void | closeAnimationSequence () |
void | openAnimationGroup (const RVNGPropertyList &propList) |
Called when a set of animations should be applied in parallel. | |
void | closeAnimationGroup () |
void | openAnimationIteration (const RVNGPropertyList &propList) |
void | closeAnimationIteration () |
void | insertMotionAnimation (const RVNGPropertyList &propList) |
Insert an animation that moves the target object along a specified path. | |
void | insertColorAnimation (const RVNGPropertyList &propList) |
Insert an animation that changes color of the target object. | |
void | insertAnimation (const RVNGPropertyList &propList) |
Insert a generic animation. | |
void | insertEffect (const RVNGPropertyList &propList) |
Set one-time animation effect on the target object. | |
Public Member Functions inherited from librevenge::RVNGPresentationInterface | |
virtual | ~RVNGPresentationInterface () |
Private Member Functions | |
RVNGSVGPresentationGenerator (const RVNGSVGPresentationGenerator &other) | |
RVNGSVGPresentationGenerator & | operator= (const RVNGSVGPresentationGenerator &other) |
Private Attributes | |
RVNGSVGPresentationGeneratorImpl * | m_impl |
|
private |
Referenced by operator=(), and RVNGSVGPresentationGenerator().
|
explicit |
librevenge::RVNGSVGPresentationGenerator::~RVNGSVGPresentationGenerator | ( | ) |
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a chart should be closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a chart plot arre should be closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a serie should be closed (in a plot area)
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when the current link is closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a list element should be closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when an unordered list level should be closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a paragraph is closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by closeListElement(), and operator=().
|
virtual |
Called when a text span is closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when the current table cell is closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when the current table row is closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when an ununordered list level should be closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when an embedded font should be defined.
propList | A set of properties that specify the font. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Draw a connector.
The connector will be typically between two shapes, but free-standing connectors are allowed too.
propList | Defines a set of properties for the object. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a binary/raster object should be inserted.
propList | Defines a set of properties for the object. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when the current table is closed.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
|
virtual |
Insert a generic animation.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a axis should be add in a plot area.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Insert an animation that changes color of the target object.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a covered (spanned by another cell in the table) table cell is opened.
propList | Property list for the table cell. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Set one-time animation effect on the target object.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a field should be inserted.
Field types may include:
librevenge:field-type
field types may include:text:page-number
Current page numbertext:page-count
Total # of pages in documentstyle:num-format
Type of page number (for page number) Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a line break should be inserted.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Insert an animation that moves the target object along a specified path.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when an explicit space should be inserted.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a TAB character should be inserted.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a string of text should be inserted.
text | A textbuffer encoded as a UTF8 string |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a set of animations should be applied in parallel.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a set of animations should be applied one after another.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a chart should be opened.
propList | Property list for the sheet. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a chart plot area should be opened.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a serie should be opened (in a plot area)
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a link should be opened.
propList | Defines a set of properties for the link. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a list element should be opened.
propList | Property list for the paragraph. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a new ordered list level should be opened.
propList | Defines a set of properties for the list. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a new paragraph is opened.
This (or openListElement) will always be called before any text or span is placed into the document.
propList | Property list for the paragraph. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by openListElement(), and operator=().
|
virtual |
Called when a text span is opened.
propList | Property list for the span. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a new table cell is opened.
propList | Property list for the table cell. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a new table row is opened.
propList | Defines a set of properties for the table row. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a new unordered list level should be opened.
propList | Defines a set of properties for the list level. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
private |
|
virtual |
Called when all document metadata should be set.
This is always the first callback made.
propList | Property list for the metadata. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Called when a transition should be added to the current slide.
propList | Property list for the metadata. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
|
virtual |
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=(), and startMasterSlide().
|
virtual |
Called when a table should be opened.
propList | Defines a set of properties for the table. May contain:
|
Implements librevenge::RVNGPresentationInterface.
Referenced by operator=().
|
virtual |
|
private |
Referenced by closeGroup(), closeParagraph(), closeSpan(), closeTableCell(), closeTableRow(), defineCharacterStyle(), drawEllipse(), drawGraphicObject(), drawPath(), drawPolygon(), drawPolyline(), drawRectangle(), endLayer(), endMasterSlide(), endSlide(), endTableObject(), endTextObject(), insertCoveredTableCell(), insertLineBreak(), insertSpace(), insertTab(), insertText(), openGroup(), openSpan(), openTableCell(), openTableRow(), RVNGSVGPresentationGenerator(), setStyle(), startLayer(), startMasterSlide(), startSlide(), startTableObject(), startTextObject(), and ~RVNGSVGPresentationGenerator().