Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class is used to represent an area that is not used. More...
#include <ilviews/printing/layout.h>
Public Member Functions | |
IL_EXPLICIT | IlvPrintableNullArea (IlvPrintableLayout const &layout) |
The constructor. More... | |
virtual IlvPrintableArea * | clone () const |
Returns a pointer to a new instance of IlvPrintableNullArea ; this object is a copy of the current object. More... | |
virtual IlBoolean | print (IlvPrintableJob &job, IlvPrintable *printable) const |
Implementation that does nothing. More... | |
virtual void | setBBox (IlvRect const &bbox) |
Overloaded function that does nothing. More... | |
virtual void | setTransformer (IlvTransformer const &transformer) |
Overloaded function that does nothing. More... | |
Public Member Functions inherited from IlvPrintableArea | |
IL_EXPLICIT | IlvPrintableArea (IlvPrintableLayout const &layout) |
The constructor. More... | |
virtual | ~IlvPrintableArea () |
The destructor. More... | |
IlvPrintableLayout const & | getPrintableLayout () const |
Gets the associated IlvPrintableLayout object. More... | |
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.
IL_EXPLICIT IlvPrintableNullArea::IlvPrintableNullArea | ( | IlvPrintableLayout const & | layout | ) |
The constructor.
Calls the IlvPrintableArea
constructor.
layout | The IlvPrintableLayout associated with this object. |
|
virtual |
Returns a pointer to a new instance of IlvPrintableNullArea
; this object is a copy of the current object.
IlvPrintableArea*
. Implements IlvPrintableArea.
|
virtual |
Implementation that does nothing.
job | Not used. |
printable | The IlvPrintable , which is ignored. |
IlTrue
. Implements IlvPrintableArea.
|
virtual |
|
virtual |
© 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.