rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvPrintableComposite::Iterator Class Reference

Iterator class to walk through the objects stored in an IlvPrintableComposite. More...

#include <ilviews/printing/composite.h>

List of all members.

Public Member Functions

 Iterator (Iterator const &other)
 The copy constructor.
 ~Iterator ()
 The destructor.
Coordinates const * getCoordinates () const
 Returns the Coordinates object of the current element of the list.
IlvPrintablegetPrintable () const
 Returns the IlvPrintable object of the current element of the list.
IlBoolean operator!= (Iterator const &other) const
 Inequality operator.
Iterator operator++ (int)
 The postfix increment operator.
Iteratoroperator++ ()
 The prefix increment operator.
Iteratoroperator= (Iterator const &other)
 Assignment operator.
IlBoolean operator== (Iterator const &other) const
 Equality operator.

Friends

class IlvPrintableComposite

Detailed Description

Iterator class to walk through the objects stored in an IlvPrintableComposite.

Library: ilvprint


Constructor & Destructor Documentation

IlvPrintableComposite::Iterator::Iterator ( Iterator const &  other  ) 

The copy constructor.

Parameters:
other The object to be copied.
IlvPrintableComposite::Iterator::~Iterator (  ) 

The destructor.

Cleans the resources used by the object.


Member Function Documentation

Coordinates const* IlvPrintableComposite::Iterator::getCoordinates (  )  const

Returns the Coordinates object of the current element of the list.

Returns:
A const reference to a Coordinates.
IlvPrintable* IlvPrintableComposite::Iterator::getPrintable (  )  const

Returns the IlvPrintable object of the current element of the list.

Returns:
A const reference to an IlvPrintableLayout.
IlBoolean IlvPrintableComposite::Iterator::operator!= ( IlvPrintableComposite::Iterator const &  other  )  const

Inequality operator.

Parameters:
other The object to be compared with.
Returns:
IlFalse when objects are equal, IlTrue otherwise.
Iterator IlvPrintableComposite::Iterator::operator++ ( int   ) 

The postfix increment operator.

Returns:
An iterator pointing to the current element in the list.
Iterator& IlvPrintableComposite::Iterator::operator++ (  ) 

The prefix increment operator.

Returns:
An iterator pointing to the next element in the list.
Iterator& IlvPrintableComposite::Iterator::operator= ( Iterator const &  other  ) 

Assignment operator.

Parameters:
other The object to assign to the current object.
Returns:
A reference to the current object.
IlBoolean IlvPrintableComposite::Iterator::operator== ( Iterator const &  other  )  const

Equality operator.

Parameters:
other The object to be compared with.
Returns:
IlTrue when objects are equal, IlFalse otherwise.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, 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.