Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   Compound Members  

CdotXSIParams Class Reference

#include <dotXSIParams.h>

List of all members.

Public Methods


Detailed Description

container for an array of CdotXSIParam elements


Constructor & Destructor Documentation

CdotXSIParams::CdotXSIParams  
 

THIS CODE IS PUBLISHED AS A SAMPLE ONLY AND IS PROVIDED "AS IS". IN NO EVENT SHALL SOFTIMAGE, AVID TECHNOLOGY, INC. AND/OR THEIR RESPECTIVE SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS CODE . COPYRIGHT NOTICE. Copyright © 1999 Avid Technology Inc. . All rights reserved. SOFTIMAGE is a registered trademark of Avid Technology Inc. or its subsidiaries or divisions. Windows NT is a registered trademark of Microsoft Corp. All other trademarks contained herein are the property of their respective owners. /////////////////////////////////////////////////////////////////////////////.

Constructor

CdotXSIParams::~CdotXSIParams   [virtual]
 

Destructor


Member Function Documentation

SI_Void CdotXSIParams::Add CdotXSIParam   i_Param,
SI_Int    i_nPosition = -1
 

Add an element to this collection

Parameters:
i_Param  the CdotXSIParam to add to this collection
i_nPosition  the position to add this element at
Returns:
SI_Void

SI_Void CdotXSIParams::Clear  
 

Clear the entire collection of all elements

Returns:
SI_Void

SI_Bool CdotXSIParams::Find CSIBCString   i_sParamName,
CdotXSIParam **    o_pParam
 

Find an element by name

Parameters:
i_sParamName  the name of the parameter to find
o_Param  a pointer to a CdotXSIParam* to store a reference to the item
Returns:
SI_Bool whether the element has been found or not

SI_Int CdotXSIParams::GetCount  
 

Get the number of elements

Returns:
SI_Int the number of CdotXSIParam in this collection

CdotXSIParam * CdotXSIParams::Item SI_Int    i_nPosition
 

Get an item

Parameters:
i_nPosition  position to get the item at
Returns:
CdotXSIParam* a pointer to the requested item

SI_Void CdotXSIParams::Item SI_Int    i_nPosition,
CdotXSIParam **    o_Param
 

Get an item

Parameters:
i_nPosition  position to get the item at
o_Param  a pointer to a CdotXSIParam* to store a reference to the item
Returns:
SI_Void

SI_Void CdotXSIParams::Remove SI_Int    i_nPosition
 

Remove the specified element

Parameters:
i_nPosition  the position to remove the item at
Returns:
SI_Void


The documentation for this class was generated from the following files: © Copyright 2001-2003 Avid Technology, Inc. All rights reserved.

© Copyright 2001-2003 Avid Technology, Inc. All rights reserved.