Print CATPrinterManagerDialog
Usage: you must use this class as is. You should never derive it.
public class CATPrinterManagerDialog
Class to create a printer manager dialog.
Note that the window is modal and not resizable.
Constructor and Destructor Index
- o
CATPrinterManagerDialog(CATDialog*,CATString&,CATDlgStyle)
- Constructs a CATPrinterManagerDialog.
- o
~CATPrinterManagerDialog()
-
Method Index
- o
SetVisibility(CATULong)
- Defines the visibilty of the dialog.
Constructor and Destructor
o CATPrinterManagerDialog
public CATPrinterManagerDialog( | | iFather, |
| const | iName, |
| | iStyle | =NULL) |
-
Constructs a CATPrinterManagerDialog.
- Parameters:
-
- iFather
- The father of the printer manager dialog.
- iName
- The name of dialog.
- iStyle
- The style of the dialog.
o ~CATPrinterManagerDialog
public virtual ~CATPrinterManagerDialog( | ) |
-
Methods
o SetVisibility
public SetVisibility( | | iVisibility) |
-
Defines the visibilty of the dialog.
- Parameters:
-
- iVisibility
- The visibility of the dialog.
Legal values: CATDlgShow to show the dialog, or CATDlgHide to
hide the dialog.
This object is included in the file: CATPrinterManagerDialog.h
If needed, your Imakefile.mk should include the module: CATPrint
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.