Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Hook class to decide what to do when there are too many pages to print. More...
#include <ilviews/printing/document.h>
Public Member Functions | |
virtual | ~ThresholdHook () |
The destructor. | |
virtual IlBoolean | checks (int pageNumber) const =0 |
This functions checks whether the print can be achieved. |
Hook class to decide what to do when there are too many pages to print.
Library: ilvprint
This is an abstract class.
virtual IlvPrintableDocument::ThresholdHook::~ThresholdHook | ( | ) | [virtual] |
The destructor.
Cleans the resources used by the object.
virtual IlBoolean IlvPrintableDocument::ThresholdHook::checks | ( | int | pageNumber | ) | const [pure virtual] |
This functions checks whether the print can be achieved.
This pure virtual function is intended to be overloaded.
If the return of this operator is IlFalse
, the printing will be aborted.
pageNumber | The current number of pages that must be printed. |
IlTrue
; aborts it otherwise. © 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.