All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---System.CATEventSubscriber | +---System.CATCommand | +---Dialog.CATDialog | +---Dialog.CATDlgWindow | +---Dialog.CATDlgDialog | +---CATPrintDialog
Usage: you must use this class as is. You should never derive it.
public class CATPrintDialog
Class to provide a standard graphic interface to choose a printer, specify
the page layout and print an image.
Note:This window is modal and not resizable.
When the end user clicks OK or Cancel, the dialog box is
automatically deleted.
public CATPrintDialog( | CATDialog* | iFather, | |
const CATString& | iName, | ||
CATBaseUnknown* | iImage, | ||
CATDlgStyle | iStyle | =NULL) |
public CATPrintDialog( | CATInteractiveApplication* | iFather, | |
const CATString& | iName, | ||
CATBaseUnknown* | iImage, | ||
CATDlgStyle | iStyle | =NULL) |
public virtual ~CATPrintDialog( | ) |
public virtual int Print( | CATBaseUnknown* | iObject, |
CATPrinterDevice* | iDevice, | |
const CATPrintParameters& | iParameters) |
Copyright © 2003, Dassault Systèmes. All rights reserved.