Rogue Wave Views Manager Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class encapsulates an IlvMgrView
so that its content can be printed with this library. It takes into account the transformer that is associated with the view, if any.
More...
#include <ilviews/printing/mgrprint.h>
Public Member Functions | |
IlvPrintableMgrView (IlvMgrView const *mgrView, IlvRect const *scalableArea=0, IlvRegion const *clip=0) | |
The default constructor. More... | |
IlvMgrView const * | getMgrView () const |
Returns the IlvMgrView to be printed. More... | |
Protected Member Functions | |
virtual IlBoolean | internalPrint (IlvPrintableJob const &job) const |
This function actually prints the document. More... | |
This class encapsulates an IlvMgrView
so that its content can be printed with this library. It takes into account the transformer that is associated with the view, if any.
Library: ilvmgrprint
IlvPrintableMgrView::IlvPrintableMgrView | ( | IlvMgrView const * | mgrView, |
IlvRect const * | scalableArea = 0 , |
||
IlvRegion const * | clip = 0 |
||
) |
The default constructor.
mgrView | A const pointer to an IlvMgrView . |
scalableArea | A const pointer to an IlvRect that defines the area to be printed. If this pointer is null , the visible bbox is used. |
clip | A const pointer to an IlvRegion that defines the clip. |
IlvMgrView const * IlvPrintableMgrView::getMgrView | ( | ) | const |
Returns the IlvMgrView
to be printed.
IlvMgrView
to be printed.
|
protectedvirtual |
This function actually prints the document.
job | The settings of the current print job. |
IlFalse
if an error occurred during the printing, IlTrue
otherwise. Implements IlvPrintable.
© 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.