rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvPrintableNullArea Class Reference

This class is used to represent an area that is not used. More...

#include <ilviews/printing/layout.h>

Inheritance diagram for IlvPrintableNullArea:
IlvPrintableArea

List of all members.

Public Member Functions

 IlvPrintableNullArea (IlvPrintableLayout const &layout)
 The constructor.
virtual IlvPrintableAreaclone () const
 Returns a pointer to a new instance of IlvPrintableNullArea; this object is a copy of the current object.
virtual IlBoolean print (IlvPrintableJob &job, IlvPrintable *printable) const
 Overloaded function that does nothing.
virtual void setBBox (IlvRect const &bbox)
 Overloaded function that does nothing.
virtual void setTransformer (IlvTransformer const &transformer)
 Overloaded function that does nothing.

Detailed Description

This class is used to represent an area that is not used.

Library: ilvprint

This class lets you consider an area that does not exist on the logical page as a normal area.


Constructor & Destructor Documentation

IlvPrintableNullArea::IlvPrintableNullArea ( IlvPrintableLayout const &  layout  ) 

The constructor.

Calls the IlvPrintableArea constructor.

Parameters:
layout The IlvPrintableLayout associated with this object.

Member Function Documentation

virtual IlvPrintableArea* IlvPrintableNullArea::clone (  )  const [virtual]

Returns a pointer to a new instance of IlvPrintableNullArea; this object is a copy of the current object.

Returns:
A pointer to a new IlvPrintableArea*.

Implements IlvPrintableArea.

virtual IlBoolean IlvPrintableNullArea::print ( IlvPrintableJob job,
IlvPrintable printable 
) const [virtual]

Overloaded function that does nothing.

Parameters:
job Not used.
Returns:
Always IlTrue.

Implements IlvPrintableArea.

virtual void IlvPrintableNullArea::setBBox ( IlvRect const &  bbox  )  [virtual]

Overloaded function that does nothing.

Parameters:
bbox Not used.

Implements IlvPrintableArea.

virtual void IlvPrintableNullArea::setTransformer ( IlvTransformer const &  transformer  )  [virtual]

Overloaded function that does nothing.

Parameters:
transformer Not used.

Implements IlvPrintableArea.

 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.