NodeCompoundBlendBecomeA Class Reference

#include <nodebldr.h>

Inheritance diagram for NodeCompoundBlendBecomeA:

BecomeA List of all members.

Public Member Functions

 NodeCompoundBlendBecomeA (BecomeAReason Reason, CCRuntimeClass *pClass, UndoableOperation *pOp, BOOL Sel, Node *pContext)
NodeGetContextNode ()
ListGetPathsToBecome ()
void SetPathsToBecome (List *pathsList)

Private Member Functions

 CC_DECLARE_MEMDUMP (NodeCompoundBlendBecomeA)

Private Attributes

NodepContextNode
ListpPathsToBecome

Detailed Description

Definition at line 759 of file nodebldr.h.


Constructor & Destructor Documentation

NodeCompoundBlendBecomeA::NodeCompoundBlendBecomeA BecomeAReason  Reason,
CCRuntimeClass pClass,
UndoableOperation pOp,
BOOL  Sel,
Node pContext
[inline]
 

Definition at line 763 of file nodebldr.h.

00768                               :
00769 
00770                 BecomeA (Reason,pClass,pOp, Sel)
00771                 {
00772                     pContextNode = pContext;
00773                     pPathsToBecome = NULL;
00774                 }


Member Function Documentation

NodeCompoundBlendBecomeA::CC_DECLARE_MEMDUMP NodeCompoundBlendBecomeA   )  [private]
 

Node* NodeCompoundBlendBecomeA::GetContextNode  )  [inline]
 

Definition at line 779 of file nodebldr.h.

00779 { return (pContextNode); }

List* NodeCompoundBlendBecomeA::GetPathsToBecome  )  [inline]
 

Definition at line 780 of file nodebldr.h.

00780 { return (pPathsToBecome); }

void NodeCompoundBlendBecomeA::SetPathsToBecome List pathsList  )  [inline]
 

Definition at line 782 of file nodebldr.h.

00782 { pPathsToBecome = pathsList; } //SumAllPathsElem* become) { pPathToBecome = become; }


Member Data Documentation

Node* NodeCompoundBlendBecomeA::pContextNode [private]
 

Definition at line 785 of file nodebldr.h.

List* NodeCompoundBlendBecomeA::pPathsToBecome [private]
 

Definition at line 786 of file nodebldr.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:56:48 2007 for Camelot by  doxygen 1.4.4