|
| KEYContentCollector (KEYPresentationInterface *painter, KEYDictionary &dict, const KEYLayerMap_t &masterPages, const KEYSize &size, const KEYDefaults &defaults) |
|
virtual | ~KEYContentCollector () |
|
virtual void | collectPresentation (const boost::optional< KEYSize > &size) |
|
virtual void | collectLayer (const boost::optional< ID_t > &id, bool ref) |
|
virtual void | collectPage (const boost::optional< ID_t > &id) |
|
virtual void | startSlides () |
|
virtual void | endSlides () |
|
virtual void | startThemes () |
|
virtual void | endThemes () |
|
virtual void | startPage () |
|
virtual void | endPage () |
|
virtual void | startLayer () |
|
virtual void | endLayer () |
|
| KEYCollectorBase (KEYDictionary &dict, const KEYDefaults &defaults) |
|
| ~KEYCollectorBase () |
|
virtual void | collectCellStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectCharacterStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectConnectionStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectGraphicStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectLayoutStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectListStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectParagraphStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectPlaceholderStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectSlideStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectTabularStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectVectorStyle (const boost::optional< ID_t > &id, const boost::optional< KEYPropertyMap > &props, const boost::optional< std::string > &ident, const boost::optional< std::string > &parentIdent, bool ref, bool anonymous) |
|
virtual void | collectGeometry (boost::optional< ID_t > &id, boost::optional< KEYSize > &naturalSize, boost::optional< KEYPosition > &position, boost::optional< double > &angle, boost::optional< double > &shearXAngle, boost::optional< double > &shearYAngle, boost::optional< bool > &horizontalFlip, boost::optional< bool > &verticalFlip, boost::optional< bool > &aspectRatioLocked, boost::optional< bool > &sizesLocked) |
|
virtual void | collectBezier (const boost::optional< ID_t > &id, const KEYPathPtr_t &path, bool ref) |
|
virtual void | collectGroup (const boost::optional< ID_t > &id, const KEYGroupPtr_t &group) |
|
virtual void | collectImage (const boost::optional< ID_t > &id, const KEYImagePtr_t &image) |
|
virtual void | collectLine (const boost::optional< ID_t > &id, const KEYLinePtr_t &line) |
|
virtual void | collectShape (const boost::optional< ID_t > &id) |
|
virtual void | collectBezierPath (const boost::optional< ID_t > &id) |
|
virtual void | collectPolygonPath (const boost::optional< ID_t > &id, const KEYSize &size, unsigned edges) |
|
virtual void | collectRoundedRectanglePath (const boost::optional< ID_t > &id, const KEYSize &size, double radius) |
|
virtual void | collectArrowPath (const boost::optional< ID_t > &id, const KEYSize &size, double headWidth, double stemRelYPos, bool doubleSided) |
|
virtual void | collectStarPath (const boost::optional< ID_t > &id, const KEYSize &size, unsigned points, double innerRadius) |
|
virtual void | collectConnectionPath (const boost::optional< ID_t > &id, const KEYSize &size, double middleX, double middleY) |
|
virtual void | collectCalloutPath (const boost::optional< ID_t > &id, const KEYSize &size, double radius, double tailSize, double tailX, double tailY, bool quoteBubble) |
|
virtual void | collectData (const boost::optional< ID_t > &id, const WPXInputStreamPtr_t &stream, const boost::optional< std::string > &displayName, const boost::optional< unsigned > &type, bool ref) |
|
virtual void | collectUnfiltered (const boost::optional< ID_t > &id, const boost::optional< KEYSize > &size, bool ref) |
|
virtual void | collectFiltered (const boost::optional< ID_t > &id, const boost::optional< KEYSize > &size) |
|
virtual void | collectLeveled (const boost::optional< ID_t > &id, const boost::optional< KEYSize > &size) |
|
virtual void | collectFilteredImage (const boost::optional< ID_t > &id, bool ref) |
|
virtual void | collectMovieMedia (const boost::optional< ID_t > &id) |
|
virtual void | collectMedia (const boost::optional< ID_t > &id) |
|
virtual void | collectStylesheet (const boost::optional< ID_t > &id, const boost::optional< ID_t > &parent) |
|
virtual void | collectText (const boost::optional< ID_t > &style, const std::string &text) |
|
virtual void | collectTab () |
|
virtual void | collectLineBreak () |
|
virtual void | collectTextPlaceholder (const boost::optional< ID_t > &id, bool title, bool ref) |
|
virtual void | startGroup () |
|
virtual void | endGroup () |
|
virtual void | startParagraph (const boost::optional< ID_t > &style) |
|
virtual void | endParagraph () |
|
virtual void | startText () |
| Start of a block that can contain text. More...
|
|
virtual void | endText () |
| End of a text block. More...
|
|
virtual void | startLevel () |
|
virtual void | endLevel () |
|
virtual | ~KEYCollector ()=0 |
|