CFx SDK Documentation 2024 SP0
|
#include <DbBlockPropertiesTable.h>
Public Types | |
enum | BPTAuditErrorType { empty , noMatchingRow , invalidCell , notInValueSet , nonConstAttDef , invalidUnmatchedValue , duplicateRows , exprExternRef , cellEvalError } |
Public Member Functions | |
BPTAuditErrorType | errorType () const |
void | getCellIndex (int &row, int &col) const |
int | getColumnIndex () const |
OdIntArray | getRowIndex () const |
int | getUnmatchedValueIndex () const |
Protected Attributes | |
BPTAuditErrorType | m_Type |
int | m_nRow |
int | m_nCol |
OdIntArray | m_Rows |
Corresponding C++ library: TD_Db <group OdDb_Classes>
Definition at line 118 of file DbBlockPropertiesTable.h.
Defines the audit error types for a block properties table.
Definition at line 124 of file DbBlockPropertiesTable.h.
|
inline |
Gets the error type.
Definition at line 150 of file DbBlockPropertiesTable.h.
|
inline |
Gets the index of a cell.
row | [out] Receives the row of the cell. |
col | [out] Receives the column of the cell. |
Definition at line 158 of file DbBlockPropertiesTable.h.
|
inline |
Gets the column index.
Definition at line 165 of file DbBlockPropertiesTable.h.
|
inline |
Gets the row indices.
Definition at line 172 of file DbBlockPropertiesTable.h.
|
inline |
Gets the unmatched value index.
Definition at line 179 of file DbBlockPropertiesTable.h.
|
protected |
Definition at line 183 of file DbBlockPropertiesTable.h.
|
protected |
Definition at line 182 of file DbBlockPropertiesTable.h.
|
protected |
Definition at line 184 of file DbBlockPropertiesTable.h.
|
protected |
Definition at line 181 of file DbBlockPropertiesTable.h.