SetSentinelSource Class Reference

#include <ngiter.h>

Inheritance diagram for SetSentinelSource:

SingleNodeSource NodeScan::Source List of all members.

Protected Member Functions

virtual NodeGetFirst ()

Detailed Description

Definition at line 290 of file ngiter.h.


Member Function Documentation

Node * SetSentinelSource::GetFirst  )  [protected, virtual]
 

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/7/99
Returns:
The 'selected' document's NodeSetSentinel.
See also:
SingleNodeSource; NodeScan::Source; NodeScan

Reimplemented from SingleNodeSource.

Definition at line 534 of file ngiter.cpp.

00535 {
00536     m_pNode = Document::GetSelected()->GetSetSentinel();
00537     return SingleNodeSource::GetFirst();
00538 }


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