Searched refs:BaseContainerNode (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/slideshow/source/engine/animationnodes/ |
H A D | basecontainernode.cxx | 44 BaseContainerNode::BaseContainerNode( in BaseContainerNode() function in slideshow::internal::BaseContainerNode 56 void BaseContainerNode::dispose() in dispose() 63 bool BaseContainerNode::init_st() in init_st() 73 void BaseContainerNode::deactivate_st( NodeState eDestState ) in deactivate_st() 86 bool BaseContainerNode::hasPendingAnimation() const in hasPendingAnimation() 97 void BaseContainerNode::appendChildNode( AnimationNodeSharedPtr const& pNode ) in appendChildNode() 110 bool BaseContainerNode::isChildNode( AnimationNodeSharedPtr const& pNode ) const in isChildNode() 120 bool BaseContainerNode::notifyDeactivatedChild( in notifyDeactivatedChild() 152 void BaseContainerNode::showState() const in showState()
|
H A D | basecontainernode.hxx | 34 class BaseContainerNode : public BaseNode class 37 BaseContainerNode( 40 ::boost::shared_ptr<BaseContainerNode> const& pParent, 95 typedef ::boost::shared_ptr< BaseContainerNode > BaseContainerNodeSharedPtr;
|
H A D | basenode.hxx | 82 class BaseContainerNode; 94 ::boost::shared_ptr<BaseContainerNode> const& pParent, 113 const ::boost::shared_ptr< BaseContainerNode >& getParentNode() const in getParentNode() 209 ::boost::shared_ptr< BaseContainerNode > mpParent;
|
H A D | paralleltimecontainer.hxx | 35 class ParallelTimeContainer : public BaseContainerNode 43 : BaseContainerNode( xNode, rParent, rContext ) {} in ParallelTimeContainer()
|
H A D | sequentialtimecontainer.hxx | 35 class SequentialTimeContainer : public BaseContainerNode 43 : BaseContainerNode( xNode, pParent, rContext ) {} in SequentialTimeContainer()
|
H A D | propertyanimationnode.hxx | 37 ::boost::shared_ptr<BaseContainerNode> const& pParent, in PropertyAnimationNode()
|
H A D | animationsetnode.hxx | 37 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationSetNode()
|
H A D | animationcommandnode.hxx | 45 ::boost::shared_ptr<BaseContainerNode> const& pParent,
|
H A D | animationcolornode.hxx | 39 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationColorNode()
|
H A D | animationtransitionfilternode.hxx | 39 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationTransitionFilterNode()
|
H A D | animationaudionode.hxx | 46 ::boost::shared_ptr<BaseContainerNode> const& pParent,
|
H A D | animationtransformnode.hxx | 39 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationTransformNode()
|
H A D | animationbasenode.hxx | 48 ::boost::shared_ptr<BaseContainerNode> const& pParent,
|
H A D | animationcommandnode.cxx | 49 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationCommandNode()
|
H A D | sequentialtimecontainer.cxx | 69 BaseContainerNode::dispose(); in dispose()
|
H A D | animationnodefactory.cxx | 609 DEBUG_NODES_SHOWTREE( boost::dynamic_pointer_cast<BaseContainerNode>( in showTree()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | debug.cxx | 56 class NodeContainer : public BaseContainerNode 67 if (::boost::dynamic_pointer_cast<BaseContainerNode>(rpNode)) in DebugGetDescription() 172 ::boost::dynamic_pointer_cast<BaseContainerNode>(rpNode)); in DebugShowState()
|
Completed in 37 milliseconds