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