All Frameworks Class Hierarchy This Framework Indexes
CATAnalysisInterfaces Interface CATISamEditWithCmd
Usage: you can freely reimplement this interface.
interface CATISamEditWithCmd
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 second case. It is designed to return
an edition command associated to the Basic Component. It must be implemented on it's late type.
- See also:
- CATISamEditWithFrame, CATISamEditionCmd
Method Index
- o
GetCommand(CATCommandMode)
- Returns the edition command associated to the Basic Component.
Methods
o GetCommand
| public virtual GetCommand( | | iStatus | = CATCommandModeUndefined) |
-
Returns the edition command associated to the Basic Component.
Warning! The returned command must implement CATISamEditionCmd.
- Parameters:
-
- iStatus
- Define the kind of the return CATStateCommand.
- Returns:
-
Legal values: associated CATStateCommand.
This object is included in the file: CATISamEditWithCmd.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface