Print class CATPrintViewerDialog

Usage: you must use this class as is. You should never derive it.


public class CATPrintViewerDialog

Class to create a print viewer dialog.


Constructor and Destructor Index


o CATPrintViewerDialog(CATInteractiveApplication*,CATString&,CATPrintImage*,CATPrintParameters&)
Constructs a CATPrintViewerDialog.
o CATPrintViewerDialog(CATDialog*,CATString&,CATPrintImage*,CATPrintParameters&,l_CATPrintDialog*)
Constructs a CATPrintViewerDialog.
o CATPrintViewerDialog(CATInteractiveApplication*,CATString&,CATLISTP(CATPrintImage)&,CATPrintParameters&,CATListOfCATString*)
Constructs a CATPrintViewerDialog.
o CATPrintViewerDialog(CATDialog*,CATString&,CATLISTP(CATPrintImage)&,CATPrintParameters&,CATListOfCATString*,l_CATPrintDialog*)
Constructs a CATPrintViewerDialog.
o ~CATPrintViewerDialog()

Method Index


o Reset()
Resets the graphical reps inside the viewer.

Constructor and Destructor


o CATPrintViewerDialog
public CATPrintViewerDialog(CATInteractiveApplication* iFather,
const CATString& iName,
CATPrintImage* iImage,
const CATPrintParameters& iParameters)
Constructs a CATPrintViewerDialog.
Parameters:
iFather
The father of the viewer dialog.
iName
The name of the dialog.
iImage
The image to be visualized.
iParameters
The print parameters used.
o CATPrintViewerDialog
public CATPrintViewerDialog(CATDialog* iFather,
const CATString& iName,
CATPrintImage* iImage,
const CATPrintParameters& iParameters,
l_CATPrintDialog* = NULL)
Constructs a CATPrintViewerDialog.
Parameters:
iFather
The father of the viewer dialog.
iName
The name of the dialog.
iImage
The image to be visualized.
iParameters
The print parameters used.
o CATPrintViewerDialog
public CATPrintViewerDialog(CATInteractiveApplication* iFather,
const CATString& iName,
const CATLISTP(CATPrintImage)& iImages,
const CATPrintParameters& iParameters,
CATListOfCATString* listImagesNames= NULL)
Constructs a CATPrintViewerDialog.
Parameters:
iFather
The father of the viewer dialog.
iName
The name of the dialog.
iListImages
The list of images to be visualized.
iParameters
The print parameters used.
o CATPrintViewerDialog
public CATPrintViewerDialog(CATDialog* iFather,
const CATString& iName,
const CATLISTP(CATPrintImage)& iImages,
const CATPrintParameters& iParameters,
CATListOfCATString* listImagesNames= NULL,
l_CATPrintDialog* = NULL)
Constructs a CATPrintViewerDialog.
Parameters:
iFather
The father of the viewer dialog.
iName
The name of the dialog.
iListImages
The list of images to be visualized.
iParameters
The print parameters used.
o ~CATPrintViewerDialog
public virtual ~CATPrintViewerDialog()

Methods


o Reset
public void Reset()
Resets the graphical reps inside the viewer.

This object is included in the file: CATPrintViewerDialog.h
If needed, your Imakefile.mk should include the module: CATPrint

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.