Class Table defines a type of data tables with columns or rows of data. The table can be column oriented with each column representing an array attribute or row oriented with each row representing an array attribute. To determine the orientation, set the proper flag in the Class Properties dialog.
Table Size (iSize): a cell attribute of SG_TYPE_INT, specifying the number of rows in a column oriented table or the number of columns in a row oriented table.
Number of Sheets (iSheets): a cell attribute of SG_TYPE_INT, specifying the number of sheets in the matrix. A maximum of 200 sheets can be requested.
These values of these attributes can be changed programmatically in the class functions for resizing. See Subclassing Notes below for an additional attribute requirement in the subclasses.
There is no class function defined in this class. However, the full set of class functions may be defined in the subclasses of this class. See the DLL Function Entry Points section for more details.
Not applicable.
The subclasses of this class should have at least one non-intrinsic array attribute defined.
Components and References in the SansGUI User's Guide
Accessing Class Properties, Adding Classes and Defining Reference Classes in the SansGUI Developer's Guide
SansGUI Modeling and Simulation Environment Version 1.2
Copyright © 2000-2003 ProtoDesign, Inc. All rights reserved.