LibreOffice Module sd (master) 1
|
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 |
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.
|
inline |
Definition at line 41 of file animations.hxx.
bool sd::AfterEffectNode::mbOnNextEffect |
Definition at line 39 of file animations.hxx.
Referenced by sd::stl_process_after_effect_node_func().
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().
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().