All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface 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 :
- a simple frame.
- it may needed to get the selection management to access to other objects in
the session.
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 GetModificationFrame( | | iParent) |
-
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