GcDbDataTable

class pygcad.pygrx.GcDbDataTable

Bases: GcDbObject

Methods Summary

appendColumn(*args, **kwargs)

Overloaded function.

assign(self, table)

C++: GcDbDataTable::operator=(const class GcDbDataTable &) --> class GcDbDataTable &

audit(self, pAuditInfo)

C++: GcDbDataTable::audit(class GcDbAuditInfo *) --> enum Gcad::ErrorStatus

cast(inPtr)

C++: GcDbDataTable::cast(const class GcRxObject *) --> class GcDbDataTable *

className()

C++: GcDbDataTable::className() --> const wchar_t *

desc()

C++: GcDbDataTable::desc() --> class GcRxClass *

dwgInFields(self, filer)

C++: GcDbDataTable::dwgInFields(class GcDbDwgFiler *) --> enum Gcad::ErrorStatus

dwgOutFields(self, filer)

C++: GcDbDataTable::dwgOutFields(class GcDbDwgFiler *) const --> enum Gcad::ErrorStatus

dxfInFields(self, filer)

C++: GcDbDataTable::dxfInFields(class GcDbDxfFiler *) --> enum Gcad::ErrorStatus

dxfOutFields(self, filer)

C++: GcDbDataTable::dxfOutFields(class GcDbDxfFiler *) const --> enum Gcad::ErrorStatus

getCellAt(self, row, col, outCell)

C++: GcDbDataTable::getCellAt(unsigned int, unsigned int, class GcDbDataCell &) const --> enum Gcad::ErrorStatus

getColumnAt(self, index)

C++: GcDbDataTable::getColumnAt(unsigned int, const class GcDbDataColumn *&) const --> enum Gcad::ErrorStatus

getColumnIndexAtName(self, pName)

C++: GcDbDataTable::getColumnIndexAtName(const wchar_t *, unsigned int &) const --> enum Gcad::ErrorStatus

getColumnNameAt(self, index)

C++: GcDbDataTable::getColumnNameAt(unsigned int, wchar_t *&) const --> enum Gcad::ErrorStatus

getColumnTypeAt(self, index, type)

C++: GcDbDataTable::getColumnTypeAt(unsigned int, enum GcDbDataCell::CellType &) const --> enum Gcad::ErrorStatus

insertColumnAt(*args, **kwargs)

Overloaded function.

isA(self)

C++: GcDbDataTable::isA() const --> class GcRxClass *

numColsGrowSize(self)

C++: GcDbDataTable::numColsGrowSize() const --> unsigned int

numColsPhysicalSize(self)

C++: GcDbDataTable::numColsPhysicalSize() const --> unsigned int

numColumns(self)

C++: GcDbDataTable::numColumns() const --> unsigned int

numRows(self)

C++: GcDbDataTable::numRows() const --> unsigned int

numRowsGrowSize(self)

C++: GcDbDataTable::numRowsGrowSize() const --> unsigned int

numRowsPhysicalSize(self)

C++: GcDbDataTable::numRowsPhysicalSize() const --> unsigned int

removeColumnAt(self, index)

C++: GcDbDataTable::removeColumnAt(unsigned int) --> enum Gcad::ErrorStatus

removeRowAt(self, index)

C++: GcDbDataTable::removeRowAt(unsigned int) --> enum Gcad::ErrorStatus

rxInit()

C++: GcDbDataTable::rxInit() --> void

setCellAt(self, row, col, cell)

C++: GcDbDataTable::setCellAt(unsigned int, unsigned int, const class GcDbDataCell &) --> enum Gcad::ErrorStatus

setNumColsGrowSize(self, n)

C++: GcDbDataTable::setNumColsGrowSize(unsigned int) --> enum Gcad::ErrorStatus

setNumColsPhysicalSize(self, n)

C++: GcDbDataTable::setNumColsPhysicalSize(unsigned int) --> enum Gcad::ErrorStatus

setNumRowsGrowSize(self, n)

C++: GcDbDataTable::setNumRowsGrowSize(unsigned int) --> enum Gcad::ErrorStatus

setNumRowsPhysicalSize(self, n)

C++: GcDbDataTable::setNumRowsPhysicalSize(unsigned int) --> enum Gcad::ErrorStatus

setTableName(self, pName)

C++: GcDbDataTable::setTableName(const wchar_t *) --> enum Gcad::ErrorStatus

tableName(self)

C++: GcDbDataTable::tableName() const --> const wchar_t *

Methods Documentation

appendColumn(*args, **kwargs)

