All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATSchPlatformInterfaces Class CATEASchAppCCPCGCntrInfo
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATEASchAppCCPCGCntrInfo
Usage: you can derive this class.
public class CATEASchAppCCPCGCntrInfo
Super class to derive implementation for interface CATISchAppCCPCGCntrInfo.
Role: Adaptor
Constructor and Destructor Index
- o
CATEASchAppCCPCGCntrInfo()
- Constructs an empty CATEASchAppCCPCGCntrInfo.
- o
~CATEASchAppCCPCGCntrInfo()
-
Method Index
- o
AppGetCGConnectInfo(CATISchAppConnector*,CATIUnknownList**,CATICStringList**)
-
- o
AppGetCGConnectInfo2(CATISchAppConnector*,CATIUnknownList**,CATListValCATUnicodeString&)
- Store appropriate information as attributes of iCompGroup.
- o
AppPostCGPlacementConnect(CATISchAppConnector*,char*)
-
- o
AppPostCGPlacementConnect2(CATISchAppConnector*,CATUnicodeString&)
- Post process after placing this connector whoes owner is a component group.
Constructor and Destructor
o CATEASchAppCCPCGCntrInfo
public CATEASchAppCCPCGCntrInfo( | ) |
-
Constructs an empty CATEASchAppCCPCGCntrInfo.
o ~CATEASchAppCCPCGCntrInfo
public virtual ~CATEASchAppCCPCGCntrInfo( | ) |
-
Methods
o AppGetCGConnectInfo
-
- Deprecated:
- V5R15
Use
CATEASchAppCCPCGCntrInfo.AppGetCGConnectInfo2 instead. Store appropriate information as attributes of iCompGroup.
- Parameters:
-
- iCntrSrcOfThis
- The connector that is a counterpart of this connector in the
source component. It provides connectivity information of the
connector in the source component (this connector is in the target
component. Terminology as used in cut-copy-paste architecture).
- oLConCntrNeedsMapping
- A list of connector interfaces. These are the connectors that
are connected to iCntrSrcOfThis. The caller needs to find the
corresponding copies under the CCP architecture.
- oLCStrConMainCntrName
- A list of names of connectors. These connectors will be used
used to identify the reference connection (such as cable connection)
when the pin/wire connections are made in AppPostCGPlacementConnect.
o AppGetCGConnectInfo2
-
Store appropriate information as attributes of iCompGroup.
- Parameters:
-
- iCntrSrcOfThis
- The connector that is a counterpart of this connector in the
source component. It provides connectivity information of the
connector in the source component (this connector is in the target
component. Terminology as used in cut-copy-paste architecture).
- oLConCntrNeedsMapping
- A list of connector interfaces. These are the connectors that
are connected to iCntrSrcOfThis. The caller needs to find the
corresponding copies under the CCP architecture.
- oLUStrConMainCntrName
- A list of names of connectors. These connectors will be used
used to identify the reference connection (such as cable connection)
when the pin/wire connections are made in AppPostCGPlacementConnect.
o AppPostCGPlacementConnect
-
- Deprecated:
- V5R15
Use
CATEASchAppCCPCGCntrInfo.AppPostCGPlacementConnect2 instead. Post process after placing this connector whoes owner is a component group.
Through this method application will make use of the information
stored by AppGetCGConnectInfo to connect this connector to the input
connector.
- Parameters:
-
- iCntrToConnect
- The connector to connect to.
- iConMainCntrName
- The name of the connector. The owner of this connector is connected
to the owner of iCntrToConnect (for .e.g. if iCntrToConnect is a wire
connector, the iConMainCntrName is the name of a cable-extremity
connector).
o AppPostCGPlacementConnect2
-
Post process after placing this connector whoes owner is a component group.
Through this method application will make use of the information
stored by AppGetCGConnectInfo to connect this connector to the input
connector.
- Parameters:
-
- iCntrToConnect
- The connector to connect to.
- iConMainCntrName
- The name of the connector. The owner of this connector is connected
to the owner of iCntrToConnect (for .e.g. if iCntrToConnect is a wire
connector, the iConMainCntrName is the name of a cable-extremity
connector).
This object is included in the file: CATEASchAppCCPCGCntrInfo.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP