Home
last modified time | relevance | path

Searched refs:BaseContainerNode (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/slideshow/source/engine/animationnodes/
H A Dbasecontainernode.cxx44 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 Dbasecontainernode.hxx34 class BaseContainerNode : public BaseNode class
37 BaseContainerNode(
40 ::boost::shared_ptr<BaseContainerNode> const& pParent,
95 typedef ::boost::shared_ptr< BaseContainerNode > BaseContainerNodeSharedPtr;
H A Dbasenode.hxx82 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 Dparalleltimecontainer.hxx35 class ParallelTimeContainer : public BaseContainerNode
43 : BaseContainerNode( xNode, rParent, rContext ) {} in ParallelTimeContainer()
H A Dsequentialtimecontainer.hxx35 class SequentialTimeContainer : public BaseContainerNode
43 : BaseContainerNode( xNode, pParent, rContext ) {} in SequentialTimeContainer()
H A Dpropertyanimationnode.hxx37 ::boost::shared_ptr<BaseContainerNode> const& pParent, in PropertyAnimationNode()
H A Danimationsetnode.hxx37 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationSetNode()
H A Danimationcommandnode.hxx45 ::boost::shared_ptr<BaseContainerNode> const& pParent,
H A Danimationcolornode.hxx39 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationColorNode()
H A Danimationtransitionfilternode.hxx39 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationTransitionFilterNode()
H A Danimationaudionode.hxx46 ::boost::shared_ptr<BaseContainerNode> const& pParent,
H A Danimationtransformnode.hxx39 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationTransformNode()
H A Danimationbasenode.hxx48 ::boost::shared_ptr<BaseContainerNode> const& pParent,
H A Danimationcommandnode.cxx49 ::boost::shared_ptr<BaseContainerNode> const& pParent, in AnimationCommandNode()
H A Dsequentialtimecontainer.cxx69 BaseContainerNode::dispose(); in dispose()
H A Danimationnodefactory.cxx609 DEBUG_NODES_SHOWTREE( boost::dynamic_pointer_cast<BaseContainerNode>( in showTree()
/aoo4110/main/slideshow/source/engine/
H A Ddebug.cxx56 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 60 milliseconds