Class: TBookPageFolio

Declaration: HighLevelPrint.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TPaginatedPageFolio

Inherited By:

None.

Purpose:

A specialized version of TPaginatedPageFolio that has only whole pages (no partial pages). A partial page is one that falls off the edge of the MGraphic so that only part of it has MGraphic data on it.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

This is a fully functional class and should not be derived except to override specific functional behavior.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TBookPageFolio::TBookPageFolio

  1. TBookPageFolio (const TBookPageFolio &)
  2. TBookPageFolio (const TPageDescription & pageDescription, const MGraphic * aliasGraphic, bool wholePages =true, const TGPoint & topLeftOffset =TGPoint :: kOrigin, const TGPoint & bottomRightOffset =TGPoint :: kOrigin, const TGPoint & gap =TGPoint :: kOrigin)
  3. TBookPageFolio ()

Interface Category:

API.

Purpose:

  1. Copy constructor.
  2. Same as the constructor for TPaginatedPageFolio but WhollyContainedPages defaults to true.
  3. Default constructor. Used for streaming only.

Calling Context:

  1. Called to copy an object.
  2. Called to create a page folio as specified by the parameters.
  3. Only for internal use by Resurrect. Developers should treat as protected.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TBookPageFolio::~TBookPageFolio

virtual ~ TBookPageFolio ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TBookPageFolio::operator=

TBookPageFolio & operator =(const TBookPageFolio &)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Called when an object is assigned to another compatible object.

Parameters:

Return Value:

A reference to the left-hand side object.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.