LibreOffice Module sd (master) 1
|
#include <CustomAnimationEffect.hxx>
Public Member Functions | |
CustomAnimationEffect (const css::uno::Reference< css::animations::XAnimationNode > &xNode) | |
~CustomAnimationEffect () | |
SAL_DLLPRIVATE const css::uno::Reference< css::animations::XAnimationNode > & | getNode () const |
SAL_DLLPRIVATE void | setNode (const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
SAL_DLLPRIVATE void | replaceNode (const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
SAL_DLLPRIVATE CustomAnimationEffectPtr | clone () const |
SAL_DLLPRIVATE const OUString & | getPresetId () const |
SAL_DLLPRIVATE const OUString & | getPresetSubType () const |
SAL_DLLPRIVATE const OUString & | getProperty () const |
SAL_DLLPRIVATE sal_Int16 | getPresetClass () const |
SAL_DLLPRIVATE void | setPresetClassAndId (sal_Int16 nPresetClass, const OUString &rPresetId) |
SAL_DLLPRIVATE sal_Int16 | getNodeType () const |
void | setNodeType (sal_Int16 nNodeType) |
SAL_DLLPRIVATE css::uno::Any | getRepeatCount () const |
SAL_DLLPRIVATE void | setRepeatCount (const css::uno::Any &rRepeatCount) |
SAL_DLLPRIVATE css::uno::Any | getEnd () const |
SAL_DLLPRIVATE void | setEnd (const css::uno::Any &rEnd) |
SAL_DLLPRIVATE sal_Int16 | getFill () const |
SAL_DLLPRIVATE void | setFill (sal_Int16 nFill) |
SAL_DLLPRIVATE double | getBegin () const |
void | setBegin (double fBegin) |
SAL_DLLPRIVATE double | getDuration () const |
void | setDuration (double fDuration) |
SAL_DLLPRIVATE double | getAbsoluteDuration () const |
SAL_DLLPRIVATE sal_Int16 | getIterateType () const |
void | setIterateType (sal_Int16 nIterateType) |
SAL_DLLPRIVATE double | getIterateInterval () const |
void | setIterateInterval (double fIterateInterval) |
SAL_DLLPRIVATE const css::uno::Any & | getTarget () const |
void | setTarget (const css::uno::Any &rTarget) |
SAL_DLLPRIVATE bool | hasAfterEffect () const |
SAL_DLLPRIVATE void | setHasAfterEffect (bool bHasAfterEffect) |
SAL_DLLPRIVATE const css::uno::Any & | getDimColor () const |
SAL_DLLPRIVATE void | setDimColor (const css::uno::Any &rDimColor) |
SAL_DLLPRIVATE bool | IsAfterEffectOnNext () const |
SAL_DLLPRIVATE void | setAfterEffectOnNext (bool bOnNextEffect) |
SAL_DLLPRIVATE sal_Int32 | getParaDepth () const |
SAL_DLLPRIVATE bool | hasText () const |
SAL_DLLPRIVATE sal_Int16 | getCommand () const |
SAL_DLLPRIVATE double | getAcceleration () const |
SAL_DLLPRIVATE void | setAcceleration (double fAcceleration) |
SAL_DLLPRIVATE double | getDecelerate () const |
SAL_DLLPRIVATE void | setDecelerate (double fDecelerate) |
SAL_DLLPRIVATE bool | getAutoReverse () const |
SAL_DLLPRIVATE void | setAutoReverse (bool bAutoReverse) |
SAL_DLLPRIVATE css::uno::Any | getProperty (sal_Int32 nNodeType, std::u16string_view rAttributeName, EValue eValue) |
SAL_DLLPRIVATE bool | setProperty (sal_Int32 nNodeType, std::u16string_view rAttributeName, EValue eValue, const css::uno::Any &rValue) |
SAL_DLLPRIVATE css::uno::Any | getTransformationProperty (sal_Int32 nTransformType, EValue eValue) |
SAL_DLLPRIVATE bool | setTransformationProperty (sal_Int32 nTransformType, EValue eValue, const css::uno::Any &rValue) |
SAL_DLLPRIVATE css::uno::Any | getColor (sal_Int32 nIndex) |
SAL_DLLPRIVATE void | setColor (sal_Int32 nIndex, const css::uno::Any &rColor) |
SAL_DLLPRIVATE sal_Int32 | getGroupId () const |
SAL_DLLPRIVATE void | setGroupId (sal_Int32 nGroupId) |
SAL_DLLPRIVATE sal_Int16 | getTargetSubItem () const |
void | setTargetSubItem (sal_Int16 nSubItem) |
SAL_DLLPRIVATE OUString | getPath () const |
SAL_DLLPRIVATE void | setPath (const OUString &rPath) |
SAL_DLLPRIVATE bool | checkForText (const std::vector< sal_Int32 > *paragraphNumberingLevel=nullptr) |
checks if the text for this effect has changed and updates internal flags. More... | |
SAL_DLLPRIVATE bool | calculateIterateDuration () |
SAL_DLLPRIVATE void | setAudio (const css::uno::Reference< css::animations::XAudio > &xAudio) |
SAL_DLLPRIVATE bool | getStopAudio () const |
void | setStopAudio () |
void | createAudio (const css::uno::Any &rSource) |
SAL_DLLPRIVATE void | removeAudio () |
SAL_DLLPRIVATE const css::uno::Reference< css::animations::XAudio > & | getAudio () const |
SAL_DLLPRIVATE EffectSequenceHelper * | getEffectSequence () const |
SAL_DLLPRIVATE css::uno::Reference< css::animations::XAnimationNode > | createAfterEffectNode () const |
SAL_DLLPRIVATE css::uno::Reference< css::drawing::XShape > | getTargetShape () const |
SAL_DLLPRIVATE rtl::Reference< SdrPathObj > | createSdrPathObjFromPath (SdrModel &rTargetModel) |
SAL_DLLPRIVATE void | updateSdrPathObjFromPath (SdrPathObj &rPathObj) |
SAL_DLLPRIVATE void | updatePathFromSdrPathObj (const SdrPathObj &rPathObj) |
Static Public Member Functions | |
static SAL_DLLPRIVATE sal_Int32 | get_node_type (const css::uno::Reference< css::animations::XAnimationNode > &xNode) |
static SAL_DLLPRIVATE sal_Int32 | getNumberOfSubitems (const css::uno::Any &aTarget, sal_Int16 nIterateType) |
Private Member Functions | |
SAL_DLLPRIVATE void | setEffectSequence (EffectSequenceHelper *pSequence) |
Private Attributes | |
sal_Int16 | mnNodeType |
OUString | maPresetId |
OUString | maPresetSubType |
OUString | maProperty |
sal_Int16 | mnPresetClass |
sal_Int16 | mnFill |
double | mfBegin |
double | mfDuration |
double | mfAbsoluteDuration |
sal_Int32 | mnGroupId |
sal_Int16 | mnIterateType |
double | mfIterateInterval |
sal_Int32 | mnParaDepth |
bool | mbHasText |
double | mfAcceleration |
double | mfDecelerate |
bool | mbAutoReverse |
sal_Int16 | mnTargetSubItem |
sal_Int16 | mnCommand |
EffectSequenceHelper * | mpEffectSequence |
css::uno::Reference< css::animations::XAnimationNode > | mxNode |
css::uno::Reference< css::animations::XAudio > | mxAudio |
css::uno::Any | maTarget |
bool | mbHasAfterEffect |
css::uno::Any | maDimColor |
bool | mbAfterEffectOnNextEffect |
Friends | |
class | MainSequence |
class | EffectSequenceHelper |
Definition at line 54 of file CustomAnimationEffect.hxx.
sd::CustomAnimationEffect::CustomAnimationEffect | ( | const css::uno::Reference< css::animations::XAnimationNode > & | xNode | ) |
Definition at line 131 of file CustomAnimationEffect.cxx.
References mbAutoReverse, mfAcceleration, mfDecelerate, mfDuration, mfIterateInterval, mnCommand, mnFill, mnIterateType, mnNodeType, and setNode().
sd::CustomAnimationEffect::~CustomAnimationEffect | ( | ) |
Definition at line 371 of file CustomAnimationEffect.cxx.
bool sd::CustomAnimationEffect::calculateIterateDuration | ( | ) |
Definition at line 612 of file CustomAnimationEffect.cxx.
References getNumberOfSubitems(), maTarget, mfAbsoluteDuration, mfDuration, mfIterateInterval, mnIterateType, mnTargetSubItem, and mxNode.
Referenced by checkForText(), setDuration(), and setIterateInterval().
bool sd::CustomAnimationEffect::checkForText | ( | const std::vector< sal_Int32 > * | paragraphNumberingLevel = nullptr | ) |
checks if the text for this effect has changed and updates internal flags.
returns true if something changed.
Definition at line 536 of file CustomAnimationEffect.cxx.
References calculateIterateDuration(), o3tl::make_unsigned(), maTarget, mbHasText, and mnParaDepth.
Referenced by setIterateType(), setNode(), and setTarget().
CustomAnimationEffectPtr sd::CustomAnimationEffect::clone | ( | ) | const |
Definition at line 375 of file CustomAnimationEffect.cxx.
References getEffectSequence(), and mxNode.
Reference< XAnimationNode > sd::CustomAnimationEffect::createAfterEffectNode | ( | ) | const |
css::uno::Exception |
Definition at line 943 of file CustomAnimationEffect.cxx.
References aEvent, Any, aTo, DBG_ASSERT, getNode(), maDimColor, maTarget, mbAfterEffectOnNextEffect, and mbHasAfterEffect.
void sd::CustomAnimationEffect::createAudio | ( | const css::uno::Any & | rSource | ) |
Definition at line 1444 of file CustomAnimationEffect.cxx.
References DBG_ASSERT, Exception, mxAudio, setAudio(), and TOOLS_WARN_EXCEPTION.
rtl::Reference< SdrPathObj > sd::CustomAnimationEffect::createSdrPathObjFromPath | ( | SdrModel & | rTargetModel | ) |
Definition at line 1569 of file CustomAnimationEffect.cxx.
References updateSdrPathObjFromPath().
|
static |
Definition at line 384 of file CustomAnimationEffect.cxx.
Referenced by sd::MainSequence::createMainSequence().
|
inline |
Definition at line 95 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 121 of file CustomAnimationEffect.hxx.
References mfAcceleration.
|
inline |
Definition at line 156 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 127 of file CustomAnimationEffect.hxx.
References mbAutoReverse.
|
inline |
Definition at line 89 of file CustomAnimationEffect.hxx.
Any sd::CustomAnimationEffect::getColor | ( | sal_Int32 | nIndex | ) |
Definition at line 1255 of file CustomAnimationEffect.cxx.
References Any, Exception, sd::implIsColorAttribute(), mxNode, nIndex, and TOOLS_WARN_EXCEPTION.
|
inline |
Definition at line 119 of file CustomAnimationEffect.hxx.
References mnCommand.
|
inline |
Definition at line 124 of file CustomAnimationEffect.hxx.
References mfDecelerate.
|
inline |
Definition at line 109 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 92 of file CustomAnimationEffect.hxx.
References mfDuration.
|
inline |
Definition at line 158 of file CustomAnimationEffect.hxx.
Referenced by clone().
Any sd::CustomAnimationEffect::getEnd | ( | ) | const |
Definition at line 904 of file CustomAnimationEffect.cxx.
|
inline |
Definition at line 86 of file CustomAnimationEffect.hxx.
References mnFill.
|
inline |
Definition at line 139 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 100 of file CustomAnimationEffect.hxx.
References mfIterateInterval.
|
inline |
Definition at line 97 of file CustomAnimationEffect.hxx.
References mnIterateType.
|
inline |
Definition at line 63 of file CustomAnimationEffect.hxx.
Referenced by createAfterEffectNode().
|
inline |
Definition at line 77 of file CustomAnimationEffect.hxx.
References mnNodeType.
|
static |
Definition at line 277 of file CustomAnimationEffect.cxx.
References Exception, nPos, TOOLS_WARN_EXCEPTION, and u.
Referenced by calculateIterateDuration().
|
inline |
Definition at line 115 of file CustomAnimationEffect.hxx.
OUString sd::CustomAnimationEffect::getPath | ( | ) | const |
Definition at line 1105 of file CustomAnimationEffect.cxx.
References Exception, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by updateSdrPathObjFromPath().
|
inline |
Definition at line 74 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 70 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 71 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 72 of file CustomAnimationEffect.hxx.
Any sd::CustomAnimationEffect::getProperty | ( | sal_Int32 | nNodeType, |
std::u16string_view | rAttributeName, | ||
EValue | eValue | ||
) |
Definition at line 1158 of file CustomAnimationEffect.cxx.
References Any, sd::By, Exception, mxNode, sd::To, and TOOLS_WARN_EXCEPTION.
Any sd::CustomAnimationEffect::getRepeatCount | ( | ) | const |
Definition at line 891 of file CustomAnimationEffect.cxx.
Referenced by setDuration().
bool sd::CustomAnimationEffect::getStopAudio | ( | ) | const |
Definition at line 1564 of file CustomAnimationEffect.cxx.
References mnCommand.
|
inline |
Definition at line 103 of file CustomAnimationEffect.hxx.
References maTarget.
Reference< XShape > sd::CustomAnimationEffect::getTargetShape | ( | ) | const |
Definition at line 877 of file CustomAnimationEffect.cxx.
References maTarget.
Referenced by updatePathFromSdrPathObj(), and updateSdrPathObjFromPath().
|
inline |
Definition at line 142 of file CustomAnimationEffect.hxx.
Any sd::CustomAnimationEffect::getTransformationProperty | ( | sal_Int32 | nTransformType, |
EValue | eValue | ||
) |
Definition at line 1358 of file CustomAnimationEffect.cxx.
References Any, sd::By, Exception, mxNode, sd::To, and TOOLS_WARN_EXCEPTION.
|
inline |
Definition at line 106 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 117 of file CustomAnimationEffect.hxx.
|
inline |
Definition at line 112 of file CustomAnimationEffect.hxx.
void sd::CustomAnimationEffect::removeAudio | ( | ) |
Definition at line 1488 of file CustomAnimationEffect.cxx.
References Exception, sd::findCommandNode(), mnCommand, mxAudio, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by setAudio(), and setStopAudio().
void sd::CustomAnimationEffect::replaceNode | ( | const css::uno::Reference< css::animations::XAnimationNode > & | xNode | ) |
Definition at line 840 of file CustomAnimationEffect.cxx.
References Any, maTarget, mbAutoReverse, mfAcceleration, mfBegin, mfDecelerate, mfDuration, mfIterateInterval, mnFill, mnIterateType, mnNodeType, mnTargetSubItem, mxAudio, setAcceleration(), setAudio(), setAutoReverse(), setBegin(), setDecelerate(), setDuration(), setFill(), setIterateInterval(), setIterateType(), setNode(), setNodeType(), setTarget(), and setTargetSubItem().
void sd::CustomAnimationEffect::setAcceleration | ( | double | fAcceleration | ) |
Definition at line 801 of file CustomAnimationEffect.cxx.
References Exception, mfAcceleration, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
|
inline |
Definition at line 113 of file CustomAnimationEffect.hxx.
void sd::CustomAnimationEffect::setAudio | ( | const css::uno::Reference< css::animations::XAudio > & | xAudio | ) |
Definition at line 1519 of file CustomAnimationEffect.cxx.
References Exception, mxAudio, mxNode, removeAudio(), and TOOLS_WARN_EXCEPTION.
Referenced by createAudio(), and replaceNode().
void sd::CustomAnimationEffect::setAutoReverse | ( | bool | bAutoReverse | ) |
Definition at line 827 of file CustomAnimationEffect.cxx.
References Exception, mbAutoReverse, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setBegin | ( | double | fBegin | ) |
Definition at line 788 of file CustomAnimationEffect.cxx.
References Any, Exception, mfBegin, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setColor | ( | sal_Int32 | nIndex, |
const css::uno::Any & | rColor | ||
) |
Definition at line 1303 of file CustomAnimationEffect.cxx.
References Exception, sd::implIsColorAttribute(), mxNode, nIndex, and TOOLS_WARN_EXCEPTION.
void sd::CustomAnimationEffect::setDecelerate | ( | double | fDecelerate | ) |
Definition at line 814 of file CustomAnimationEffect.cxx.
References Exception, mfDecelerate, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
|
inline |
Definition at line 110 of file CustomAnimationEffect.hxx.
void sd::CustomAnimationEffect::setDuration | ( | double | fDuration | ) |
Definition at line 736 of file CustomAnimationEffect.cxx.
References Any, calculateIterateDuration(), Exception, getRepeatCount(), mfAbsoluteDuration, mfDuration, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
|
inlineprivate |
Definition at line 174 of file CustomAnimationEffect.hxx.
void sd::CustomAnimationEffect::setEnd | ( | const css::uno::Any & | rEnd | ) |
Definition at line 928 of file CustomAnimationEffect.cxx.
References mxNode.
void sd::CustomAnimationEffect::setFill | ( | sal_Int16 | nFill | ) |
Definition at line 934 of file CustomAnimationEffect.cxx.
References mnFill, and mxNode.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setGroupId | ( | sal_Int32 | nGroupId | ) |
|
inline |
Definition at line 107 of file CustomAnimationEffect.hxx.
void sd::CustomAnimationEffect::setIterateInterval | ( | double | fIterateInterval | ) |
Definition at line 1088 of file CustomAnimationEffect.cxx.
References calculateIterateDuration(), DBG_ASSERT, mfIterateInterval, and mxNode.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setIterateType | ( | sal_Int16 | nIterateType | ) |
Definition at line 996 of file CustomAnimationEffect.cxx.
References Any, checkForText(), Exception, maTarget, mnIterateType, mnTargetSubItem, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setNode | ( | const css::uno::Reference< css::animations::XAnimationNode > & | xNode | ) |
Definition at line 155 of file CustomAnimationEffect.cxx.
References checkForText(), maPresetId, maPresetSubType, maProperty, maTarget, mbAutoReverse, mfAbsoluteDuration, mfAcceleration, mfBegin, mfDecelerate, mfDuration, mfIterateInterval, mnCommand, mnFill, mnGroupId, mnIterateType, mnNodeType, mnPresetClass, mnTargetSubItem, mxAudio, and mxNode.
Referenced by CustomAnimationEffect(), and replaceNode().
void sd::CustomAnimationEffect::setNodeType | ( | sal_Int16 | nNodeType | ) |
Definition at line 460 of file CustomAnimationEffect.cxx.
References begin, end, mnNodeType, mxNode, and nLength.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setPath | ( | const OUString & | rPath | ) |
Definition at line 1131 of file CustomAnimationEffect.cxx.
References Any, Exception, mpEffectSequence, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by updatePathFromSdrPathObj().
void sd::CustomAnimationEffect::setPresetClassAndId | ( | sal_Int16 | nPresetClass, |
const OUString & | rPresetId | ||
) |
Definition at line 403 of file CustomAnimationEffect.cxx.
References begin, end, maPresetId, mnPresetClass, mxNode, and nLength.
bool sd::CustomAnimationEffect::setProperty | ( | sal_Int32 | nNodeType, |
std::u16string_view | rAttributeName, | ||
EValue | eValue, | ||
const css::uno::Any & | rValue | ||
) |
Definition at line 1198 of file CustomAnimationEffect.cxx.
References sd::By, Exception, mxNode, sd::To, and TOOLS_WARN_EXCEPTION.
void sd::CustomAnimationEffect::setRepeatCount | ( | const css::uno::Any & | rRepeatCount | ) |
Definition at line 917 of file CustomAnimationEffect.cxx.
References mfAbsoluteDuration, mfDuration, and mxNode.
void sd::CustomAnimationEffect::setStopAudio | ( | ) |
Definition at line 1538 of file CustomAnimationEffect.cxx.
References Exception, mnCommand, mxAudio, mxNode, removeAudio(), and TOOLS_WARN_EXCEPTION.
void sd::CustomAnimationEffect::setTarget | ( | const css::uno::Any & | rTarget | ) |
Definition at line 648 of file CustomAnimationEffect.cxx.
References Any, checkForText(), Exception, maTarget, mxNode, rTarget, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
void sd::CustomAnimationEffect::setTargetSubItem | ( | sal_Int16 | nSubItem | ) |
Definition at line 701 of file CustomAnimationEffect.cxx.
References Exception, mnTargetSubItem, mxNode, and TOOLS_WARN_EXCEPTION.
Referenced by replaceNode().
bool sd::CustomAnimationEffect::setTransformationProperty | ( | sal_Int32 | nTransformType, |
EValue | eValue, | ||
const css::uno::Any & | rValue | ||
) |
Definition at line 1395 of file CustomAnimationEffect.cxx.
References sd::By, Exception, mxNode, sd::To, and TOOLS_WARN_EXCEPTION.
void sd::CustomAnimationEffect::updatePathFromSdrPathObj | ( | const SdrPathObj & | rPathObj | ) |
Definition at line 1600 of file CustomAnimationEffect.cxx.
References tools::Rectangle::Center(), basegfx::utils::createScaleB2DHomMatrix(), basegfx::utils::createTranslateB2DHomMatrix(), drawinglayer::primitive2d::Primitive2DContainer::getB2DRange(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMaxX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMaxY(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinY(), SdrPathObj::GetPathPoly(), SdrObject::getSdrObjectFromXShape(), SdrObject::getSdrPageFromSdrObject(), SdrPage::GetSize(), getTargetShape(), SdrObject::GetViewContact(), sdr::contact::ViewContact::getViewIndependentPrimitive2DContainer(), Size::Height(), basegfx::Range2D< typename TYPE, typename TRAITS >::isEmpty(), setPath(), basegfx::B2DPolyPolygon::transform(), Size::Width(), Point::X(), and Point::Y().
void sd::CustomAnimationEffect::updateSdrPathObjFromPath | ( | SdrPathObj & | rPathObj | ) |
Definition at line 1576 of file CustomAnimationEffect.cxx.
References basegfx::utils::createScaleB2DHomMatrix(), basegfx::utils::createTranslateB2DHomMatrix(), SdrObject::GetCurrentBoundRect(), getPath(), SdrObject::getSdrObjectFromXShape(), SdrObject::getSdrPageFromSdrObject(), SdrPage::GetSize(), getTargetShape(), Size::Height(), SdrPathObj::SetPathPoly(), basegfx::B2DPolyPolygon::transform(), Size::Width(), Point::X(), and Point::Y().
Referenced by createSdrPathObjFromPath().
|
friend |
Definition at line 57 of file CustomAnimationEffect.hxx.
|
friend |
Definition at line 56 of file CustomAnimationEffect.hxx.
|
private |
Definition at line 203 of file CustomAnimationEffect.hxx.
Referenced by createAfterEffectNode().
|
private |
Definition at line 177 of file CustomAnimationEffect.hxx.
Referenced by setNode(), and setPresetClassAndId().
|
private |
Definition at line 178 of file CustomAnimationEffect.hxx.
Referenced by setNode().
|
private |
Definition at line 179 of file CustomAnimationEffect.hxx.
Referenced by setNode().
|
private |
Definition at line 200 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), checkForText(), createAfterEffectNode(), getTargetShape(), replaceNode(), setIterateType(), setNode(), and setTarget().
|
private |
Definition at line 204 of file CustomAnimationEffect.hxx.
Referenced by createAfterEffectNode().
|
private |
Definition at line 192 of file CustomAnimationEffect.hxx.
Referenced by replaceNode(), setAutoReverse(), and setNode().
|
private |
Definition at line 202 of file CustomAnimationEffect.hxx.
Referenced by createAfterEffectNode().
|
private |
Definition at line 189 of file CustomAnimationEffect.hxx.
Referenced by checkForText().
|
private |
Definition at line 184 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), setDuration(), setNode(), and setRepeatCount().
|
private |
Definition at line 190 of file CustomAnimationEffect.hxx.
Referenced by replaceNode(), setAcceleration(), and setNode().
|
private |
Definition at line 182 of file CustomAnimationEffect.hxx.
Referenced by replaceNode(), setBegin(), and setNode().
|
private |
Definition at line 191 of file CustomAnimationEffect.hxx.
Referenced by replaceNode(), setDecelerate(), and setNode().
|
private |
Definition at line 183 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), replaceNode(), setDuration(), setNode(), and setRepeatCount().
|
private |
Definition at line 187 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), replaceNode(), setIterateInterval(), and setNode().
|
private |
Definition at line 194 of file CustomAnimationEffect.hxx.
Referenced by getStopAudio(), removeAudio(), setNode(), and setStopAudio().
|
private |
Definition at line 181 of file CustomAnimationEffect.hxx.
Referenced by replaceNode(), setFill(), and setNode().
|
private |
Definition at line 185 of file CustomAnimationEffect.hxx.
Referenced by setGroupId(), and setNode().
|
private |
Definition at line 186 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), replaceNode(), setIterateType(), and setNode().
|
private |
Definition at line 176 of file CustomAnimationEffect.hxx.
Referenced by replaceNode(), setNode(), and setNodeType().
|
private |
Definition at line 188 of file CustomAnimationEffect.hxx.
Referenced by checkForText().
|
private |
Definition at line 180 of file CustomAnimationEffect.hxx.
Referenced by setNode(), and setPresetClassAndId().
|
private |
Definition at line 193 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), replaceNode(), setIterateType(), setNode(), and setTargetSubItem().
|
private |
Definition at line 196 of file CustomAnimationEffect.hxx.
Referenced by setPath().
|
private |
Definition at line 199 of file CustomAnimationEffect.hxx.
Referenced by createAudio(), removeAudio(), replaceNode(), setAudio(), setNode(), and setStopAudio().
|
private |
Definition at line 198 of file CustomAnimationEffect.hxx.
Referenced by calculateIterateDuration(), clone(), getColor(), getEnd(), getPath(), getProperty(), getRepeatCount(), getTransformationProperty(), removeAudio(), setAcceleration(), setAudio(), setAutoReverse(), setBegin(), setColor(), setDecelerate(), setDuration(), setEnd(), setFill(), setGroupId(), setIterateInterval(), setIterateType(), setNode(), setNodeType(), setPath(), setPresetClassAndId(), setProperty(), setRepeatCount(), setStopAudio(), setTarget(), setTargetSubItem(), and setTransformationProperty().