#include <nodebldr.h>
Inheritance diagram for NodeCompoundBlendBecomeA:
Public Member Functions | |
NodeCompoundBlendBecomeA (BecomeAReason Reason, CCRuntimeClass *pClass, UndoableOperation *pOp, BOOL Sel, Node *pContext) | |
Node * | GetContextNode () |
List * | GetPathsToBecome () |
void | SetPathsToBecome (List *pathsList) |
Private Member Functions | |
CC_DECLARE_MEMDUMP (NodeCompoundBlendBecomeA) | |
Private Attributes | |
Node * | pContextNode |
List * | pPathsToBecome |
Definition at line 759 of file nodebldr.h.
|
Definition at line 763 of file nodebldr.h. 00768 : 00769 00770 BecomeA (Reason,pClass,pOp, Sel) 00771 { 00772 pContextNode = pContext; 00773 pPathsToBecome = NULL; 00774 }
|
|
|
|
Definition at line 779 of file nodebldr.h. 00779 { return (pContextNode); }
|
|
Definition at line 780 of file nodebldr.h. 00780 { return (pPathsToBecome); }
|
|
Definition at line 782 of file nodebldr.h. 00782 { pPathsToBecome = pathsList; } //SumAllPathsElem* become) { pPathToBecome = become; }
|
|
Definition at line 785 of file nodebldr.h. |
|
Definition at line 786 of file nodebldr.h. |