Go to the documentation of this file.
15 #ifndef RVNGTEXTDRAWINGGENERATOR_H
16 #define RVNGTEXTDRAWINGGENERATOR_H
26 struct RVNGTextDrawingGeneratorImpl;
49 void endEmbeddedGraphics();
70 void closeTableCell();
72 void endTableObject();
75 void closeOrderedListLevel();
77 void closeUnorderedListLevel();
80 void closeListElement();
84 void closeParagraph();
96 void insertLineBreak();
105 #endif // RVNGTEXTDRAWINGGENERATOR_H
void drawRectangle(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:76
void endDocument()
Definition: RVNGTextDrawingGenerator.cpp:47
void closeListElement()
Called when a list element should be closed.
Definition: RVNGTextDrawingGenerator.cpp:93
std::ostringstream m_stream
Definition: RVNGTextDrawingGenerator.cpp:27
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGTextDrawingGenerator.cpp:122
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGTextDrawingGenerator.cpp:87
void endPage()
Definition: RVNGTextDrawingGenerator.cpp:52
void setStyle(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:74
Definition: RVNGStringVector.h:33
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGTextDrawingGenerator.cpp:96
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGTextDrawingGenerator.cpp:48
void startPage(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:50
Definition: RVNGTextDrawingGenerator.h:29
void drawGraphicObject(const RVNGPropertyList &)
Called when a binary/raster object should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:81
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGTextDrawingGenerator.cpp:107
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGTextDrawingGenerator.cpp:90
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGTextDrawingGenerator.cpp:104
Definition: RVNGPropertyList.h:39
void endLayer()
Definition: RVNGTextDrawingGenerator.cpp:67
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGTextDrawingGenerator.cpp:124
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGTextDrawingGenerator.cpp:126
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:110
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:111
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGTextDrawingGenerator.cpp:121
void drawEllipse(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:77
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGTextDrawingGenerator.cpp:86
void startLayer(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:66
void endTableObject()
Called when the current table is closed.
Definition: RVNGTextDrawingGenerator.cpp:127
void append(const RVNGString &str)
Definition: RVNGStringVector.cpp:76
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGTextDrawingGenerator.cpp:92
void startTextObject(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:83
UTF-8 string.
Definition: RVNGString.h:34
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGTextDrawingGenerator.cpp:123
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:103
void closeLink()
Called when the current link is closed.
Definition: RVNGTextDrawingGenerator.cpp:108
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGTextDrawingGenerator.cpp:89
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:113
RVNGTextDrawingGenerator(const RVNGTextDrawingGenerator &other)
void startEmbeddedGraphics(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:68
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:118
void endMasterPage()
Definition: RVNGTextDrawingGenerator.cpp:60
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGTextDrawingGenerator.cpp:49
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGTextDrawingGenerator.cpp:98
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:119
void startMasterPage(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:58
const char * cstr() const
Definition: RVNGString.cpp:217
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGTextDrawingGenerator.cpp:125
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:46
void endTextObject()
Definition: RVNGTextDrawingGenerator.cpp:84
void drawPolyline(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:78
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:95
RVNGTextDrawingGeneratorImpl * m_impl
Definition: RVNGTextDrawingGenerator.h:100
Definition: RVNGTextDrawingGenerator.cpp:23
Definition: RVNGDrawingInterface.h:32
std::unique_ptr< RVNGMemoryInputStream > m_stream
Definition: RVNGBinaryData.cpp:50
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGTextDrawingGenerator.cpp:82
Definition: RVNGBinaryData.cpp:40
void closeSpan()
Called when a text span is closed.
Definition: RVNGTextDrawingGenerator.cpp:105
void closeGroup()
Definition: RVNGTextDrawingGenerator.cpp:72
RVNGTextDrawingGeneratorImpl(RVNGStringVector &pages)
Definition: RVNGTextDrawingGenerator.cpp:30
void drawPath(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:80
void drawPolygon(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:79
RVNGStringVector & m_pages
Definition: RVNGTextDrawingGenerator.cpp:26
RVNGTextDrawingGenerator & operator=(const RVNGTextDrawingGenerator &other)
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void endEmbeddedGraphics()
Definition: RVNGTextDrawingGenerator.cpp:69
~RVNGTextDrawingGenerator()
Definition: RVNGTextDrawingGenerator.cpp:41
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:71
Generated for librevenge by
doxygen 1.8.20