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:77
void endDocument()
Definition: RVNGTextDrawingGenerator.cpp:48
void closeListElement()
Called when a list element should be closed.
Definition: RVNGTextDrawingGenerator.cpp:94
std::ostringstream m_stream
Definition: RVNGTextDrawingGenerator.cpp:28
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGTextDrawingGenerator.cpp:123
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGTextDrawingGenerator.cpp:88
void endPage()
Definition: RVNGTextDrawingGenerator.cpp:53
void setStyle(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:75
Definition: RVNGStringVector.h:33
boost::scoped_ptr< RVNGMemoryInputStream > m_stream
Definition: RVNGBinaryData.cpp:49
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGTextDrawingGenerator.cpp:97
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGTextDrawingGenerator.cpp:49
void startPage(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:51
Definition: RVNGTextDrawingGenerator.h:29
void drawGraphicObject(const RVNGPropertyList &)
Called when a binary/raster object should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:82
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGTextDrawingGenerator.cpp:108
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGTextDrawingGenerator.cpp:91
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGTextDrawingGenerator.cpp:105
Definition: RVNGPropertyList.h:39
void endLayer()
Definition: RVNGTextDrawingGenerator.cpp:68
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGTextDrawingGenerator.cpp:125
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGTextDrawingGenerator.cpp:127
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:111
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:112
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGTextDrawingGenerator.cpp:122
void drawEllipse(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:78
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGTextDrawingGenerator.cpp:87
void startLayer(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:67
void endTableObject()
Called when the current table is closed.
Definition: RVNGTextDrawingGenerator.cpp:128
void append(const RVNGString &str)
Definition: RVNGStringVector.cpp:75
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGTextDrawingGenerator.cpp:93
void startTextObject(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:84
UTF-8 string.
Definition: RVNGString.h:34
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGTextDrawingGenerator.cpp:124
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:104
void closeLink()
Called when the current link is closed.
Definition: RVNGTextDrawingGenerator.cpp:109
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGTextDrawingGenerator.cpp:90
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:114
RVNGTextDrawingGenerator(const RVNGTextDrawingGenerator &other)
void startEmbeddedGraphics(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:69
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:119
void endMasterPage()
Definition: RVNGTextDrawingGenerator.cpp:61
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGTextDrawingGenerator.cpp:50
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGTextDrawingGenerator.cpp:99
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGTextDrawingGenerator.cpp:120
void startMasterPage(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:59
const char * cstr() const
Definition: RVNGString.cpp:174
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGTextDrawingGenerator.cpp:126
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:47
void endTextObject()
Definition: RVNGTextDrawingGenerator.cpp:85
void drawPolyline(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:79
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:96
RVNGTextDrawingGeneratorImpl * m_impl
Definition: RVNGTextDrawingGenerator.h:100
Definition: RVNGTextDrawingGenerator.cpp:24
Definition: RVNGDrawingInterface.h:32
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGTextDrawingGenerator.cpp:83
Definition: RVNGBinaryData.cpp:39
void closeSpan()
Called when a text span is closed.
Definition: RVNGTextDrawingGenerator.cpp:106
void closeGroup()
Definition: RVNGTextDrawingGenerator.cpp:73
RVNGTextDrawingGeneratorImpl(RVNGStringVector &pages)
Definition: RVNGTextDrawingGenerator.cpp:31
void drawPath(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:81
void drawPolygon(const RVNGPropertyList &)
Definition: RVNGTextDrawingGenerator.cpp:80
RVNGStringVector & m_pages
Definition: RVNGTextDrawingGenerator.cpp:27
RVNGTextDrawingGenerator & operator=(const RVNGTextDrawingGenerator &other)
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void endEmbeddedGraphics()
Definition: RVNGTextDrawingGenerator.cpp:70
~RVNGTextDrawingGenerator()
Definition: RVNGTextDrawingGenerator.cpp:42
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGTextDrawingGenerator.cpp:72
Generated for librevenge by
doxygen 1.8.18