#include <layout.h>
Public Member Functions | |
LayoutIterator (LayoutIteratorInterface *li) | |
we cannot avoid the pointer here since we need the virtualized behaviour | |
~LayoutIterator () | |
LayoutItem * | operator * () const |
LayoutIterator | operator= (const LayoutIterator &i) |
bool | operator!= (const LayoutIteratorInterface &other) const |
LayoutIterator & | operator++ (int) |
void | start () |
bool | finish () |
LayoutItem * | pop () |
Wt::LayoutIterator::LayoutIterator | ( | LayoutIteratorInterface * | li | ) | [inline] |
we cannot avoid the pointer here since we need the virtualized behaviour
Wt::LayoutIterator::~LayoutIterator | ( | ) | [inline] |
bool Wt::LayoutIterator::finish | ( | ) | [inline] |
LayoutItem* Wt::LayoutIterator::operator * | ( | ) | const [inline] |
bool Wt::LayoutIterator::operator!= | ( | const LayoutIteratorInterface & | other | ) | const [inline] |
LayoutIterator& Wt::LayoutIterator::operator++ | ( | int | ) | [inline] |
LayoutIterator Wt::LayoutIterator::operator= | ( | const LayoutIterator & | i | ) | [inline] |
LayoutItem* Wt::LayoutIterator::pop | ( | ) | [inline] |
void Wt::LayoutIterator::start | ( | ) | [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.