Go to the documentation of this file.
22 #ifndef RVNGRAWDRAWINGGENERATOR_H
23 #define RVNGRAWDRAWINGGENERATOR_H
33 struct RVNGRawDrawingGeneratorImpl;
57 void endEmbeddedGraphics();
78 void closeTableCell();
80 void endTableObject();
83 void closeOrderedListLevel();
85 void closeUnorderedListLevel();
87 void closeListElement();
91 void closeParagraph();
103 void insertLineBreak();
112 #endif // RVNGRAWDRAWINGGENERATOR_H
#define RVNG_CALLGRAPH_LEAVE(M, L)
Definition: RVNGRawGeneratorBase.h:44
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:155
void endLayer()
Definition: RVNGRawDrawingGenerator.cpp:106
void endEmbeddedGraphics()
Definition: RVNGRawDrawingGenerator.cpp:116
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGRawDrawingGenerator.cpp:240
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGRawDrawingGenerator.cpp:275
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGRawDrawingGenerator.cpp:245
void startTextObject(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:195
void endPage()
Definition: RVNGRawDrawingGenerator.cpp:86
RVNGRawDrawingGenerator(const RVNGRawDrawingGenerator &other)
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:55
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:121
Definition: RVNGRawDrawingGenerator.h:36
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGRawDrawingGenerator.cpp:291
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:235
int m_callbackMisses
Definition: RVNGRawGeneratorBase.h:122
void closeSpan()
Called when a text span is closed.
Definition: RVNGRawDrawingGenerator.cpp:260
~RVNGRawDrawingGenerator()
Definition: RVNGRawDrawingGenerator.cpp:47
void closeLink()
Called when the current link is closed.
Definition: RVNGRawDrawingGenerator.cpp:270
Definition: RVNGPropertyList.h:39
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGRawDrawingGenerator.cpp:307
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:139
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGRawDrawingGenerator.cpp:187
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGRawDrawingGenerator.cpp:255
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:101
Definition: RVNGRawDrawingGenerator.cpp:32
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGRawDrawingGenerator.cpp:220
bool m_printCallgraphScore
Definition: RVNGRawGeneratorBase.h:124
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGRawDrawingGenerator.cpp:225
#define RVNG_CALLGRAPH_ENTER(M, L)
Definition: RVNGRawGeneratorBase.h:32
void startPage(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:81
UTF-8 string.
Definition: RVNGString.h:34
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:250
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:131
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGRawDrawingGenerator.cpp:299
RVNGString getPropString() const
Definition: RVNGPropertyList.cpp:366
void iprintf(const char *format,...) REVENGE_ATTRIBUTE_PRINTF(2
Definition: RVNGRawGeneratorBase.cpp:44
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGRawDrawingGenerator.cpp:65
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 drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGRawDrawingGenerator.cpp:179
void endTableObject()
Called when the current table is closed.
Definition: RVNGRawDrawingGenerator.cpp:350
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGRawDrawingGenerator.cpp:215
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:171
void closeListElement()
Called when a list element should be closed.
Definition: RVNGRawDrawingGenerator.cpp:230
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGRawDrawingGenerator.cpp:331
RVNGRawDrawingGeneratorImpl(bool printCallgraphScore)
Definition: RVNGRawDrawingGenerator.cpp:36
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGRawDrawingGenerator.cpp:283
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGRawDrawingGenerator.cpp:337
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGRawDrawingGenerator.cpp:320
RVNGRawDrawingGeneratorImpl * m_impl
Definition: RVNGRawDrawingGenerator.h:107
const char * cstr() const
Definition: RVNGString.cpp:174
Definition: RVNGRawGeneratorBase.h:117
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:111
void endDocument()
Definition: RVNGRawDrawingGenerator.cpp:60
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGRawDrawingGenerator.cpp:265
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:147
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGRawDrawingGenerator.cpp:326
void endTextObject()
Definition: RVNGRawDrawingGenerator.cpp:200
Definition: RVNGDrawingInterface.h:32
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGRawDrawingGenerator.cpp:315
Definition: RVNGBinaryData.cpp:39
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:163
RVNGRawDrawingGenerator & operator=(const RVNGRawDrawingGenerator &other)
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGRawDrawingGenerator.cpp:205
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGRawDrawingGenerator.cpp:73
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGRawDrawingGenerator.cpp:210
std::stack< int > m_callStack
Definition: RVNGRawGeneratorBase.h:125
void endMasterPage()
Definition: RVNGRawDrawingGenerator.cpp:96
void closeGroup()
Definition: RVNGRawDrawingGenerator.cpp:126
void startMasterPage(const RVNGPropertyList &propList)
Definition: RVNGRawDrawingGenerator.cpp:91
Generated for librevenge by
doxygen 1.8.18