HappyDoc Generated Documentation Class: Lens

. / _chimera / Lens 

Lens(t: int) -> Lens

constants:
  • AT_END = -1
  • Background = 0
  • Opaque = 1
  • Overlay = 2
attributes:
  • active: bool
  • bounds: tuple of float
  • models: list of Model
  • parentLens: Lens
  • sublenses: list of Lens
  • type: int
Methods   
  addLens 
addLens (
        self,
        lens,
        position,
        )

addLens(lens: Lens, position: unsigned int = AT_END)

  bsphere 
bsphere ( self,  model )

bsphere(model: Model) -> bool, Sphere

  shiftLens 
shiftLens (
        self,
        lens,
        position,
        )

shiftLens(lens: Lens, position: unsigned int)

  removeAllGfxAttrs 
removeAllGfxAttrs ( self )

removeAllGfxAttrs()

  removeModel 
removeModel ( self,  m )

removeModel(m: Model)

  setLL 
setLL (
        self,
        llx,
        lly,
        )

setLL(llx: float, lly: float)

  removeGfxAttr 
removeGfxAttr ( self,  obj )

removeGfxAttr(obj: object)

  gfxAttr 
gfxAttr ( self,  obj )

gfxAttr(obj: object) -> object

  invalidateCache 
invalidateCache ( self )

invalidateCache()

  removeLens 
removeLens ( self,  lens )

removeLens(lens: Lens)

  addModel 
addModel ( self,  m )

addModel(m: Model)

  destroy 
destroy ( self )

destroy()

  invalidateSelectionCache 
invalidateSelectionCache ( self )

invalidateSelectionCache()

  setSize 
setSize (
        self,
        width,
        height,
        )

setSize(width: float, height: float)


This document was automatically generated Thu Nov 09 13:33:31 2006 by HappyDoc version 3.0.a1