All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Interface CATISchComponentGroup
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISchComponentGroup
Interface to manage Schematic component's group membership.
Role: To add, remove, and list component group members.
Method Index
- o
AddMember(CATISchAppConnectable*)
- Add a member to the component group.
- o
ListMembers(CATIUnknownList**)
- List all connectable members in the group.
- o
RemoveMember(CATISchAppConnectable*)
- Remove a member to the component group.
Methods
o AddMember
| public virtual AddMember( | | iCntblToAdd) |
-
Add a member to the component group.
- Parameters:
-
- iCntblToAdd
- The application connectable to be added to the group
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o ListMembers
| public virtual ListMembers( | | oLCntbl) |
-
List all connectable members in the group.
- Parameters:
-
- oLGRR
- A list of connectables.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
o RemoveMember
| public virtual RemoveMember( | | iCntblToRemove) |
-
Remove a member to the component group.
- Parameters:
-
- iCntbleToRemove
- The application connectable to be removed from the group
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- operation is successful
- E_FAIL
- operation failed
This object is included in the file: CATISchComponentGroup.h