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:188
const RVNGPropertyListVector * child(const char *name) const
Definition: RVNGPropertyList.cpp:350
RVNGSVGPresentationGeneratorImpl * m_impl
Definition: RVNGSVGPresentationGenerator.h:136
void startNotes(const RVNGPropertyList &propList)
Start slide notes.
Definition: RVNGSVGPresentationGenerator.cpp:1054
void drawEllipse(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:621
void insertText(const RVNGString &text)
Called when a string of text should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:923
void startSlide(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:252
std::map< RVNGString, std::string > m_masterNameToContentMap
a map master name to master content
Definition: RVNGSVGPresentationGenerator.cpp:204
void startTableObject(const RVNGPropertyList &propList)
Called when a table should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:977
void void append(const RVNGString &s)
Definition: RVNGString.cpp:211
void openSpan(const RVNGPropertyList &propList)
Called when a text span is opened.
Definition: RVNGSVGPresentationGenerator.cpp:871
RVNGPropertyListVector m_gradient
Definition: RVNGSVGPresentationGenerator.cpp:187
void closeGroup()
Definition: RVNGSVGPresentationGenerator.cpp:603
void endEmbeddedGraphics()
Definition: RVNGSVGPresentationGenerator.cpp:593
void openUnorderedListLevel(const RVNGPropertyList &propList)
Called when a new unordered list level should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:942
int m_arrowStartIndex
start arrow index
Definition: RVNGSVGPresentationGenerator.cpp:191
void defineCharacterStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:861
void startMasterSlide(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:280
bool getPosition(int column, int row, double &x, double &y) const
returns the position of a cellule
Definition: RVNGSVGPresentationGenerator.cpp:144
bool empty() const
Definition: RVNGString.cpp:252
void startEmbeddedGraphics(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:589
void insertMotionAnimation(const RVNGPropertyList &propList)
Insert an animation that moves the target object along a specified path.
Definition: RVNGSVGPresentationGenerator.cpp:1230
#define RVNG_DEBUG_MSG(M)
Definition: librevenge_internal.h:33
void remove(const char *name)
Definition: RVNGPropertyList.cpp:333
void closeUnorderedListLevel()
Called when an ununordered list level should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:950
Definition: RVNGStringVector.h:33
void openLink(const RVNGPropertyList &propList)
Called when a link should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:905
void endTextObject()
End a text object.
Definition: RVNGSVGPresentationGenerator.cpp:856
void openAnimationIteration(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:1222
void defineEmbeddedFont(const RVNGPropertyList &propList)
Called when an embedded font should be defined.
Definition: RVNGSVGPresentationGenerator.cpp:248
int m_patternIndex
Definition: RVNGSVGPresentationGenerator.cpp:190
void closeChartTextObject()
Called when a chart text zone:legend/title/subtitle/footer should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:1080
RVNGSVGPresentationGenerator & operator=(const RVNGSVGPresentationGenerator &other)
void startLayer(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:566
basic class used to store table information
Definition: RVNGSVGPresentationGenerator.cpp:94
void openAnimationSequence(const RVNGPropertyList &propList)
Called when a set of animations should be applied one after another.
Definition: RVNGSVGPresentationGenerator.cpp:1206
void insertColorAnimation(const RVNGPropertyList &propList)
Insert an animation that changes color of the target object.
Definition: RVNGSVGPresentationGenerator.cpp:1234
RVNGStringVector & m_vec
Definition: RVNGSVGPresentationGenerator.cpp:200
void defineChartStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:1064
void endDocument()
Definition: RVNGSVGPresentationGenerator.cpp:240
void endSlide()
Definition: RVNGSVGPresentationGenerator.cpp:273
RVNGString getStr() const
Definition: RVNGPropertyListVector.cpp:124
std::vector< double > m_columnsDistanceFromOrigin
the distance of each begin column in inches from origin
Definition: RVNGSVGPresentationGenerator.cpp:172
Definition: RVNGPropertyList.h:39
void openChart(const RVNGPropertyList &propList)
Called when a chart should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:1068
void endComment()
End a comment.
Definition: RVNGSVGPresentationGenerator.cpp:1048
void openRow(const RVNGPropertyList &propList)
calls to open a row
Definition: RVNGSVGPresentationGenerator.cpp:124
void setStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:324
void closeChart()
Called when a chart should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:1072
void openListElement(const RVNGPropertyList &propList)
Called when a list element should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:954
void openChartTextObject(const RVNGPropertyList &propList)
Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:1076
RVNGSVGPresentationGeneratorImpl(RVNGStringVector &m_vec)
Definition: RVNGSVGPresentationGenerator.cpp:209
void insertTab()
Called when a TAB character should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:913
void openOrderedListLevel(const RVNGPropertyList &propList)
Called when a new ordered list level should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:938
Table(const RVNGPropertyList &propList)
constructor
Definition: RVNGSVGPresentationGenerator.cpp:96
void openTableCell(const RVNGPropertyList &propList)
Called when a new table cell is opened.
Definition: RVNGSVGPresentationGenerator.cpp:999
void closeSpan()
Called when a text span is closed.
Definition: RVNGSVGPresentationGenerator.cpp:900
Definition: RVNGSVGPresentationGenerator.h:29
void closeAnimationIteration()
Definition: RVNGSVGPresentationGenerator.cpp:1226
void writeStyle(bool isClosed=true)
Definition: RVNGSVGPresentationGenerator.cpp:1105
std::ostringstream m_outputSink
Definition: RVNGSVGPresentationGenerator.cpp:199
Definition: RVNGProperty.h:33
int m_shadowIndex
Definition: RVNGSVGPresentationGenerator.cpp:194
void defineParagraphStyle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:964
void openAnimationGroup(const RVNGPropertyList &propList)
Called when a set of animations should be applied in parallel.
Definition: RVNGSVGPresentationGenerator.cpp:1214
void openChartPlotArea(const RVNGPropertyList &propList)
Called when a chart plot area should be opened.
Definition: RVNGSVGPresentationGenerator.cpp:1084
void drawPolySomething(const RVNGPropertyListVector &vertices, bool isClosed)
Definition: RVNGSVGPresentationGenerator.cpp:651
void append(const RVNGString &str)
Definition: RVNGStringVector.cpp:75
UTF-8 string.
Definition: RVNGString.h:34
boost::shared_ptr< Table > m_table
the actual opened table
Definition: RVNGSVGPresentationGenerator.cpp:206
void drawPolyline(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:637
@ RVNG_POINT
Definition: RVNGProperty.h:30
std::vector< double > m_rowsDistanceFromOrigin
the distance of each begin row in inches from origin
Definition: RVNGSVGPresentationGenerator.cpp:174
void insertField(const RVNGPropertyList &propList)
Called when a field should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:933
void startTextObject(const RVNGPropertyList &propList)
Start a text object.
Definition: RVNGSVGPresentationGenerator.cpp:797
RVNGString m_masterName
the actual master name
Definition: RVNGSVGPresentationGenerator.cpp:202
int m_row
the actual row
Definition: RVNGSVGPresentationGenerator.cpp:168
void closeChartPlotArea()
Called when a chart plot arre should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:1088
static unsigned stringToColour(const RVNGString &s)
Definition: RVNGSVGPresentationGenerator.cpp:73
void drawPath(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:688
~RVNGSVGPresentationGenerator()
Definition: RVNGSVGPresentationGenerator.cpp:231
Definition: RVNGSVGPresentationGenerator.cpp:182
void drawConnector(const RVNGPropertyList &propList)
Draw a connector.
Definition: RVNGSVGPresentationGenerator.cpp:792
void openParagraph(const RVNGPropertyList &propList)
Called when a new paragraph is opened.
Definition: RVNGSVGPresentationGenerator.cpp:968
void insertSpace()
Called when an explicit space should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:918
void closeOrderedListLevel()
Called when an unordered list level should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:946
void startComment(const RVNGPropertyList &propList)
Start a comment.
Definition: RVNGSVGPresentationGenerator.cpp:1043
int m_arrowEndIndex
end arrow index
Definition: RVNGSVGPresentationGenerator.cpp:191
@ RVNG_INCH
Definition: RVNGProperty.h:30
void closeTableRow()
Called when the current table row is closed.
Definition: RVNGSVGPresentationGenerator.cpp:993
void closeLink()
Called when the current link is closed.
Definition: RVNGSVGPresentationGenerator.cpp:909
static RVNGString escapeXML(const RVNGString &s)
Create a new string from s as escaped XML.
Definition: RVNGString.cpp:160
std::map< int, RVNGPropertyList > m_idSpanMap
Definition: RVNGSVGPresentationGenerator.cpp:185
void drawGraphicObject(const RVNGPropertyList &propList)
Called when a binary/raster object should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:748
void clear()
Definition: RVNGPropertyList.cpp:355
double m_y
Definition: RVNGSVGPresentationGenerator.cpp:170
@ RVNG_UNIT_ERROR
Definition: RVNGProperty.h:30
void drawPolygon(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:644
@ RVNG_PERCENT
Definition: RVNGProperty.h:30
void insertLineBreak()
Called when a line break should be inserted.
Definition: RVNGSVGPresentationGenerator.cpp:928
void openGroup(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:597
void endLayer()
Definition: RVNGSVGPresentationGenerator.cpp:584
const char * cstr() const
Definition: RVNGString.cpp:174
void openTableRow(const RVNGPropertyList &propList)
Called when a new table row is opened.
Definition: RVNGSVGPresentationGenerator.cpp:987
static RVNGProperty * newDoubleProp(const double val)
Definition: RVNGProperty.cpp:432
double m_x
the origin table position in inches
Definition: RVNGSVGPresentationGenerator.cpp:170
void setSlideTransition(const RVNGPropertyList &propList)
Called when a transition should be added to the current slide.
Definition: RVNGSVGPresentationGenerator.cpp:320
virtual RVNGString getStr() const =0
void closeChartSeries()
Called when a serie should be closed (in a plot area)
Definition: RVNGSVGPresentationGenerator.cpp:1100
int m_column
the actual column
Definition: RVNGSVGPresentationGenerator.cpp:166
int m_gradientIndex
Definition: RVNGSVGPresentationGenerator.cpp:189
static double getInchValue(librevenge::RVNGProperty const &prop)
Definition: RVNGSVGPresentationGenerator.cpp:35
void closeListElement()
Called when a list element should be closed.
Definition: RVNGSVGPresentationGenerator.cpp:959
@ RVNG_GENERIC
Definition: RVNGProperty.h:30
Interface for import of presentations.
Definition: RVNGPresentationInterface.h:27
void endMasterSlide()
Definition: RVNGSVGPresentationGenerator.cpp:299
Definition: RVNGPropertyListVector.h:35
void endNotes()
End slide notes.
Definition: RVNGSVGPresentationGenerator.cpp:1059
void insertAnimation(const RVNGPropertyList &propList)
Insert a generic animation.
Definition: RVNGSVGPresentationGenerator.cpp:1238
RVNGSVGPresentationGenerator(const RVNGSVGPresentationGenerator &other)
void drawRectangle(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:608
Definition: RVNGBinaryData.cpp:39
basic class used to store table information
Definition: RVNGSVGDrawingGenerator.cpp:100
int m_layerId
layerId used if svg:id is not defined when calling startLayer
Definition: RVNGSVGPresentationGenerator.cpp:193
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:1242
void closeAnimationGroup()
Definition: RVNGSVGPresentationGenerator.cpp:1218
void sprintf(const char *format,...) REVENGE_ATTRIBUTE_PRINTF(2
Definition: RVNGString.cpp:179
void insertCoveredTableCell(const RVNGPropertyList &propList)
Called when a covered (spanned by another cell in the table) table cell is opened.
Definition: RVNGSVGPresentationGenerator.cpp:1027
void clear()
Definition: RVNGString.cpp:237
void closeTableCell()
Called when the current table cell is closed.
Definition: RVNGSVGPresentationGenerator.cpp:1021
void setDocumentMetaData(const RVNGPropertyList &propList)
Called when all document metadata should be set.
Definition: RVNGSVGPresentationGenerator.cpp:244
void closeAnimationSequence()
Definition: RVNGSVGPresentationGenerator.cpp:1210
void openChartSeries(const librevenge::RVNGPropertyList &propList)
Called when a serie should be opened (in a plot area)
Definition: RVNGSVGPresentationGenerator.cpp:1096
void closeRow()
call to close a row
Definition: RVNGSVGPresentationGenerator.cpp:139
#define REVENGE_GENERATORS_API
Definition: librevenge-generators-api.h:34
void startDocument(const RVNGPropertyList &propList)
Definition: RVNGSVGPresentationGenerator.cpp:236
@ RVNG_TWIP
Definition: RVNGProperty.h:30
unsigned long count() const
Definition: RVNGPropertyListVector.cpp:146
void appendEscapedXML(const RVNGString &s)
Append the content of s as escaped XML.
Definition: RVNGString.cpp:227
void endTableObject()
Called when the current table is closed.
Definition: RVNGSVGPresentationGenerator.cpp:1033
double getDouble() const
Definition: RVNGPropertyListVector.cpp:114
virtual double getDouble() const =0
static std::string doubleToString(const double value)
Definition: RVNGSVGPresentationGenerator.cpp:65
void insertChartAxis(const RVNGPropertyList &propList)
Called when a axis should be add in a plot area.
Definition: RVNGSVGPresentationGenerator.cpp:1092
void closeParagraph()
Called when a paragraph is closed.
Definition: RVNGSVGPresentationGenerator.cpp:972
Generated for librevenge by
doxygen 1.8.18