CreateDisplayScan::CreateItems Class Reference

#include <ngscan.h>

Inheritance diagram for CreateDisplayScan::CreateItems:

NameGroupIter List of all members.

Public Member Functions

 CreateItems (Node *pNode)
 Constructs a CreateDisplayScan::CreateItems object.

Protected Member Functions

virtual BOOL Do (SGNameGroup *)
 Creates items for all the sets in pGroup.

Protected Attributes

Nodem_pNode

Detailed Description

Definition at line 415 of file ngscan.h.


Constructor & Destructor Documentation

CreateDisplayScan::CreateItems::CreateItems Node pNode  ) 
 

Constructs a CreateDisplayScan::CreateItems object.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/5/99
Parameters:
pNode --- the node to pass to the Do function [INPUTS]
See also:
CreateDisplayScan; NameGroupIter

Definition at line 1319 of file ngscan.cpp.

01320   : m_pNode(pNode)
01321 {
01322     // Empty.
01323 }


Member Function Documentation

BOOL CreateDisplayScan::CreateItems::Do SGNameGroup pGroup  )  [protected, virtual]
 

Creates items for all the sets in pGroup.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/5/99
Parameters:
pGroup --- current group in the iteration [INPUTS]
See also:
CreateDisplayScan; NameItemIter

Implements NameGroupIter.

Definition at line 1337 of file ngscan.cpp.

01338 {
01339     return pGroup->CreateItems(m_pNode);
01340 }


Member Data Documentation

Node* CreateDisplayScan::CreateItems::m_pNode [protected]
 

Definition at line 422 of file ngscan.h.


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