All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATSchPlatformInterfaces Class CATEASchAppTargetPostPaste
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATEASchAppTargetPostPaste
Usage: you can derive this class.
public class CATEASchAppTargetPostPaste
Super class to derive implementation for interface CATISchAppTargetPostPaste.
Role: Adaptor
Constructor and Destructor Index
- o
CATEASchAppTargetPostPaste()
- Constructs an empty CATEASchAppTargetPostPaste.
- o
~CATEASchAppTargetPostPaste()
-
Method Index
- o
AppCopyGroupAndAddMembers(CATIUnknownList*)
- Copy input groups (if needed, use existing and matching ones if found)
and add this copied object (target object) to the copied groups.
- o
AppCopyGroupByNameAndAddMembers(CATICStringList*,CATICStringList*)
- Copy input groups (if needed, use existing and matching ones if found)
and add this copied object (target object) to the copied groups.
Constructor and Destructor
o CATEASchAppTargetPostPaste
public CATEASchAppTargetPostPaste( | ) |
-
Constructs an empty CATEASchAppTargetPostPaste.
o ~CATEASchAppTargetPostPaste
public virtual ~CATEASchAppTargetPostPaste( | ) |
-
Methods
o AppCopyGroupAndAddMembers
-
Copy input groups (if needed, use existing and matching ones if found)
and add this copied object (target object) to the copied groups.
- Parameters:
-
- iListGroup
- A list of interface pointers to groups to copy.
o AppCopyGroupByNameAndAddMembers
-
Copy input groups (if needed, use existing and matching ones if found)
and add this copied object (target object) to the copied groups.
- Parameters:
-
- iLGroupNameToCopy
- A list of names of groups to copy.
- iLGroupType
- A list of types of groups to copy.
This object is included in the file: CATEASchAppTargetPostPaste.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP