Methods
|
|
|
|
Lens
|
Lens ( self, t )
Lens(enum Lens::Type t) -> Lens
Lens constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
addLens
|
addLens (
self,
lens,
position,
)
addLens(Lens* lens, int position)
addLens documentation.
|
|
addModel
|
addModel ( self, m )
addModel(Model* m)
addModel documentation.
|
|
bbox
|
bbox ( self, model )
bbox(Model* model) -> bool, otf::Geom3d::BBox
bbox documentation.
|
|
destroy
|
destroy ( self )
destroy()
destroy documentation.
|
|
gfxAttr
|
gfxAttr ( self, obj )
gfxAttr(struct _object* obj) -> struct _object*
gfxAttr documentation.
|
|
invalidateCache
|
invalidateCache ( self )
invalidateCache()
invalidateCache documentation.
|
|
invalidateSelectionCache
|
invalidateSelectionCache ( self )
invalidateSelectionCache()
invalidateSelectionCache documentation.
|
|
removeAllGfxAttrs
|
removeAllGfxAttrs ( self )
removeAllGfxAttrs()
removeAllGfxAttrs documentation.
|
|
removeGfxAttr
|
removeGfxAttr ( self, obj )
removeGfxAttr(struct _object* obj)
removeGfxAttr documentation.
|
|
removeLens
|
removeLens ( self, lens )
removeLens(Lens* lens)
removeLens documentation.
|
|
removeModel
|
removeModel ( self, m )
removeModel(Model* m)
removeModel documentation.
|
|
setLL
|
setLL (
self,
llx,
lly,
)
setLL(float llx, float lly)
setLL documentation.
|
|
setSize
|
setSize (
self,
width,
height,
)
setSize(float width, float height)
setSize documentation.
|
|
shiftLens
|
shiftLens (
self,
lens,
position,
)
shiftLens(Lens* lens, int position)
shiftLens documentation.
|