/ . / _LightViewer / LightViewer
LightViewer(viewer: chimera.LensViewer) -> LightViewer
constants:
attributes:
- mode: int
- selected: chimera.Light
Methods
|
|
|
destroyCB
|
destroyCB ( self, widget )
destroyCB(widget: object)
|
|
postRedisplay
|
postRedisplay ( self )
postRedisplay()
|
|
displayCB
|
displayCB ( self, widget )
displayCB(widget: object)
|
|
dragMotion
|
dragMotion (
self,
x,
y,
)
dragMotion(x: int, y: int)
|
|
reshapeCB
|
reshapeCB ( self, widget )
reshapeCB(widget: object)
|
|
dragEnd
|
dragEnd ( self )
dragEnd()
|
|
dragStart
|
dragStart (
self,
x,
y,
)
dragStart(x: int, y: int) -> bool
|
|
createCB
|
createCB ( self, widget )
createCB(widget: object)
|
|
|