All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Print Class CATPrinterManagerDialog

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---Dialog.CATDialog
            |
            +---Dialog.CATDlgWindow
              |
              +---Dialog.CATDlgDialog
                |
                +---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(CATDialog* iFather,
const CATString& iName,
CATDlgStyle 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 void SetVisibility(CATULong 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 © 2003, Dassault Systèmes. All rights reserved.