#include <layout.h>
Inheritance diagram for Wt::NullLayoutIterator:
Public Member Functions | |
virtual LayoutItem * | operator * () const |
virtual bool | operator!= (const LayoutIteratorInterface &) const |
virtual NullLayoutIterator & | operator++ (int) |
virtual void | start () |
virtual bool | finish () |
virtual LayoutItem * | pop () |
bool | operator== (const LayoutIteratorInterface &other) const |
Definition at line 59 of file layout.h.
virtual bool Wt::NullLayoutIterator::finish | ( | ) | [inline, virtual] |
virtual LayoutItem* Wt::NullLayoutIterator::operator * | ( | ) | const [inline, virtual] |
virtual bool Wt::NullLayoutIterator::operator!= | ( | const LayoutIteratorInterface & | ) | const [inline, virtual] |
virtual NullLayoutIterator& Wt::NullLayoutIterator::operator++ | ( | int | ) | [inline, virtual] |
bool Wt::LayoutIteratorInterface::operator== | ( | const LayoutIteratorInterface & | other | ) | const [inline, inherited] |
virtual LayoutItem* Wt::NullLayoutIterator::pop | ( | ) | [inline, virtual] |
virtual void Wt::NullLayoutIterator::start | ( | ) | [inline, virtual] |
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.