#include <TdkThemeIterator.h>
Public Member Functions | |
TdkThemeRevIterator (TeView *view) | |
--- TdkThemeRevIterator Construtors | |
TdkThemeRevIterator (TeViewTree *root) | |
void | first () |
go to the first theme. | |
void | next () |
go to the next theme. | |
TdkTheme * | current () |
bool | isDone () |
Private Attributes | |
TdkViewTreeRevIterator | treeIt_ |
< Restriction: If this property is true the iterator only will visit the visible themes. |
TdkThemeRevIterator::TdkThemeRevIterator | ( | TeView * | view | ) | [inline] |
--- TdkThemeRevIterator Construtors
TdkThemeRevIterator::TdkThemeRevIterator | ( | TeViewTree * | root | ) | [inline] |
void TdkThemeRevIterator::first | ( | ) | [inline] |
go to the first theme.
void TdkThemeRevIterator::next | ( | ) | [inline] |
go to the next theme.
TdkTheme * TdkThemeRevIterator::current | ( | ) | [inline] |
bool TdkThemeRevIterator::isDone | ( | ) | [inline] |
< Restriction: If this property is true the iterator only will visit the visible themes.
Otherwise the iterator will visit all themes.