All Frameworks Class Hierarchy This Framework Indexes
CATFunctSystemItf Interface 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 Create( | const | iName, |
| | iFrom, |
| | iTo, |
| | oAction) |
-
Create an Action.
o Delete
| public virtual Delete( | | iAction) |
-
Delete an Action.
o GetListOfActions
| public virtual GetListOfActions( | | ioLst) |
-
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