Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

sedris::seDRMDataTable Class Reference

#include <seDRMDataTable.h>

Inheritance diagram for sedris::seDRMDataTable:

Inheritance graph
[legend]
Collaboration diagram for sedris::seDRMDataTable:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 seDRMDataTable ()
 Default constructor.

 seDRMDataTable (const seObject &other)
 Constructor for seDRM... class conversions.

virtual void putDataTableData (SE_Integer_Positive tpd_count, const SE_Data_Table_Data dt_data[], const SE_Data_Table_Sub_Extent *extents=NULL)
virtual void getDataTableData (SE_Integer_Positive tpd_count, const SE_Data_Table_Data dt_data[], const SE_Data_Table_Sub_Extent *extents=NULL)
virtual SE_DRM_Class getClassType () const
 DataTable class identification.


Detailed Description

seDRMDataTable wraps the DRM <Data_Table> abstract class.
Note:
This is an ABSTRACT DRM class.
Author:
Warren Macchi
Version:
Revision
1.7
See also:
seDRMBase


Constructor & Destructor Documentation

sedris::seDRMDataTable::seDRMDataTable  )  [inline]
 

sedris::seDRMDataTable::seDRMDataTable const seObject other  )  [inline]
 


Member Function Documentation

virtual SE_DRM_Class sedris::seDRMDataTable::getClassType  )  const [inline, virtual]
 

Reimplemented from sedris::seObject.

Reimplemented in sedris::seDRMPropertyGrid, and sedris::seDRMPropertyTable.

virtual void sedris::seDRMDataTable::getDataTableData SE_Integer_Positive  tpd_count,
const SE_Data_Table_Data  dt_data[],
const SE_Data_Table_Sub_Extent *  extents = NULL
[virtual]
 

Get Data Table data. See the seHelperDataTable class for an easier interface for accessing data table data.

The tpd_count parameter indicates the number of entries in the dt_data array.

The dt_data array points to an array of Data Table Data structures. Each structure entry in this array contains the index of the <Table Property Description> the user is accessing the data for (element_index field), and the number of cells being accessed (data_count field). Note that the value of the data_count field must match the actual number of cells to be accessed by this method, defined by the extents if extents was provided, or by the full extents of the table data otherwise.

Note:
The user is responsible for allocating the space for the data storage.

The pointer type of each SE_Data_Table_Data structure must match the type specified in the corresponding <Table Property Description>, and the pointer to the actual data must be non-NULL, or an exception will occur.

See also:
seHelperDataTable

virtual void sedris::seDRMDataTable::putDataTableData SE_Integer_Positive  tpd_count,
const SE_Data_Table_Data  dt_data[],
const SE_Data_Table_Sub_Extent *  extents = NULL
[virtual]
 

Set Data Table data. See the seHelperDataTable class for an easier interface for accessing data table data.

The tpd_count parameter indicates the number of entries in the dt_data array.

The dt_data array points to an array of Data Table Data structures. Each structure entry in this array contains the index of the <Table Property Description> the user is accessing the data for (element_index field), and the number of cells being accessed (data_count field). Note that the value of the data_count field must match the actual number of cells to be accessed by this method, defined by the extents if extents was provided, or by the full extents of the table data otherwise.

Note:
The user is responsible for allocating the space for the data storage.

The pointer type of each SE_Data_Table_Data structure must match the type specified in the corresponding <Table Property Description>, and the pointer to the actual data must be non-NULL, or an exception will occur.

See also:
seHelperDataTable


The documentation for this class was generated from the following file:
SEDRIS Transmittal Access C++ API 4.0.0 beta - 14 Jul 2004
Copyright © 2004 SEDRIS Docs by Doxygen 1.3.2