#include <becomea.h>
Inheritance diagram for BecomeA:
Definition at line 178 of file becomea.h.
|
Definition at line 6405 of file nodebldr.cpp. 06410 : Reason(ThisReason), pClassToBecome(pClass), pUndoOp(pOp) 06411 { Select = sel; 06412 pCallNode = NULL; 06413 AmFirstNode = First; 06414 fSilhouette = FALSE; 06415 fShadowSilhouettes = FALSE; 06416 insertComplexBlendStepsAsPaths = FALSE; 06417 m_Count = 0; 06418 m_bIsCounting = FALSE; 06419 m_bBecomeANodePath = (pClassToBecome==CC_RUNTIME_CLASS(NodePath)); 06420 m_bInPlace = FALSE; 06421 m_bSecondary = FALSE; 06422 m_bPathsOnly = FALSE; 06423 }
|
|
Definition at line 189 of file becomea.h.
|
|
Definition at line 227 of file becomea.h. 00227 {m_Count += iNum;}
|
|
Definition at line 6425 of file nodebldr.cpp. 06425 {return m_bBecomeANodePath;}
|
|
|
|
Definition at line 199 of file becomea.h. 00199 { return fShadowSilhouettes; }
|
|
Definition at line 197 of file becomea.h. 00197 { return fSilhouette; }
|
|
Definition at line 207 of file becomea.h. 00207 { return pCallNode; }
|
|
Definition at line 193 of file becomea.h. 00193 { return pClassToBecome; }
|
|
Definition at line 228 of file becomea.h. 00228 {return m_Count;}
|
|
Definition at line 203 of file becomea.h. 00203 { return (insertComplexBlendStepsAsPaths); }
|
|
Definition at line 192 of file becomea.h. 00192 { return Reason; }
|
|
Definition at line 194 of file becomea.h. 00194 { return pUndoOp; } // Can return NULL
|
|
Reimplemented in BlendBecomeA. Definition at line 211 of file becomea.h. 00211 { return FALSE; }
|
|
Reimplemented in BrushBecomeAGroup. Definition at line 217 of file becomea.h. 00217 { return FALSE;}
|
|
Reimplemented in CombineBecomeA. Definition at line 215 of file becomea.h. 00215 { return FALSE; }
|
|
Reimplemented in CompoundNodeBlendBecomeA. Definition at line 213 of file becomea.h. 00213 { return FALSE; }
|
|
Definition at line 230 of file becomea.h. 00230 {return m_bIsCounting;}
|
|
Definition at line 196 of file becomea.h. 00196 { return AmFirstNode; }
|
|
Definition at line 236 of file becomea.h. 00236 {return m_bSecondary;}
|
|
Definition at line 239 of file becomea.h. 00239 {return m_bPathsOnly;} // Don't need fill attributes of effects
|
|
Reimplemented in CopyBecomeA, CompoundNodeBlendBecomeA, BrushBecomeA, SimpleBecomeA, BrushBecomeAGroup, NodeToOutlinesBecomeA, CombineBecomeA, BlendBecomeA, ContourBecomeA, JoinShapesBecomeA, PathBecomeA, ContourBecomeA2, BlendPathBecomeA, ContourDragBecomeA, MouldBecomeA, and ConvertPathToShapesBecomeA. Definition at line 6429 of file nodebldr.cpp. 06430 { 06431 if (pAttrMap) 06432 { 06433 pAttrMap->DeleteAttributes(); 06434 delete pAttrMap; 06435 } 06436 return FALSE; 06437 }
|
|
Definition at line 195 of file becomea.h. 00195 { return Select; }
|
|
Definition at line 229 of file becomea.h. 00229 {m_Count = 0; m_bIsCounting = TRUE;} // Call ResetCount to clear count and enable counting
|
|
Definition at line 233 of file becomea.h. 00233 {return m_bInPlace;}
|
|
Definition at line 208 of file becomea.h. 00208 { pCallNode = pNode; }
|
|
Definition at line 200 of file becomea.h. 00200 { fShadowSilhouettes = bEnable; }
|
|
Definition at line 198 of file becomea.h. 00198 { fSilhouette = bEnable; }
|
|
Definition at line 202 of file becomea.h. 00202 { insertComplexBlendStepsAsPaths = val; }
|
|
Definition at line 240 of file becomea.h. 00240 {m_bPathsOnly = bNewValue;}
|
|
Definition at line 234 of file becomea.h. 00234 {m_bInPlace = bInPlace;}
|
|
Definition at line 237 of file becomea.h. 00237 {m_bSecondary = bNewValue;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|