SelectDocSource Class Reference

#include <ngiter.h>

Inheritance diagram for SelectDocSource:

DocTreeSource NodeScan::Source NotSelectSource List of all members.

Protected Member Functions

virtual NodeGetFirst ()
 Customises DocTreeSource::_GetFirst to use the 'selected' documemt's tree.

Detailed Description

Definition at line 208 of file ngiter.h.


Member Function Documentation

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

Customises DocTreeSource::_GetFirst to use the 'selected' documemt's tree.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/7/99
See also:
NodeScan::Source; DocTreeSource; DocTreeSource::GetFirst

Reimplemented from DocTreeSource.

Reimplemented in NotSelectSource.

Definition at line 340 of file ngiter.cpp.

00341 {
00342     m_pDoc = Document::GetSelected();
00343     return m_pDoc != 0 ? DocTreeSource::GetFirst() : 0;
00344 }


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