All Frameworks Class Hierarchy This Framework Indexes
FittingInterfaces Interface CATISiShuttleFactory
Usage: you must use this class as is. You should never derive it.
interface CATISiShuttleFactory
Interface to implement factory usede in order to build shuttle objects.
Method Index
- o
CreateShuttle(CATUnicodeString,CATISiList_var)
- Creates and returns a new CATISiShuttle object.
Methods
o CreateShuttle
| public virtual CreateShuttle( | | iName, |
| | iList | =NULL_var) |
-
Creates and returns a new CATISiShuttle object.
- Parameters:
-
- iName
- The name of the shuttle
- iList
- A list of objects used by the shuttle.
- Returns:
- A newly created shuttle.
This object is included in the file: CATISiShuttleFactory.h
If needed, your Imakefile.mk should include the module: CATFittingInterfaces