Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Iterator class to walk through the objects stored in an IlvPrintableComposite
.
More...
#include <ilviews/printing/composite.h>
Public Member Functions | |
Iterator (Iterator const &other) | |
The copy constructor. More... | |
~Iterator () | |
The destructor. More... | |
Coordinates const * | getCoordinates () const |
Returns the Coordinates object of the current element of the list. More... | |
IlvPrintable * | getPrintable () const |
Returns the IlvPrintable object of the current element of the list. More... | |
IlBoolean | operator!= (Iterator const &other) const |
Inequality operator. More... | |
Iterator & | operator++ () |
The prefix increment operator. More... | |
Iterator | operator++ (int) |
The postfix increment operator. More... | |
Iterator & | operator= (Iterator const &other) |
Assignment operator. More... | |
IlBoolean | operator== (Iterator const &other) const |
Equality operator. More... | |
Friends | |
class | IlvPrintableComposite |
Iterator class to walk through the objects stored in an IlvPrintableComposite
.
Library: ilvprint
IlvPrintableComposite::Iterator::Iterator | ( | Iterator const & | other | ) |
The copy constructor.
other | The object to be copied. |
IlvPrintableComposite::Iterator::~Iterator | ( | ) |
The destructor.
Cleans the resources used by the object.
Coordinates const* IlvPrintableComposite::Iterator::getCoordinates | ( | ) | const |
Returns the Coordinates
object of the current element of the list.
Coordinates
. IlvPrintable* IlvPrintableComposite::Iterator::getPrintable | ( | ) | const |
Returns the IlvPrintable
object of the current element of the list.
IlvPrintableLayout
. Inequality operator.
other | The object to be compared with. |
IlFalse
when objects are equal, IlTrue
otherwise. Iterator& IlvPrintableComposite::Iterator::operator++ | ( | ) |
The prefix increment operator.
Iterator IlvPrintableComposite::Iterator::operator++ | ( | int | ) |
The postfix increment operator.
Assignment operator.
other | The object to assign to the current object. |
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.