#include <ngscan.h>
Inheritance diagram for ApplySingleScan:
Public Member Functions | |
ApplySingleScan (UndoableOperation *pOp, Source *ps, const StringBase &strName) | |
Protected Member Functions | |
virtual BOOL | Do (Node *) |
Applies the name passed to the constructor to all the selected objects. | |
Protected Attributes | |
const StringBase & | m_strName |
Definition at line 303 of file ngscan.h.
|
|
|
Applies the name passed to the constructor to all the selected objects.
Reimplemented from ApplyScan. Reimplemented in ApplyPropScan. Definition at line 858 of file ngscan.cpp. 00859 { 00860 return ApplyNameToNode(m_strName, pNode, m_pOp, -1); 00861 }
|
|
|