All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ApplicationFrame Class CATFrmObjectEditor

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---System.CATEventSubscriber
        |
        +---System.CATCommand
          |
          +---ApplicationFrame.CATFrmEditor
            |
            +---CATFrmObjectEditor
 

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


public class CATFrmObjectEditor

Class for a document editor.
Role: The document editor is an instance of the CATFrmObjectEditor class associated with the document instance. It is returned by the GetEditor method of the CATIEditor document implementation.

See also:
CATFrmEditor


Constructor and Destructor Index


o CATFrmObjectEditor(CATDocument*)
Constructs a document editor.
o ~CATFrmObjectEditor()

Constructor and Destructor


o CATFrmObjectEditor
public CATFrmObjectEditor(CATDocument* iDocument)
Constructs a document editor.
Parameters:
iDocument
The document.
Legal values: A non null pointer to the document implementation.
See also:
CATIEditor, CATDocument
o ~CATFrmObjectEditor
public ~CATFrmObjectEditor()

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

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