Wt::LayoutIterator Class Reference

#include <layout.h>

List of all members.

Public Member Functions

 LayoutIterator (LayoutIteratorInterface *li)
 we cannot avoid the pointer here since we need the virtualized behaviour
 ~LayoutIterator ()
LayoutItemoperator * () const
LayoutIterator operator= (const LayoutIterator &i)
bool operator!= (const LayoutIteratorInterface &other) const
LayoutIteratoroperator++ (int)
void start ()
bool finish ()
LayoutItempop ()


Constructor & Destructor Documentation

Wt::LayoutIterator::LayoutIterator ( LayoutIteratorInterface li  )  [inline]

we cannot avoid the pointer here since we need the virtualized behaviour

Wt::LayoutIterator::~LayoutIterator (  )  [inline]


Member Function Documentation

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]


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

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.