LibreOffice Module drawinglayer (master) 1
Classes | Namespaces | Typedefs
baseprimitive2d.hxx File Reference
#include <drawinglayer/drawinglayerdllapi.h>
#include <drawinglayer/primitive2d/Primitive2DContainer.hxx>
#include <drawinglayer/primitive2d/Primitive2DVisitor.hxx>
#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <com/sun/star/util/XAccounting.hpp>
#include <basegfx/range/b2drange.hxx>
#include <com/sun/star/graphic/XPrimitive2D.hpp>
#include <comphelper/compbase.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <rtl/ref.hxx>
#include <deque>
#include <utility>
Include dependency graph for baseprimitive2d.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  drawinglayer::primitive2d::BasePrimitive2D
 BasePrimitive2D class. More...
 
class  drawinglayer::primitive2d::UnoPrimitive2D
 Rather than make all the BasePrimitive2D classes bear the cost of being an UNO object, we just wrap the top level BasePrimitive2D in this class when we need to pass them over UNO. More...
 

Namespaces

namespace  drawinglayer
 
namespace  drawinglayer::geometry
 
namespace  drawinglayer::primitive2d
 

Typedefs

typedef comphelper::WeakComponentImplHelper< css::graphic::XPrimitive2D, css::util::XAccounting > BasePrimitive2DImplBase
 

Typedef Documentation

◆ BasePrimitive2DImplBase

typedef comphelper::WeakComponentImplHelper<css::graphic::XPrimitive2D, css::util::XAccounting> BasePrimitive2DImplBase

Definition at line 43 of file baseprimitive2d.hxx.