/ . / _chimera / SideViewer
SideViewer(followViewer: LensViewer) -> SideViewer
constants:
- OnEye = 1
- OnHither = 2
- OnNothing = 0
- OnYon = 3
attributes:
- background: Color
- camera: Camera
- follow: LensViewer
- lowRes: bool
- scaleFactor: float
- selectionSet: object
- viewSize: float
- windowOrigin: (int,int)
- windowSize: (int,int)
Methods
|
|
|
destroyCB
|
destroyCB ( self, widget )
destroyCB(widget: object)
|
|
moveEye
|
moveEye (
self,
x,
y,
throttle,
)
moveEye(x: int, y: int, throttle: bool = false)
|
|
postRedisplay
|
postRedisplay ( self )
postRedisplay()
|
|
over
|
over (
self,
x,
y,
)
over(x: int, y: int) -> int
|
|
resetView
|
resetView ( self )
resetView()
|
|
displayCB
|
displayCB ( self, widget )
displayCB(widget: object)
|
|
thickness
|
thickness (
self,
x,
y,
throttle,
)
thickness(x: int, y: int, throttle: bool = false)
|
|
viewAll
|
viewAll ( self, resetCofrMethod )
viewAll(resetCofrMethod: bool = true)
|
|
pdbWrite
|
pdbWrite (
self,
mList,
xform,
filename,
allFrames,
displayedOnly,
selectedOnly,
)
pdbWrite(mList: list of Molecule, xform: Xform, filename: str, allFrames: bool = false, displayedOnly: bool = false, selectedOnly: bool = false)
|
|
moveYon
|
moveYon (
self,
x,
y,
throttle,
)
moveYon(x: int, y: int, throttle: bool = false)
|
|
hasGraphicsContext
|
hasGraphicsContext ( self )
hasGraphicsContext() -> bool
|
|
moveHither
|
moveHither (
self,
x,
y,
throttle,
)
moveHither(x: int, y: int, throttle: bool = false)
|
|
touch
|
touch ( self )
touch()
|
|
destroy
|
destroy ( self )
destroy()
|
|
pdbrunNoMarks
|
pdbrunNoMarks (
self,
all,
conect,
nouser,
surface,
nowait,
shellCommand,
)
pdbrunNoMarks(all: bool, conect: bool, nouser: bool, surface: bool, nowait: bool, shellCommand: str)
|
|
reshapeCB
|
reshapeCB ( self, widget )
reshapeCB(widget: object)
|
|
section
|
section (
self,
x,
y,
throttle,
)
section(x: int, y: int, throttle: bool = false)
|
|
setCursor
|
setCursor ( self, cursor )
setCursor(cursor: str)
|
|
createCB
|
createCB ( self, widget )
createCB(widget: object)
|
|
|