Go to the documentation of this file.
15 #ifndef RVNGRAWPRESENTATIONGENERATOR_H
16 #define RVNGRAWPRESENTATIONGENERATOR_H
26 struct RVNGRawPresentationGeneratorImpl;
45 void endMasterSlide();
50 void endEmbeddedGraphics();
68 void closeParagraph();
79 void insertLineBreak();
85 void closeOrderedListLevel();
86 void closeUnorderedListLevel();
88 void closeListElement();
94 void closeTableCell();
96 void endTableObject();
108 void closeChartTextObject();
110 void closeChartPlotArea();
113 void closeChartSeries();
116 void closeAnimationSequence();
118 void closeAnimationGroup();
120 void closeAnimationIteration();
132 #endif // RVNGRAWPRESENTATIONGENERATOR_H
void insertEffect(const RVNGPropertyList &propList)
Set one-time animation effect on the target object.
Definition: RVNGRawPresentationGenerator.cpp:506
void startTextObject(const RVNGPropertyList &propList)
Start a text object.
Definition: RVNGRawPresentationGenerator.cpp:201
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGRawPresentationGenerator.cpp:261
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:137
#define RVNG_CALLGRAPH_LEAVE(M, L)
Definition: RVNGRawGeneratorBase.h:44
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGRawPresentationGenerator.cpp:285
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGRawPresentationGenerator.cpp:299
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGRawPresentationGenerator.cpp:311
void closeAnimationGroup()
Definition: RVNGRawPresentationGenerator.cpp:466
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGRawPresentationGenerator.cpp:231
void closeListElement()
Called when a list element should be closed.
Definition: RVNGRawPresentationGenerator.cpp:322
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:177
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:211
void endComment()
End a comment.
Definition: RVNGRawPresentationGenerator.cpp:373
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGRawPresentationGenerator.cpp:293
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGRawPresentationGenerator.cpp:58
void endLayer()
Definition: RVNGRawPresentationGenerator.cpp:110
void startNotes(const RVNGPropertyList &propList)
Start slide notes.
Definition: RVNGRawPresentationGenerator.cpp:378
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition: RVNGRawPresentationGenerator.cpp:425
void defineChartStyle(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:389
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition: RVNGRawPresentationGenerator.cpp:414
void openAnimationIteration(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:471
void closeAnimationIteration()
Definition: RVNGRawPresentationGenerator.cpp:477
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:226
Definition: RVNGRawPresentationGenerator.h:29
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGRawPresentationGenerator.cpp:66
void endEmbeddedGraphics()
Definition: RVNGRawPresentationGenerator.cpp:121
int m_callbackMisses
Definition: RVNGRawGeneratorBase.h:122
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:169
RVNGRawPresentationGeneratorImpl(bool printCallgraphScore)
Definition: RVNGRawPresentationGenerator.cpp:29
void endTextObject()
End a text object.
Definition: RVNGRawPresentationGenerator.cpp:206
void endSlide()
Definition: RVNGRawPresentationGenerator.cpp:80
void endNotes()
End slide notes.
Definition: RVNGRawPresentationGenerator.cpp:384
void closeChartSeries()
Called when a serie should be closed (in a plot area)
Definition: RVNGRawPresentationGenerator.cpp:444
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition: RVNGRawPresentationGenerator.cpp:397
Definition: RVNGPropertyList.h:39
void openChartSeries(const librevenge::RVNGPropertyList &propList)
Called when a serie should be opened (in a plot area)
Definition: RVNGRawPresentationGenerator.cpp:438
void closeAnimationSequence()
Definition: RVNGRawPresentationGenerator.cpp:455
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:161
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGRawPresentationGenerator.cpp:327
void endDocument()
Definition: RVNGRawPresentationGenerator.cpp:53
RVNGRawPresentationGenerator(const RVNGRawPresentationGenerator &other)
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:47
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGRawPresentationGenerator.cpp:354
bool m_printCallgraphScore
Definition: RVNGRawGeneratorBase.h:124
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGRawPresentationGenerator.cpp:221
void endTableObject()
Called when the current table is closed.
Definition: RVNGRawPresentationGenerator.cpp:362
void startComment(const RVNGPropertyList &propList)
Start a comment.
Definition: RVNGRawPresentationGenerator.cpp:367
#define RVNG_CALLGRAPH_ENTER(M, L)
Definition: RVNGRawGeneratorBase.h:32
void closeSpan()
Called when a text span is closed.
Definition: RVNGRawPresentationGenerator.cpp:237
void insertColorAnimation(const RVNGPropertyList &propList)
Insert an animation that changes color of the target object.
Definition: RVNGRawPresentationGenerator.cpp:490
UTF-8 string.
Definition: RVNGString.h:34
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGRawPresentationGenerator.cpp:269
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGRawPresentationGenerator.cpp:277
RVNGString getPropString() const
Definition: RVNGPropertyList.cpp:366
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGRawPresentationGenerator.cpp:242
void iprintf(const char *format,...) REVENGE_ATTRIBUTE_PRINTF(2
Definition: RVNGRawGeneratorBase.cpp:44
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGRawPresentationGenerator.cpp:332
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:153
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:126
void closeChart()
Called when a chart should be closed.
Definition: RVNGRawPresentationGenerator.cpp:403
void setSlideTransition(const RVNGPropertyList &propList)
Called when a transition should be added to the current slide.
Definition: RVNGRawPresentationGenerator.cpp:96
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGRawPresentationGenerator.cpp:193
Definition: RVNGRawPresentationGenerator.cpp:25
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGRawPresentationGenerator.cpp:338
RVNGRawPresentationGeneratorImpl * m_impl
Definition: RVNGRawPresentationGenerator.h:127
void startSlide(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:74
void openAnimationGroup(const RVNGPropertyList &propList)
Called when a set of animations should be applied in parallel.
Definition: RVNGRawPresentationGenerator.cpp:460
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGRawPresentationGenerator.cpp:305
const char * cstr() const
Definition: RVNGString.cpp:174
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:104
void insertAnimation(const RVNGPropertyList &propList)
Insert a generic animation.
Definition: RVNGRawPresentationGenerator.cpp:498
void endMasterSlide()
Definition: RVNGRawPresentationGenerator.cpp:91
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGRawPresentationGenerator.cpp:216
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGRawPresentationGenerator.cpp:317
Definition: RVNGRawGeneratorBase.h:117
void insertText(const RVNGString &str)
Called when a string of text should be inserted.
Definition: RVNGRawPresentationGenerator.cpp:253
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition: RVNGRawPresentationGenerator.cpp:408
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:115
~RVNGRawPresentationGenerator()
Definition: RVNGRawPresentationGenerator.cpp:39
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGRawPresentationGenerator.cpp:349
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGRawPresentationGenerator.cpp:185
Interface for import of presentations.
Definition: RVNGPresentationInterface.h:27
RVNGRawPresentationGenerator & operator=(const RVNGRawPresentationGenerator &other)
bool m_atLeastOneCallback
Definition: RVNGRawGeneratorBase.h:123
void openAnimationSequence(const RVNGPropertyList &propList)
Called when a set of animations should be applied one after another.
Definition: RVNGRawPresentationGenerator.cpp:449
Definition: RVNGBinaryData.cpp:39
void startMasterSlide(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:85
void closeLink()
Called when the current link is closed.
Definition: RVNGRawPresentationGenerator.cpp:248
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition: RVNGRawPresentationGenerator.cpp:419
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGRawPresentationGenerator.cpp:343
void closeGroup()
Definition: RVNGRawPresentationGenerator.cpp:132
void insertMotionAnimation(const RVNGPropertyList &propList)
Insert an animation that moves the target object along a specified path.
Definition: RVNGRawPresentationGenerator.cpp:482
std::stack< int > m_callStack
Definition: RVNGRawGeneratorBase.h:125
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGRawPresentationGenerator.cpp:145
void insertChartAxis(const RVNGPropertyList &propList)
Called when a axis should be add in a plot area.
Definition: RVNGRawPresentationGenerator.cpp:430
Generated for librevenge by
doxygen 1.8.18