All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATFunctSystemItf Interface CATIFunctActions

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

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIFunctActions

The interface to access the functional actions of a system.


Method Index


o Create(CATUnicodeString&,CATIFunctPosition*,CATIFunctPosition*,CATIFunctAction*&)
Create an Action.
o Delete(CATBaseUnknown*)
Delete an Action.
o GetListOfActions(CATLISTV(CATBaseUnknown_var)&)
Get the list of actions.

Methods


o Create
public virtual HRESULT Create( const CATUnicodeString& iName,
CATIFunctPosition* iFrom,
CATIFunctPosition* iTo,
CATIFunctAction*& oAction)= 0
Create an Action.
o Delete
public virtual HRESULT Delete(CATBaseUnknown* iAction)= 0
Delete an Action.
o GetListOfActions
public virtual HRESULT GetListOfActions(CATLISTV(CATBaseUnknown_var)& ioLst)= 0
Get the list of actions.

Parameters:
ioLst
The list to be filled with the actions.

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

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