GcDbImageBackground

class pygcad.pygrx.GcDbImageBackground

Bases: GcDbBackground

Methods Summary

cast(inPtr)

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

className()

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

copyFrom(self, other)

C++: GcDbImageBackground::copyFrom(const class GcRxObject *) --> enum Gcad::ErrorStatus

desc()

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

drawableType(self)

C++: GcDbImageBackground::drawableType() const --> enum GcGiDrawable::DrawableType

dwgInFields(self, pFiler)

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

dwgOutFields(self, pFiler)

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

dxfInFields(self, pFiler)

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

dxfOutFields(self, pFiler)

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

fitToScreen(self)

C++: GcDbImageBackground::fitToScreen() const --> bool

imageFilename(self)

C++: GcDbImageBackground::imageFilename() const --> const wchar_t *

isA(self)

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

maintainAspectRatio(self)

C++: GcDbImageBackground::maintainAspectRatio() const --> bool

rxInit()

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

setFitToScreen(self, bFitToScreen)

C++: GcDbImageBackground::setFitToScreen(bool) --> void

setImageFilename(self, filename)

C++: GcDbImageBackground::setImageFilename(const wchar_t *) --> void

setMaintainAspectRatio(self, ...)

C++: GcDbImageBackground::setMaintainAspectRatio(bool) --> void

setUseTiling(self, bUseTiling)

C++: GcDbImageBackground::setUseTiling(bool) --> void

setXOffset(self, xOffset)

C++: GcDbImageBackground::setXOffset(double) --> void

setXScale(self, xScale)

C++: GcDbImageBackground::setXScale(double) --> void

setYOffset(self, yOffset)

C++: GcDbImageBackground::setYOffset(double) --> void

setYScale(self, yScale)

C++: GcDbImageBackground::setYScale(double) --> void

useTiling(self)

C++: GcDbImageBackground::useTiling() const --> bool

xOffset(self)

C++: GcDbImageBackground::xOffset() const --> double

xScale(self)

C++: GcDbImageBackground::xScale() const --> double

yOffset(self)

C++: GcDbImageBackground::yOffset() const --> double

yScale(self)

C++: GcDbImageBackground::yScale() const --> double

Methods Documentation

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

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

static className() str

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

copyFrom(self: pygcad.pygrx.GcDbImageBackground, other: pygcad.pygrx.GcRxObject) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbImageBackground::copyFrom(const class GcRxObject *) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

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

drawableType(self: pygcad.pygrx.GcDbImageBackground) pygcad.pygrx.GcGiDrawable.DrawableType

C++: GcDbImageBackground::drawableType() const –> enum GcGiDrawable::DrawableType

dwgInFields(self: pygcad.pygrx.GcDbImageBackground, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dwgOutFields(self: pygcad.pygrx.GcDbImageBackground, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfInFields(self: pygcad.pygrx.GcDbImageBackground, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfOutFields(self: pygcad.pygrx.GcDbImageBackground, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

fitToScreen(self: pygcad.pygrx.GcDbImageBackground) bool

C++: GcDbImageBackground::fitToScreen() const –> bool

imageFilename(self: pygcad.pygrx.GcDbImageBackground) str

C++: GcDbImageBackground::imageFilename() const –> const wchar_t *

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

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

maintainAspectRatio(self: pygcad.pygrx.GcDbImageBackground) bool

C++: GcDbImageBackground::maintainAspectRatio() const –> bool

static rxInit() None

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

setFitToScreen(self: pygcad.pygrx.GcDbImageBackground, bFitToScreen: bool) None

C++: GcDbImageBackground::setFitToScreen(bool) –> void

setImageFilename(self: pygcad.pygrx.GcDbImageBackground, filename: str) None

C++: GcDbImageBackground::setImageFilename(const wchar_t *) –> void

setMaintainAspectRatio(self: pygcad.pygrx.GcDbImageBackground, bMaintainAspectRatio: bool) None

C++: GcDbImageBackground::setMaintainAspectRatio(bool) –> void

setUseTiling(self: pygcad.pygrx.GcDbImageBackground, bUseTiling: bool) None

C++: GcDbImageBackground::setUseTiling(bool) –> void

setXOffset(self: pygcad.pygrx.GcDbImageBackground, xOffset: float) None

C++: GcDbImageBackground::setXOffset(double) –> void

setXScale(self: pygcad.pygrx.GcDbImageBackground, xScale: float) None

C++: GcDbImageBackground::setXScale(double) –> void

setYOffset(self: pygcad.pygrx.GcDbImageBackground, yOffset: float) None

C++: GcDbImageBackground::setYOffset(double) –> void

setYScale(self: pygcad.pygrx.GcDbImageBackground, yScale: float) None

C++: GcDbImageBackground::setYScale(double) –> void

useTiling(self: pygcad.pygrx.GcDbImageBackground) bool

C++: GcDbImageBackground::useTiling() const –> bool

xOffset(self: pygcad.pygrx.GcDbImageBackground) float

C++: GcDbImageBackground::xOffset() const –> double

xScale(self: pygcad.pygrx.GcDbImageBackground) float

C++: GcDbImageBackground::xScale() const –> double

yOffset(self: pygcad.pygrx.GcDbImageBackground) float

C++: GcDbImageBackground::yOffset() const –> double

yScale(self: pygcad.pygrx.GcDbImageBackground) float

C++: GcDbImageBackground::yScale() const –> double