ApplySingleScan Class Reference

#include <ngscan.h>

Inheritance diagram for ApplySingleScan:

ApplyScan UndoableNodeScan NodeScan ApplyPropScan List of all members.

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 StringBasem_strName

Detailed Description

Definition at line 303 of file ngscan.h.


Constructor & Destructor Documentation

ApplySingleScan::ApplySingleScan UndoableOperation pOp,
Source *  ps,
const StringBase strName
 


Member Function Documentation

BOOL ApplySingleScan::Do Node pNode  )  [protected, virtual]
 

Applies the name passed to the constructor to all the selected objects.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/5/99
Parameters:
pNode --- the node to apply the name to [INPUTS]
See also:
ApplyScan; UndoableNodeScan; OpApplyNames::DoWithParam

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 }


Member Data Documentation

const StringBase& ApplySingleScan::m_strName [protected]
 

Definition at line 310 of file ngscan.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:50:00 2007 for Camelot by  doxygen 1.4.4