GcDbTextStyleTable

class pygcad.pygrx.GcDbTextStyleTable

Bases: GcDbSymbolTable

Methods Summary

add(*args, **kwargs)

Overloaded function.

cast(inPtr)

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

className()

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

desc()

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

getAt(self, entryName, openMode, openErasedRec)

C++: GcDbTextStyleTable::getAt(const wchar_t *, GcDbTextStyleTableRecord *&, enum GcDb::OpenMode, bool) const --> enum Gcad::ErrorStatus

getObjIdAt(self, entryName[, getErasedRec])

C++: GcDbTextStyleTable::getAt(const wchar_t *, GcDbObjectId &, bool) const --> enum Gcad::ErrorStatus

isA(self)

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

newIterator(self[, atBeginning, skipDeleted])

C++: GcDbTextStyleTable::newIterator(GcDbTextStyleTableIterator *&, bool, bool) const --> enum Gcad::ErrorStatus

rxInit()

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

Methods Documentation

add(*args, **kwargs)

Overloaded function.

  1. add(self: pygcad.pygrx.GcDbTextStyleTable, pRecord: object) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTable::add(class GcDbTextStyleTableRecord *) –> enum Gcad::ErrorStatus

  1. add(self: pygcad.pygrx.GcDbTextStyleTable, id: GcDbObjectId, pRecord: object) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTextStyleTable::add(class GcDbTextStyleTableRecord *) –> enum Gcad::ErrorStatus

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

getAt(self: pygcad.pygrx.GcDbTextStyleTable, entryName: str, openMode: pygcad.pygrx.GcDb.OpenMode = <OpenMode.kForRead: 0>, openErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbTextStyleTableRecord]

C++: GcDbTextStyleTable::getAt(const wchar_t *, GcDbTextStyleTableRecord *&, enum GcDb::OpenMode, bool) const –> enum Gcad::ErrorStatus

getObjIdAt(self: pygcad.pygrx.GcDbTextStyleTable, entryName: str, getErasedRec: bool = False) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbObjectId]

C++: GcDbTextStyleTable::getAt(const wchar_t *, GcDbObjectId &, bool) const –> enum Gcad::ErrorStatus

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

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

newIterator(self: pygcad.pygrx.GcDbTextStyleTable, atBeginning: bool = True, skipDeleted: bool = True) Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbTextStyleTableIterator]

C++: GcDbTextStyleTable::newIterator(GcDbTextStyleTableIterator *&, bool, bool) const –> enum Gcad::ErrorStatus

static rxInit() None

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