LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
sd::AfterEffectNode Struct Reference

stores the link between an after effect node and its master for later insertion into the timing hierarchy More...

#include <animations.hxx>

Public Member Functions

 AfterEffectNode (css::uno::Reference< css::animations::XAnimationNode > xNode, css::uno::Reference< css::animations::XAnimationNode > xMaster, bool bOnNextEffect)
 

Public Attributes

css::uno::Reference< css::animations::XAnimationNode > mxNode
 
css::uno::Reference< css::animations::XAnimationNode > mxMaster
 
bool mbOnNextEffect
 

Detailed Description

stores the link between an after effect node and its master for later insertion into the timing hierarchy

Definition at line 35 of file animations.hxx.

Constructor & Destructor Documentation

◆ AfterEffectNode()

sd::AfterEffectNode::AfterEffectNode ( css::uno::Reference< css::animations::XAnimationNode >  xNode,
css::uno::Reference< css::animations::XAnimationNode >  xMaster,
bool  bOnNextEffect 
)
inline

Definition at line 41 of file animations.hxx.

Member Data Documentation

◆ mbOnNextEffect

bool sd::AfterEffectNode::mbOnNextEffect

Definition at line 39 of file animations.hxx.

Referenced by sd::stl_process_after_effect_node_func().

◆ mxMaster

css::uno::Reference< css::animations::XAnimationNode > sd::AfterEffectNode::mxMaster

Definition at line 38 of file animations.hxx.

Referenced by sd::stl_process_after_effect_node_func().

◆ mxNode

css::uno::Reference< css::animations::XAnimationNode > sd::AfterEffectNode::mxNode

Definition at line 37 of file animations.hxx.

Referenced by sd::stl_process_after_effect_node_func().


The documentation for this struct was generated from the following file: