All Frameworks Class Hierarchy This Framework Indexes
CATTPSInterfaces Interface CATITPSCaptureList
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSCaptureList
Interface for lists of Captures CATITPSCapture.
This interface is similar to CATIUnknownList (same methods).
- See also:
- CATCreateCATITPSCaptureList
Method Index
- o
Add(unsigned int,CATITPSCapture*)
- Add a Capture at a given position in the list.
- o
Count(unsigned int*)
- Retrieves the number of Captures in the list.
- o
Item(unsigned int,CATITPSCapture**)
- Retrieves the Capture number i.
- o
Remove(CATITPSCapture*)
- Remove a Capture from the list.
Methods
o Add
| public virtual Add( | const | iPosition, |
| | ipiItem) |
-
Add a Capture at a given position in the list.
- Parameters:
-
- iPosition
- Position of the added Capture.
- ipiItem
- Capture to be added.
o Count
| public virtual Count( | | oCount) |
-
Retrieves the number of Captures in the list.
- Parameters:
-
- oCount
- Number of Captures.
o Item
| public virtual Item( | const | iPosition, |
| | opiItem) |
-
Retrieves the Capture number i. First Capture is at position 0.
- Parameters:
-
- iPosition
- Position of returned Capture.
- opiItem
- Returned Capture.
o Remove
| public virtual Remove( | | ipiItem) |
-
Remove a Capture from the list.
- Parameters:
-
- ipiItem
- Capture to be removed.
This object is included in the file: CATITPSCaptureList.h