All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATIAApplicationFrame Class CATEditorFactory

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ObjectModelerBase.CATExtensionAdapter
        |
        +---CATEditorFactory
 

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


public class CATEditorFactory

Base class to create an editor factory.
Role: To create a factory class for your editor, use the macro CAT_EDITOR_DECLARE_FACTORY for the header file (.h) and for the source file (.cpp) the CAT_EDITOR_DEFINE_FACTORY for an Edit Properties Editor, and the CAT_EDITOR_DEFINE_FACTORY2 for an Tools Options Editor.

See also:
CATIUserSettings, CATIEditProperties


Constructor and Destructor Index


o ~CATEditorFactory()

Constructor and Destructor


o ~CATEditorFactory
public ~CATEditorFactory()

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

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