Go to the documentation of this file.
15 #ifndef RVNGSVGPRESENTATIONGENERATOR_H
16 #define RVNGSVGPRESENTATIONGENERATOR_H
26 struct RVNGSVGPresentationGeneratorImpl;
49 void endMasterSlide();
59 void endEmbeddedGraphics();
78 void insertLineBreak();
84 void closeOrderedListLevel();
85 void closeUnorderedListLevel();
87 void closeListElement();
91 void closeParagraph();
101 void closeTableRow();
103 void closeTableCell();
105 void endTableObject();
117 void closeChartTextObject();
119 void closeChartPlotArea();
122 void closeChartSeries();
125 void closeAnimationSequence();
127 void closeAnimationGroup();
129 void closeAnimationIteration();
141 #endif // RVNGSVGPRESENTATIONGENERATOR_H
RVNGPropertyList m_style
Definition: RVNGSVGPresentationGenerator.cpp:186
const RVNGPropertyListVector * child(const char *name) const
Definition: RVNGPropertyList.cpp:312
RVNGSVGPresentationGeneratorImpl * m_impl
Definition: RVNGSVGPresentationGenerator.h:136
void startNotes(const RVNGPropertyList &propList)
Start slide notes.
Definition: RVNGSVGPresentationGenerator.cpp:1052
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:619
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:921
void startSlide(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:250
std::map< RVNGString, std::string > m_masterNameToContentMap
a map master name to master content
Definition: RVNGSVGPresentationGenerator.cpp:202
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:975
void void append(const RVNGString &s)
Definition: RVNGString.cpp:252
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGSVGPresentationGenerator.cpp:869
RVNGPropertyListVector m_gradient
Definition: RVNGSVGPresentationGenerator.cpp:185
void closeGroup()
Definition: RVNGSVGPresentationGenerator.cpp:601
void endEmbeddedGraphics()
Definition: RVNGSVGPresentationGenerator.cpp:591
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:940
int m_arrowStartIndex
start arrow index
Definition: RVNGSVGPresentationGenerator.cpp:189
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:859
void startMasterSlide(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:278
bool getPosition(int column, int row, double &x, double &y) const
returns the position of a cellule
Definition: RVNGSVGPresentationGenerator.cpp:142
bool empty() const
Definition: RVNGString.cpp:293
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:587
void insertMotionAnimation(const RVNGPropertyList &propList)
Insert an animation that moves the target object along a specified path.
Definition: RVNGSVGPresentationGenerator.cpp:1228
#define RVNG_DEBUG_MSG(M)
Definition: librevenge_internal.h:33
void remove(const char *name)
Definition: RVNGPropertyList.cpp:295
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:948
Definition: RVNGStringVector.h:33
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:903
void endTextObject()
End a text object.
Definition: RVNGSVGPresentationGenerator.cpp:854
void openAnimationIteration(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:1220
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGSVGPresentationGenerator.cpp:246
int m_patternIndex
Definition: RVNGSVGPresentationGenerator.cpp:188
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:1078
RVNGSVGPresentationGenerator & operator=(const RVNGSVGPresentationGenerator &other)
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:564
basic class used to store table information
Definition: RVNGSVGPresentationGenerator.cpp:92
void openAnimationSequence(const RVNGPropertyList &propList)
Called when a set of animations should be applied one after another.
Definition: RVNGSVGPresentationGenerator.cpp:1204
void insertColorAnimation(const RVNGPropertyList &propList)
Insert an animation that changes color of the target object.
Definition: RVNGSVGPresentationGenerator.cpp:1232
RVNGStringVector & m_vec
Definition: RVNGSVGPresentationGenerator.cpp:198
void defineChartStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:1062
void endDocument()
Definition: RVNGSVGPresentationGenerator.cpp:238
void endSlide()
Definition: RVNGSVGPresentationGenerator.cpp:271
RVNGString getStr() const
Definition: RVNGPropertyListVector.cpp:123
std::vector< double > m_columnsDistanceFromOrigin
the distance of each begin column in inches from origin
Definition: RVNGSVGPresentationGenerator.cpp:170
Definition: RVNGPropertyList.h:39
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:1066
void endComment()
End a comment.
Definition: RVNGSVGPresentationGenerator.cpp:1046
void openRow(const RVNGPropertyList &propList)
calls to open a row
Definition: RVNGSVGPresentationGenerator.cpp:122
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:322
void closeChart()
Called when a chart should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:1070
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:952
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:1074
RVNGSVGPresentationGeneratorImpl(RVNGStringVector &m_vec)
Definition: RVNGSVGPresentationGenerator.cpp:207
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:911
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:936
Table(const RVNGPropertyList &propList)
constructor
Definition: RVNGSVGPresentationGenerator.cpp:94
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGSVGPresentationGenerator.cpp:997
void closeSpan()
Called when a text span is closed.
Definition: RVNGSVGPresentationGenerator.cpp:898
Definition: RVNGSVGPresentationGenerator.h:29
void closeAnimationIteration()
Definition: RVNGSVGPresentationGenerator.cpp:1224
void writeStyle(bool isClosed=true)
Definition: RVNGSVGPresentationGenerator.cpp:1103
std::ostringstream m_outputSink
Definition: RVNGSVGPresentationGenerator.cpp:197
Definition: RVNGProperty.h:33
int m_shadowIndex
Definition: RVNGSVGPresentationGenerator.cpp:192
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:962
void openAnimationGroup(const RVNGPropertyList &propList)
Called when a set of animations should be applied in parallel.
Definition: RVNGSVGPresentationGenerator.cpp:1212
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:1082
void drawPolySomething(const RVNGPropertyListVector &vertices, bool isClosed)
Definition: RVNGSVGPresentationGenerator.cpp:649
void append(const RVNGString &str)
Definition: RVNGStringVector.cpp:76
UTF-8 string.
Definition: RVNGString.h:34
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:635
@ RVNG_POINT
Definition: RVNGProperty.h:30
std::vector< double > m_rowsDistanceFromOrigin
the distance of each begin row in inches from origin
Definition: RVNGSVGPresentationGenerator.cpp:172
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:931
void startTextObject(const RVNGPropertyList &propList)
Start a text object.
Definition: RVNGSVGPresentationGenerator.cpp:795
RVNGString m_masterName
the actual master name
Definition: RVNGSVGPresentationGenerator.cpp:200
int m_row
the actual row
Definition: RVNGSVGPresentationGenerator.cpp:166
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:1086
static unsigned stringToColour(const RVNGString &s)
Definition: RVNGSVGPresentationGenerator.cpp:71
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:686
~RVNGSVGPresentationGenerator()
Definition: RVNGSVGPresentationGenerator.cpp:229
Definition: RVNGSVGPresentationGenerator.cpp:180
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGSVGPresentationGenerator.cpp:790
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGSVGPresentationGenerator.cpp:966
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:916
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:944
void startComment(const RVNGPropertyList &propList)
Start a comment.
Definition: RVNGSVGPresentationGenerator.cpp:1041
int m_arrowEndIndex
end arrow index
Definition: RVNGSVGPresentationGenerator.cpp:189
@ RVNG_INCH
Definition: RVNGProperty.h:30
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGSVGPresentationGenerator.cpp:991
void closeLink()
Called when the current link is closed.
Definition: RVNGSVGPresentationGenerator.cpp:907
static RVNGString escapeXML(const RVNGString &s)
Create a new string from s as escaped XML.
Definition: RVNGString.cpp:203
std::map< int, RVNGPropertyList > m_idSpanMap
Definition: RVNGSVGPresentationGenerator.cpp:183
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:746
void clear()
Definition: RVNGPropertyList.cpp:317
double m_y
Definition: RVNGSVGPresentationGenerator.cpp:168
@ RVNG_UNIT_ERROR
Definition: RVNGProperty.h:30
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:642
@ RVNG_PERCENT
Definition: RVNGProperty.h:30
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:926
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:595
void endLayer()
Definition: RVNGSVGPresentationGenerator.cpp:582
const char * cstr() const
Definition: RVNGString.cpp:217
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGSVGPresentationGenerator.cpp:985
static RVNGProperty * newDoubleProp(const double val)
Definition: RVNGProperty.cpp:432
double m_x
the origin table position in inches
Definition: RVNGSVGPresentationGenerator.cpp:168
void setSlideTransition(const RVNGPropertyList &propList)
Called when a transition should be added to the current slide.
Definition: RVNGSVGPresentationGenerator.cpp:318
virtual RVNGString getStr() const =0
void closeChartSeries()
Called when a serie should be closed (in a plot area)
Definition: RVNGSVGPresentationGenerator.cpp:1098
int m_column
the actual column
Definition: RVNGSVGPresentationGenerator.cpp:164
int m_gradientIndex
Definition: RVNGSVGPresentationGenerator.cpp:187
static double getInchValue(librevenge::RVNGProperty const &prop)
Definition: RVNGSVGPresentationGenerator.cpp:34
void closeListElement()
Called when a list element should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:957
@ RVNG_GENERIC
Definition: RVNGProperty.h:30
Interface for import of presentations.
Definition: RVNGPresentationInterface.h:27
void endMasterSlide()
Definition: RVNGSVGPresentationGenerator.cpp:297
Definition: RVNGPropertyListVector.h:35
void endNotes()
End slide notes.
Definition: RVNGSVGPresentationGenerator.cpp:1057
void insertAnimation(const RVNGPropertyList &propList)
Insert a generic animation.
Definition: RVNGSVGPresentationGenerator.cpp:1236
RVNGSVGPresentationGenerator(const RVNGSVGPresentationGenerator &other)
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:606
Definition: RVNGBinaryData.cpp:40
basic class used to store table information
Definition: RVNGSVGDrawingGenerator.cpp:98
int m_layerId
layerId used if svg:id is not defined when calling startLayer
Definition: RVNGSVGPresentationGenerator.cpp:191
virtual RVNGUnit getUnit() const =0
returns the property unit when possible.
void insertEffect(const RVNGPropertyList &propList)
Set one-time animation effect on the target object.
Definition: RVNGSVGPresentationGenerator.cpp:1240
void closeAnimationGroup()
Definition: RVNGSVGPresentationGenerator.cpp:1216
void sprintf(const char *format,...) REVENGE_ATTRIBUTE_PRINTF(2
Definition: RVNGString.cpp:222
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGSVGPresentationGenerator.cpp:1025
void clear()
Definition: RVNGString.cpp:278
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGSVGPresentationGenerator.cpp:1019
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGSVGPresentationGenerator.cpp:242
void closeAnimationSequence()
Definition: RVNGSVGPresentationGenerator.cpp:1208
void openChartSeries(const librevenge::RVNGPropertyList &propList)
Called when a serie should be opened (in a plot area)
Definition: RVNGSVGPresentationGenerator.cpp:1094
void closeRow()
call to close a row
Definition: RVNGSVGPresentationGenerator.cpp:137
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:234
@ RVNG_TWIP
Definition: RVNGProperty.h:30
unsigned long count() const
Definition: RVNGPropertyListVector.cpp:145
std::shared_ptr< Table > m_table
the actual opened table
Definition: RVNGSVGPresentationGenerator.cpp:204
void appendEscapedXML(const RVNGString &s)
Append the content of s as escaped XML.
Definition: RVNGString.cpp:268
void endTableObject()
Called when the current table is closed.
Definition: RVNGSVGPresentationGenerator.cpp:1031
double getDouble() const
Definition: RVNGPropertyListVector.cpp:113
virtual double getDouble() const =0
static std::string doubleToString(const double value)
Definition: RVNGSVGPresentationGenerator.cpp:64
void insertChartAxis(const RVNGPropertyList &propList)
Called when a axis should be add in a plot area.
Definition: RVNGSVGPresentationGenerator.cpp:1090
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGSVGPresentationGenerator.cpp:970
Generated for librevenge by
doxygen 1.8.20