#include <TdkThemeIterator.h>
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. | |
| TdkTheme * | current () |
| 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. | |
Tecgraf - GIS development team
Tdk Framework
@(#) TdkThemeInterator.h
| TdkThemeIterator::TdkThemeIterator | ( | TeViewTree * | root | ) | [inline] |
| TdkThemeIterator::TdkThemeIterator | ( | TeView * | view | ) | [inline] |
TdkThemeIterator Construtor.
| view | View whose tree goes to be visited to be visited by the iterator. |
| 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
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.
1.5.2