LibreOffice Module slideshow (master) 1
Namespaces | Macros | Functions
animationnodefactory.hxx File Reference
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/animations/XAnimationNode.hpp>
#include <basegfx/vector/b2dvector.hxx>
#include "animationnode.hxx"
#include "slideshowcontext.hxx"
Include dependency graph for animationnodefactory.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 
namespace  slideshow::internal::AnimationNodeFactory
 

Macros

#define SHOW_NODE_TREE(a)   AnimationNodeFactory::showTree(a)
 

Functions

AnimationNodeSharedPtr slideshow::internal::AnimationNodeFactory::createAnimationNode (const css::uno::Reference< css::animations::XAnimationNode > &xNode, const ::basegfx::B2DVector &rSlideSize, const SlideShowContext &rContext)
 Create an AnimationNode for the given XAnimationNode. More...
 
void slideshow::internal::AnimationNodeFactory::showTree (AnimationNodeSharedPtr const &pRootNode)
 

Macro Definition Documentation

◆ SHOW_NODE_TREE

#define SHOW_NODE_TREE (   a)    AnimationNodeFactory::showTree(a)

Definition at line 45 of file animationnodefactory.hxx.