All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamEditWithFrame

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISamEditWithFrame
 

Usage: you can freely reimplement this interface.


interface CATISamEditWithFrame

Customizes Analysis Entity Edition.
Role: This interface is used by the default command CATSamCreateEntityCmd exported by CATAnalysisModelerUI.
This comand allows to provide standard User interface for analysis entity creation, modification and edition. This comands assumes that each basic component provides its editing capabilities (dialog object).
The edition dialog of a basic component can be of two kinds :

This interface corresponds to the first case. It is designed to return
an edition frame associated to the Basic Component. It must be implemented on it's late type.

See also:
CATISamEditWithFrame, CATISamEditionFrame


Method Index


o GetModificationFrame(CATDialog*)
Returns the edition frame associated to the Basic Component.

Methods


o GetModificationFrame
public virtual CATDlgFrame * GetModificationFrame(CATDialog* iParent) = 0
Returns the edition frame associated to the Basic Component. Warning! The returned frame must implements CATISamEditionFrame.
Parameters:
iParent
Active CATDialog in which the Frame will appear.
Returns:

Legal values: associated CATDlgFrame.

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

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