Overloaded function.

  1. appendColumn(self: pygcad.pygrx.GcDbDataTable, type: pygcad.pygrx.GcDbDataCell.CellType) -> pygcad.pygrx.Gcad.ErrorStatus

  2. appendColumn(self: pygcad.pygrx.GcDbDataTable, type: pygcad.pygrx.GcDbDataCell.CellType, pColName: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::appendColumn(enum GcDbDataCell::CellType, const wchar_t *) –> enum Gcad::ErrorStatus

assign(self: pygcad.pygrx.GcDbDataTable, table: pygcad.pygrx.GcDbDataTable) pygcad.pygrx.GcDbDataTable

C++: GcDbDataTable::operator=(const class GcDbDataTable &) –> class GcDbDataTable &

audit(self: pygcad.pygrx.GcDbDataTable, pAuditInfo: pygcad.pygrx.GcDbAuditInfo) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::audit(class GcDbAuditInfo *) –> enum Gcad::ErrorStatus

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbDataTable

C++: GcDbDataTable::cast(const class GcRxObject *) –> class GcDbDataTable *

static className() str

C++: GcDbDataTable::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcDbDataTable::desc() –> class GcRxClass *

dwgInFields(self: pygcad.pygrx.GcDbDataTable, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::dwgInFields(class GcDbDwgFiler *) –> enum Gcad::ErrorStatus

dwgOutFields(self: pygcad.pygrx.GcDbDataTable, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::dwgOutFields(class GcDbDwgFiler *) const –> enum Gcad::ErrorStatus

dxfInFields(self: pygcad.pygrx.GcDbDataTable, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::dxfInFields(class GcDbDxfFiler *) –> enum Gcad::ErrorStatus

dxfOutFields(self: pygcad.pygrx.GcDbDataTable, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::dxfOutFields(class GcDbDxfFiler *) const –> enum Gcad::ErrorStatus

getCellAt(self: pygcad.pygrx.GcDbDataTable, row: int, col: int, outCell: pygcad.pygrx.GcDbDataCell) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::getCellAt(unsigned int, unsigned int, class GcDbDataCell &) const –> enum Gcad::ErrorStatus

getColumnAt(self: pygcad.pygrx.GcDbDataTable, index: int) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbDataColumn]

C++: GcDbDataTable::getColumnAt(unsigned int, const class GcDbDataColumn *&) const –> enum Gcad::ErrorStatus

getColumnIndexAtName(self: pygcad.pygrx.GcDbDataTable, pName: str) Tuple[pygcad.pygrx.Gcad.ErrorStatus, int]

C++: GcDbDataTable::getColumnIndexAtName(const wchar_t *, unsigned int &) const –> enum Gcad::ErrorStatus

getColumnNameAt(self: pygcad.pygrx.GcDbDataTable, index: int) Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbDataTable::getColumnNameAt(unsigned int, wchar_t *&) const –> enum Gcad::ErrorStatus

getColumnTypeAt(self: pygcad.pygrx.GcDbDataTable, index: int, type: pygcad.pygrx.GcDbDataCell.CellType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::getColumnTypeAt(unsigned int, enum GcDbDataCell::CellType &) const –> enum Gcad::ErrorStatus

insertColumnAt(*args, **kwargs)

Overloaded function.

  1. insertColumnAt(self: pygcad.pygrx.GcDbDataTable, index: int, type: pygcad.pygrx.GcDbDataCell.CellType) -> pygcad.pygrx.Gcad.ErrorStatus

  2. insertColumnAt(self: pygcad.pygrx.GcDbDataTable, index: int, type: pygcad.pygrx.GcDbDataCell.CellType, pColName: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::insertColumnAt(unsigned int, enum GcDbDataCell::CellType, const wchar_t *) –> enum Gcad::ErrorStatus

isA(self: pygcad.pygrx.GcDbDataTable) pygcad.pygrx.GcRxClass

C++: GcDbDataTable::isA() const –> class GcRxClass *

numColsGrowSize(self: pygcad.pygrx.GcDbDataTable) int

C++: GcDbDataTable::numColsGrowSize() const –> unsigned int

numColsPhysicalSize(self: pygcad.pygrx.GcDbDataTable) int

C++: GcDbDataTable::numColsPhysicalSize() const –> unsigned int

numColumns(self: pygcad.pygrx.GcDbDataTable) int

C++: GcDbDataTable::numColumns() const –> unsigned int

numRows(self: pygcad.pygrx.GcDbDataTable) int

C++: GcDbDataTable::numRows() const –> unsigned int

numRowsGrowSize(self: pygcad.pygrx.GcDbDataTable) int

C++: GcDbDataTable::numRowsGrowSize() const –> unsigned int

numRowsPhysicalSize(self: pygcad.pygrx.GcDbDataTable) int

C++: GcDbDataTable::numRowsPhysicalSize() const –> unsigned int

removeColumnAt(self: pygcad.pygrx.GcDbDataTable, index: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::removeColumnAt(unsigned int) –> enum Gcad::ErrorStatus

removeRowAt(self: pygcad.pygrx.GcDbDataTable, index: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::removeRowAt(unsigned int) –> enum Gcad::ErrorStatus

static rxInit() None

C++: GcDbDataTable::rxInit() –> void

setCellAt(self: pygcad.pygrx.GcDbDataTable, row: int, col: int, cell: pygcad.pygrx.GcDbDataCell) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::setCellAt(unsigned int, unsigned int, const class GcDbDataCell &) –> enum Gcad::ErrorStatus

setNumColsGrowSize(self: pygcad.pygrx.GcDbDataTable, n: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::setNumColsGrowSize(unsigned int) –> enum Gcad::ErrorStatus

setNumColsPhysicalSize(self: pygcad.pygrx.GcDbDataTable, n: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::setNumColsPhysicalSize(unsigned int) –> enum Gcad::ErrorStatus

setNumRowsGrowSize(self: pygcad.pygrx.GcDbDataTable, n: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::setNumRowsGrowSize(unsigned int) –> enum Gcad::ErrorStatus

setNumRowsPhysicalSize(self: pygcad.pygrx.GcDbDataTable, n: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::setNumRowsPhysicalSize(unsigned int) –> enum Gcad::ErrorStatus

setTableName(self: pygcad.pygrx.GcDbDataTable, pName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbDataTable::setTableName(const wchar_t *) –> enum Gcad::ErrorStatus

tableName(self: pygcad.pygrx.GcDbDataTable) str

C++: GcDbDataTable::tableName() const –> const wchar_t *