LibreOffice Module slideshow (master) 1
Classes | Namespaces | Typedefs
shape.hxx File Reference
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/drawing/XShape.hpp>
#include <basegfx/range/b2drectangle.hxx>
#include "viewlayer.hxx"
#include <memory>
#include <set>
Include dependency graph for shape.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slideshow::internal::Shape
 Represents a slide's shape object. More...
 
struct  slideshow::internal::Shape::lessThanShape
 Functor struct, for shape ordering. More...
 

Namespaces

namespace  basegfx
 
namespace  slideshow
 
namespace  slideshow::internal
 

Typedefs

typedef ::std::set< ShapeSharedPtr, Shape::lessThanShape > slideshow::internal::ShapeSet
 A set which contains all shapes in an ordered fashion. More...