#include <ngscan.h>
Inheritance diagram for ApplyScan:
Public Member Functions | |
ApplyScan (UndoableOperation *pOp, Source *ps) | |
Protected Member Functions | |
virtual BOOL | Do (Node *) |
Applies names highlighted in the Attribute gallery to the given node. | |
Classes | |
class | ApplyItems |
Definition at line 282 of file ngscan.h.
|
|
|
Applies names highlighted in the Attribute gallery to the given node.
Implements NodeScan. Reimplemented in ApplySingleScan, and ApplyPropScan. Definition at line 775 of file ngscan.cpp. 00776 { 00777 // Apply all highlighted 'Used Names' to the node. 00778 return ApplyItems(pNode, m_pOp).ForEach() == 0; 00779 }
|