All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Class 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()
-
- o
CATEASchAppTargetPostPaste()
- Constructs an empty 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 virtual ~CATEASchAppTargetPostPaste( | ) |
-
o CATEASchAppTargetPostPaste
| public CATEASchAppTargetPostPaste( | ) |
-
Constructs an empty CATEASchAppTargetPostPaste.
Methods
o AppCopyGroupAndAddMembers
| public virtual AppCopyGroupAndAddMembers( | const | iLGroupToCopy) |
-
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
| public virtual AppCopyGroupByNameAndAddMembers( | const | iLGroupNameToCopy, |
| const | iLGroupType) |
-
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