/ . / _chimera / SideViewer
SideViewer(followViewer: LensViewer) -> SideViewer
constants:
- OnEye = 1
- OnFocal = 4
- OnHighFOV = 6
- OnHither = 2
- OnLowFOV = 5
- OnNothing = 0
- OnYon = 3
attributes:
- advancedUI: bool
- background: Color
- camera: Camera
- follow: LensViewer
- lowRes: bool
- scaleFactor: float
- selectionSet: object
- viewSize: float
- windowOrigin: (int, int)
- windowSize: (int, int)
Methods
|
|
|
moveEyeDist
|
moveEyeDist (
self,
x,
y,
throttle,
)
moveEyeDist(x: int, y: int, throttle: bool = false)
|
|
over
|
over (
self,
x,
y,
)
over(x: int, y: int) -> int
|
|
displayCB
|
displayCB ( self, widget )
displayCB(widget: object)
|
|
resetView
|
resetView ( self )
resetView()
|
|
touch
|
touch ( self )
touch()
|
|
moveHighFOV
|
moveHighFOV (
self,
x,
y,
throttle,
)
moveHighFOV(x: int, y: int, throttle: bool = false)
|
|
pdbWrite
|
pdbWrite (
self,
mList,
xform,
filename,
allFrames,
displayedOnly,
selectedOnly,
)
pdbWrite(mList: sequence of Molecule, xform: Xform, filename: str, allFrames: bool = false, displayedOnly: bool = false, selectedOnly: bool = false)
pdbWrite(mList: sequence of Molecule, xform: Xform, out: writable file-like, allFrames: bool = false, displayedOnly: bool = false, selectedOnly: bool = false)
|
|
moveEye
|
moveEye (
self,
x,
y,
throttle,
)
moveEye(x: int, y: int, throttle: bool = false)
|
|
postRedisplay
|
postRedisplay ( self )
postRedisplay()
|
|
section
|
section (
self,
x,
y,
throttle,
)
section(x: int, y: int, throttle: bool = false)
|
|
moveFocal
|
moveFocal (
self,
x,
y,
throttle,
)
moveFocal(x: int, y: int, throttle: bool = false)
|
|
thickness
|
thickness (
self,
x,
y,
throttle,
)
thickness(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)
|
|
createCB
|
createCB ( self, widget )
createCB(widget: object)
|
|
moveLowFOV
|
moveLowFOV (
self,
x,
y,
throttle,
)
moveLowFOV(x: int, y: int, throttle: bool = false)
|
|
reshapeCB
|
reshapeCB ( self, widget )
reshapeCB(widget: object)
|
|
destroy
|
destroy ( self )
destroy()
|
|
setCursor
|
setCursor ( self, cursor )
setCursor(cursor: (str|None))
|
|
destroyCB
|
destroyCB ( self, widget )
destroyCB(widget: object)
|
|
viewAll
|
viewAll ( self, resetCofrMethod )
viewAll(resetCofrMethod: bool = true)
|
|
pdbrunNoMarks
|
pdbrunNoMarks (
self,
all,
conect,
nouser,
surface,
nowait,
shellCommand,
)
pdbrunNoMarks(all: bool, conect: bool, nouser: bool, surface: bool, nowait: bool, shellCommand: str)
|
|
moveYon
|
moveYon (
self,
x,
y,
throttle,
)
moveYon(x: int, y: int, throttle: bool = false)
|
|
|