Go to the documentation of this file.
15 #ifndef RVNGDUMMYPRESENTATIONGENERATOR_H
16 #define RVNGDUMMYPRESENTATIONGENERATOR_H
42 void endMasterSlide();
47 void endEmbeddedGraphics();
65 void closeParagraph();
76 void insertLineBreak();
82 void closeOrderedListLevel();
83 void closeUnorderedListLevel();
85 void closeListElement();
91 void closeTableCell();
93 void endTableObject();
105 void closeChartTextObject();
107 void closeChartPlotArea();
110 void closeChartSeries();
113 void closeAnimationSequence();
115 void closeAnimationGroup();
117 void closeAnimationIteration();
126 #endif // RVNGDUMMYPRESENTATIONGENERATOR_H
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGDummyPresentationGenerator.cpp:216
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGDummyPresentationGenerator.cpp:36
void endEmbeddedGraphics()
Definition: RVNGDummyPresentationGenerator.cpp:76
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition: RVNGDummyPresentationGenerator.cpp:264
RVNGDummyPresentationGenerator(const RVNGDummyPresentationGenerator &other)
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:64
void insertText(const RVNGString &str)
Called when a string of text should be inserted.
Definition: RVNGDummyPresentationGenerator.cpp:160
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGDummyPresentationGenerator.cpp:188
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:28
void endTextObject()
End a text object.
Definition: RVNGDummyPresentationGenerator.cpp:124
void endSlide()
Definition: RVNGDummyPresentationGenerator.cpp:48
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:96
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGDummyPresentationGenerator.cpp:208
void defineChartStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:248
void endComment()
End a comment.
Definition: RVNGDummyPresentationGenerator.cpp:236
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGDummyPresentationGenerator.cpp:176
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGDummyPresentationGenerator.cpp:132
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:180
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:184
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGDummyPresentationGenerator.cpp:224
void startTextObject(const RVNGPropertyList &propList)
Start a text object.
Definition: RVNGDummyPresentationGenerator.cpp:120
void startNotes(const RVNGPropertyList &propList)
Start slide notes.
Definition: RVNGDummyPresentationGenerator.cpp:240
RVNGDummyPresentationGenerator()
Definition: RVNGDummyPresentationGenerator.cpp:20
void insertColorAnimation(const RVNGPropertyList &propList)
Insert an animation that changes color of the target object.
Definition: RVNGDummyPresentationGenerator.cpp:316
void setSlideTransition(const RVNGPropertyList &propList)
Called when a transition should be added to the current slide.
Definition: RVNGDummyPresentationGenerator.cpp:60
void openAnimationIteration(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:304
void endLayer()
Definition: RVNGDummyPresentationGenerator.cpp:68
void openAnimationSequence(const RVNGPropertyList &propList)
Called when a set of animations should be applied one after another.
Definition: RVNGDummyPresentationGenerator.cpp:288
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:252
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:268
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:128
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGDummyPresentationGenerator.cpp:172
void closeAnimationSequence()
Definition: RVNGDummyPresentationGenerator.cpp:292
void insertChartAxis(const RVNGPropertyList &propList)
Called when a axis should be add in a plot area.
Definition: RVNGDummyPresentationGenerator.cpp:276
void insertMotionAnimation(const RVNGPropertyList &propList)
Insert an animation that moves the target object along a specified path.
Definition: RVNGDummyPresentationGenerator.cpp:312
void closeChart()
Called when a chart should be closed.
Definition: RVNGDummyPresentationGenerator.cpp:256
Definition: RVNGPropertyList.h:39
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:140
void endNotes()
End slide notes.
Definition: RVNGDummyPresentationGenerator.cpp:244
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:152
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:80
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGDummyPresentationGenerator.cpp:144
void closeGroup()
Definition: RVNGDummyPresentationGenerator.cpp:84
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGDummyPresentationGenerator.cpp:212
void endTableObject()
Called when the current table is closed.
Definition: RVNGDummyPresentationGenerator.cpp:228
void closeAnimationGroup()
Definition: RVNGDummyPresentationGenerator.cpp:300
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGDummyPresentationGenerator.cpp:192
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:260
RVNGDummyPresentationGenerator & operator=(const RVNGDummyPresentationGenerator &other)
UTF-8 string.
Definition: RVNGString.h:34
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGDummyPresentationGenerator.cpp:116
Definition: RVNGDummyPresentationGenerator.h:26
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:204
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGDummyPresentationGenerator.cpp:168
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGDummyPresentationGenerator.cpp:164
void startSlide(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:44
void insertAnimation(const RVNGPropertyList &propList)
Insert a generic animation.
Definition: RVNGDummyPresentationGenerator.cpp:320
void endDocument()
Definition: RVNGDummyPresentationGenerator.cpp:32
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGDummyPresentationGenerator.cpp:220
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:100
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGDummyPresentationGenerator.cpp:112
void startMasterSlide(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:52
void insertEffect(const RVNGPropertyList &propList)
Set one-time animation effect on the target object.
Definition: RVNGDummyPresentationGenerator.cpp:324
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:92
void openChartSeries(const librevenge::RVNGPropertyList &propList)
Called when a serie should be opened (in a plot area)
Definition: RVNGDummyPresentationGenerator.cpp:280
void endMasterSlide()
Definition: RVNGDummyPresentationGenerator.cpp:56
~RVNGDummyPresentationGenerator()
Definition: RVNGDummyPresentationGenerator.cpp:24
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGDummyPresentationGenerator.cpp:136
void closeSpan()
Called when a text span is closed.
Definition: RVNGDummyPresentationGenerator.cpp:148
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:72
void startComment(const RVNGPropertyList &propList)
Start a comment.
Definition: RVNGDummyPresentationGenerator.cpp:232
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:104
void closeListElement()
Called when a list element should be closed.
Definition: RVNGDummyPresentationGenerator.cpp:200
Interface for import of presentations.
Definition: RVNGPresentationInterface.h:27
void closeChartSeries()
Called when a serie should be closed (in a plot area)
Definition: RVNGDummyPresentationGenerator.cpp:284
void closeLink()
Called when the current link is closed.
Definition: RVNGDummyPresentationGenerator.cpp:156
void openAnimationGroup(const RVNGPropertyList &propList)
Called when a set of animations should be applied in parallel.
Definition: RVNGDummyPresentationGenerator.cpp:296
Definition: RVNGBinaryData.cpp:40
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:108
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition: RVNGDummyPresentationGenerator.cpp:272
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGDummyPresentationGenerator.cpp:196
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyPresentationGenerator.cpp:88
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGDummyPresentationGenerator.cpp:40
void closeAnimationIteration()
Definition: RVNGDummyPresentationGenerator.cpp:308
Generated for librevenge by
doxygen 1.8.20