#include <vector>
#include <librevenge/librevenge.h>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include "ShapeType.h"
#include "VectorTransformation2D.h"
#include "Coordinate.h"
#include "Line.h"
Go to the source code of this file.
|
boost::shared_ptr< const CustomShape > | libmspub::getFromDynamicCustomShape (const DynamicCustomShape &dcs) |
|
const CustomShape * | libmspub::getCustomShape (ShapeType type) |
|
bool | libmspub::isShapeTypeRectangle (ShapeType type) |
|
librevenge::RVNGPropertyList | libmspub::calcClipPath (const std::vector< libmspub::Vertex > &verts, double x, double y, double height, double width, VectorTransformation2D transform, boost::shared_ptr< const CustomShape > shape) |
|
void | libmspub::writeCustomShape (ShapeType shapeType, librevenge::RVNGPropertyList &graphicsProps, librevenge::RVNGDrawingInterface *painter, double x, double y, double height, double width, bool closeEverything, VectorTransformation2D transform, std::vector< Line > lines, boost::function< double(unsigned index)> calculator, const std::vector< Color > &palette, boost::shared_ptr< const CustomShape > shape) |
|