All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

Print Class CATPrintAlbumDialog

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---Dialog.CATDialog
            |
            +---Dialog.CATDlgWindow
              |
              +---Dialog.CATDlgDialog
                |
                +---CATPrintAlbumDialog
 

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


public class CATPrintAlbumDialog

Class to display and manage the album contents.


Constructor and Destructor Index


o CATPrintAlbumDialog(CATDialog*,CATString&,CATDlgStyle)
Constructs a CATPrintAlbumDialog.
o ~CATPrintAlbumDialog()

Method Index


o GetNInstance(void)
Returns the number of album dialog instances.

Constructor and Destructor


o CATPrintAlbumDialog
public CATPrintAlbumDialog(CATDialog* iFather,
const CATString& iName,
CATDlgStyle iStyle=NULL)
Constructs a CATPrintAlbumDialog.
Parameters:
iFather
The father of the album dialog.
iName
The name of dialog.
iStyle
The style of the dialog.
o ~CATPrintAlbumDialog
public virtual ~CATPrintAlbumDialog()

Methods


o GetNInstance
public static int GetNInstance(void )
Returns the number of album dialog instances.
Returns:
The number of instances.

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

Copyright © 2003, Dassault Systèmes. All rights reserved.