TdkThemeIterator Class Reference

Iterator for the TdkTheme class. More...

#include <TdkThemeIterator.h>

List of all members.

Public Member Functions

 TdkThemeIterator (TeViewTree *root)
 TdkThemeIterator.
 TdkThemeIterator (TeView *view)
 TdkThemeIterator Construtor.
void first ()
 go to the first theme.
void next ()
 go to the next theme.
TdkThemecurrent ()
 Returns the current theme.
bool isDone ()
 --- isDone

Private Attributes

TdkViewTreeIterator treeIt_
 < Restriction: If this property is true the iterator only will visit the visible themes.


Detailed Description

Iterator for the TdkTheme class.

Tecgraf - GIS development team

Tdk Framework

@(#) TdkThemeInterator.h


Constructor & Destructor Documentation

TdkThemeIterator::TdkThemeIterator ( TeViewTree *  root  )  [inline]

TdkThemeIterator.

Parameters:
root root node of the view tree to be visited by the iterator

TdkThemeIterator::TdkThemeIterator ( TeView *  view  )  [inline]

TdkThemeIterator Construtor.

Parameters:
view View whose tree goes to be visited to be visited by the iterator.


Member Function Documentation

void TdkThemeIterator::first (  )  [inline]

go to the first theme.

void TdkThemeIterator::next (  )  [inline]

go to the next theme.

TdkTheme * TdkThemeIterator::current (  )  [inline]

Returns the current theme.

bool TdkThemeIterator::isDone (  )  [inline]

--- isDone


Member Data Documentation

TdkViewTreeIterator TdkThemeIterator::treeIt_ [private]

< Restriction: If this property is true the iterator only will visit the visible themes.

Otherwise the iterator will visit all themes.


The documentation for this class was generated from the following file:
Generated on Fri Jun 15 16:54:58 2007 for TDK by  doxygen 1.5.2