Go to the documentation of this file.
15 #ifndef RVNGDUMMYDDUMMYINGGENERATOR_H
16 #define RVNGDUMMYDDUMMYINGGENERATOR_H
47 void endEmbeddedGraphics();
68 void closeTableCell();
70 void endTableObject();
73 void closeOrderedListLevel();
75 void closeUnorderedListLevel();
77 void closeListElement();
81 void closeParagraph();
93 void insertLineBreak();
99 #endif // RVNGDUMMYDDUMMYINGGENERATOR_H
void startMasterPage(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:52
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGDummyDrawingGenerator.cpp:156
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:92
void closeLink()
Called when the current link is closed.
Definition: RVNGDummyDrawingGenerator.cpp:176
void closeSpan()
Called when a text span is closed.
Definition: RVNGDummyDrawingGenerator.cpp:168
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGDummyDrawingGenerator.cpp:200
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGDummyDrawingGenerator.cpp:172
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:88
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:84
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:28
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGDummyDrawingGenerator.cpp:180
void closeListElement()
Called when a list element should be closed.
Definition: RVNGDummyDrawingGenerator.cpp:144
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:68
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGDummyDrawingGenerator.cpp:36
void endLayer()
Definition: RVNGDummyDrawingGenerator.cpp:64
void startTextObject(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:116
void endPage()
Definition: RVNGDummyDrawingGenerator.cpp:48
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:148
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGDummyDrawingGenerator.cpp:192
Definition: RVNGPropertyList.h:39
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGDummyDrawingGenerator.cpp:184
Definition: RVNGDummyDrawingGenerator.h:26
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:160
void endMasterPage()
Definition: RVNGDummyDrawingGenerator.cpp:56
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGDummyDrawingGenerator.cpp:132
void endEmbeddedGraphics()
Definition: RVNGDummyDrawingGenerator.cpp:72
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGDummyDrawingGenerator.cpp:204
RVNGDummyDrawingGenerator()
Definition: RVNGDummyDrawingGenerator.cpp:20
void endTableObject()
Called when the current table is closed.
Definition: RVNGDummyDrawingGenerator.cpp:224
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGDummyDrawingGenerator.cpp:108
void endTextObject()
Definition: RVNGDummyDrawingGenerator.cpp:120
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGDummyDrawingGenerator.cpp:212
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:100
~RVNGDummyDrawingGenerator()
Definition: RVNGDummyDrawingGenerator.cpp:24
UTF-8 string.
Definition: RVNGString.h:34
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGDummyDrawingGenerator.cpp:164
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGDummyDrawingGenerator.cpp:124
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGDummyDrawingGenerator.cpp:40
void closeGroup()
Definition: RVNGDummyDrawingGenerator.cpp:80
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:60
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGDummyDrawingGenerator.cpp:112
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGDummyDrawingGenerator.cpp:208
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGDummyDrawingGenerator.cpp:128
void startPage(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:44
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:104
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGDummyDrawingGenerator.cpp:136
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGDummyDrawingGenerator.cpp:140
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:76
void endDocument()
Definition: RVNGDummyDrawingGenerator.cpp:32
RVNGDummyDrawingGenerator(const RVNGDummyDrawingGenerator &other)
Definition: RVNGDrawingInterface.h:32
Definition: RVNGBinaryData.cpp:40
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGDummyDrawingGenerator.cpp:216
RVNGDummyDrawingGenerator & operator=(const RVNGDummyDrawingGenerator &other)
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGDummyDrawingGenerator.cpp:196
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGDummyDrawingGenerator.cpp:188
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGDummyDrawingGenerator.cpp:96
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGDummyDrawingGenerator.cpp:220
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGDummyDrawingGenerator.cpp:152
Generated for librevenge by
doxygen 1.8.20