, including all inherited members.
| BeginEdit() | GridData | |
| CBase() | CBase | |
| EndEdit() | GridData | |
| GetCell(LONG in_Column, LONG in_Row) const | GridData | |
| GetCell(const CString &in_ColumnLabel, const CString &in_RowLabel) const | GridData | |
| GetCellBackgroundColor(LONG in_lCol, LONG in_lRow) const | GridData | |
| GetCellReadOnlyFlags(const CLongArray &in_alCells, CBitArray &out_aROFlags) const | GridData | |
| GetClassID() const | GridData | [virtual] |
| GetClassIDName() const | CBase | |
| GetColumnComboItems(LONG in_ColumnIndex) | GridData | |
| GetColumnCount() const | GridData | |
| GetColumnLabel(LONG in_ColumnIndex) const | GridData | |
| GetColumnType(LONG in_ColumnIndex) const | GridData | |
| GetColumnValues(LONG in_Column) const | GridData | |
| GetColumnValues(const CString &in_ColumnLabel) const | GridData | |
| GetData() const | GridData | |
| GetFileColumnDef(LONG in_lColumnIndex, CString &out_csBrowseType, CString &out_csStartupPath, CString &out_csFilter) const | GridData | |
| GetFloatColumnDef(LONG in_lColumnIndex, double &out_dMin, double &out_dMax, double &out_dInc, short &out_sDecimal) const | GridData | |
| GetGridWidget() | GridData | |
| GetImageClipColumnDef(LONG in_lColumnIndex, LONG &out_lThumbnailSize) const | GridData | |
| GetIntColumnDef(LONG in_lColumnIndex, LONG &out_lMin, LONG &out_lMax, LONG &out_lInc) const | GridData | |
| GetMultiSelectionMode() const | GridData | |
| GetReadOnly() const | GridData | |
| GetRef() const | CBase | |
| GetRowBackgroundColor(LONG in_Row) | GridData | |
| GetRowCount() const | GridData | |
| GetRowLabel(LONG in_RowIndex) const | GridData | |
| GetRowValues(LONG in_Row) const | GridData | |
| GetRowValues(const CString &in_RowLabel) const | GridData | |
| GetShaderBallColumnDef(LONG in_lColumnIndex, LONG &out_lThumbnailSize) const | GridData | |
| GetVectorColumnDef(LONG in_lColumnIndex, short &out_sVectorSize, double &out_dMin, double &out_dMax, double &out_dInc, short &out_sDecimal) const | GridData | |
| GridData() | GridData | |
| GridData(const CRef &in_ref) | GridData | |
| GridData(const GridData &in_obj) | GridData | |
| InsertColumn(LONG in_lColumnIndex) | GridData | |
| InsertRow(LONG in_lRowIndex) | GridData | |
| IsA(siClassID in_ClassID) const | GridData | [virtual] |
| XSI::CBase::IsA(const CRef &in_ref) const | CBase | |
| IsValid() const | CBase | |
| operator CRef &() | CBase | |
| operator!=(const CBase &in_obj) const | CBase | |
| operator=(const GridData &in_obj) | GridData | |
| operator=(const CRef &in_ref) | GridData | |
| operator==(const CBase &in_obj) const | CBase | |
| PutCell(LONG in_Column, LONG in_Row, const CValue &in_CellValue) | GridData | |
| PutCell(const CString &in_ColumnLabel, const CString &in_RowLabel, const CValue &in_CellValue) | GridData | |
| PutColumnComboItems(LONG in_ColumnIndex, const CValueArray &in_Items) | GridData | |
| PutColumnCount(LONG in_val) | GridData | |
| PutColumnLabel(LONG in_ColumnIndex, const CString &in_ColumnLabel) | GridData | |
| PutColumnType(LONG in_ColumnIndex, siGridWidgetColumnType in_Type) | GridData | |
| PutColumnValues(LONG in_Column, const CValueArray &in_ColumnItems) | GridData | |
| PutColumnValues(const CString &in_ColumnLabel, const CValueArray &in_ColumnItems) | GridData | |
| PutData(const CValueArray &in_items) | GridData | |
| PutMultiSelectionMode(XSI::siGridDataMultiSelectionMode in_eSelectionMode) | GridData | |
| PutReadOnly(bool in_bROFlag) | GridData | |
| PutRowCount(LONG in_val) | GridData | |
| PutRowLabel(LONG in_RowIndex, const CString &in_RowLabel) | GridData | |
| PutRowValues(LONG in_Row, const CValueArray &in_RowItems) | GridData | |
| PutRowValues(const CString &in_RowLabel, const CValueArray &in_RowItems) | GridData | |
| RemoveColumn(LONG in_lColumnIndex) | GridData | |
| RemoveRow(LONG in_lRowIndex) | GridData | |
| ResetObject() | CBase | |
| SetCellBackgroundColor(LONG in_lCol, LONG in_lRow, const CColor &in_Color) | GridData | |
| SetCellReadOnlyFlags(const CLongArray &in_alCells, bool in_bROFlag) | GridData | |
| SetColumnsVisibility(const CLongArray &in_alCols, bool in_bVisible) | GridData | |
| SetFileColumnDef(LONG in_lColumnIndex, const CString &in_csBrowseType="File", const CString &in_csStartupPath="/", const CString &in_csFilter=".*") | GridData | |
| SetFloatColumnDef(LONG in_lColumnIndex, double in_dMin=DBL_MIN, double in_dMax=DBL_MAX, double in_dInc=1.0, short in_sDecimal=2) | GridData | |
| SetImageClipColumnDef(LONG in_lColumnIndex, LONG in_lThumbnailSize=28) | GridData | |
| SetIntColumnDef(LONG in_lColumnIndex, LONG in_lMin=INT_MIN, LONG in_lMax=INT_MAX, LONG in_lInc=1) | GridData | |
| SetObject(const CRef &in_obj) | CBase | |
| SetRowBackgroundColor(LONG in_Row, const CColor &in_Color) | GridData | |
| SetRowsVisibility(const CLongArray &in_alRows, bool in_bVisible) | GridData | |
| SetShaderBallColumnDef(LONG in_lColumnIndex, LONG in_lThumbnailSize=28) | GridData | |
| SetVectorColumnDef(LONG in_lColumnIndex, short in_sVectorSize, double in_dMin=DBL_MIN, double in_dMax=DBL_MAX, double in_dInc=1.0, short in_sDecimal=2) | GridData | |
| ~CBase() | CBase | [virtual] |
| ~GridData() | GridData | |