#include <ngscan.h>
Inheritance diagram for CreateDisplayScan::CreateItems:
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 | |
Node * | m_pNode |
Definition at line 415 of file ngscan.h.
|
Constructs a CreateDisplayScan::CreateItems object.
Definition at line 1319 of file ngscan.cpp. 01320 : m_pNode(pNode) 01321 { 01322 // Empty. 01323 }
|
|
Creates items for all the sets in pGroup.
Implements NameGroupIter. Definition at line 1337 of file ngscan.cpp. 01338 { 01339 return pGroup->CreateItems(m_pNode); 01340 }
|
|
|