22#ifndef RVNGRAWDRAWINGGENERATOR_H
23#define RVNGRAWDRAWINGGENERATOR_H
Definition RVNGDrawingInterface.h:32
Definition RVNGPropertyList.h:39
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition RVNGRawDrawingGenerator.cpp:73
void drawPath(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:171
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition RVNGRawDrawingGenerator.cpp:220
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition RVNGRawDrawingGenerator.cpp:210
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition RVNGRawDrawingGenerator.cpp:320
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition RVNGRawDrawingGenerator.cpp:331
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:235
void endMasterPage()
Definition RVNGRawDrawingGenerator.cpp:96
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition RVNGRawDrawingGenerator.cpp:187
RVNGRawDrawingGenerator(const RVNGRawDrawingGenerator &other)
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition RVNGRawDrawingGenerator.cpp:265
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition RVNGRawDrawingGenerator.cpp:225
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition RVNGRawDrawingGenerator.cpp:205
void setStyle(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:131
RVNGRawDrawingGeneratorImpl * m_impl
Definition RVNGRawDrawingGenerator.h:107
void closeTableRow()
Called when the current table row is closed.
Definition RVNGRawDrawingGenerator.cpp:326
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition RVNGRawDrawingGenerator.cpp:255
void startMasterPage(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:91
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:111
void closeLink()
Called when the current link is closed.
Definition RVNGRawDrawingGenerator.cpp:270
void drawPolygon(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:163
void closeParagraph()
Called when a paragraph is closed.
Definition RVNGRawDrawingGenerator.cpp:245
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition RVNGRawDrawingGenerator.cpp:315
void closeListElement()
Called when a list element should be closed.
Definition RVNGRawDrawingGenerator.cpp:230
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition RVNGRawDrawingGenerator.cpp:179
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition RVNGRawDrawingGenerator.cpp:65
void closeTableCell()
Called when the current table cell is closed.
Definition RVNGRawDrawingGenerator.cpp:337
void drawPolyline(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:155
void endTableObject()
Called when the current table is closed.
Definition RVNGRawDrawingGenerator.cpp:350
void insertLineBreak()
Called when a line break should be inserted.
Definition RVNGRawDrawingGenerator.cpp:299
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition RVNGRawDrawingGenerator.cpp:240
void drawRectangle(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:139
void closeGroup()
Definition RVNGRawDrawingGenerator.cpp:126
void closeSpan()
Called when a text span is closed.
Definition RVNGRawDrawingGenerator.cpp:260
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition RVNGRawDrawingGenerator.cpp:291
void endLayer()
Definition RVNGRawDrawingGenerator.cpp:106
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition RVNGRawDrawingGenerator.cpp:215
void drawEllipse(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:147
void insertSpace()
Called when an explicit space should be inserted.
Definition RVNGRawDrawingGenerator.cpp:283
void endEmbeddedGraphics()
Definition RVNGRawDrawingGenerator.cpp:116
void insertTab()
Called when a TAB character should be inserted.
Definition RVNGRawDrawingGenerator.cpp:275
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition RVNGRawDrawingGenerator.cpp:342
void endTextObject()
Definition RVNGRawDrawingGenerator.cpp:200
void startLayer(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:101
void startTextObject(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:195
void startDocument(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:55
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition RVNGRawDrawingGenerator.cpp:307
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:250
void endPage()
Definition RVNGRawDrawingGenerator.cpp:86
RVNGRawDrawingGenerator & operator=(const RVNGRawDrawingGenerator &other)
void startPage(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:81
void openGroup(const RVNGPropertyList &propList)
Definition RVNGRawDrawingGenerator.cpp:121
void endDocument()
Definition RVNGRawDrawingGenerator.cpp:60
UTF-8 string.
Definition RVNGString.h:34
#define REVENGE_GENERATORS_API
Definition librevenge-generators-api.h:34
Definition RVNGBinaryData.cpp:40
Definition RVNGRawDrawingGenerator.cpp:32