#include <ngiter.h>
Inheritance diagram for SelectDocSource:
Protected Member Functions | |
virtual Node * | GetFirst () |
Customises DocTreeSource::_GetFirst to use the 'selected' documemt's tree. |
Definition at line 208 of file ngiter.h.
|
Customises DocTreeSource::_GetFirst to use the 'selected' documemt's tree.
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 }
|