A basic interface supports quitting, pausing, stepping,
zooming, and resizing.
Methods
|
|
__init__
shutdown
sizeDown
sizeUp
step
toggle
zoomIn
zoomOut
|
|
__init__
|
__init__ ( self, engine )
|
|
shutdown
|
shutdown ( self, loc )
|
|
sizeDown
|
sizeDown ( self, factor=2 )
|
|
sizeUp
|
sizeUp ( self, factor=2 )
|
|
step
|
step ( self, loc )
|
|
toggle
|
toggle ( self, loc )
|
|
zoomIn
|
zoomIn ( self, loc )
|
|
zoomOut
|
zoomOut ( self, loc )
|
|