Package reflectometry :: Package model1d :: Package profileview :: Module reflInteractor :: Class ReflectometryInteractor

Class ReflectometryInteractor

source code

Reflectometry profile editor
Instance Methods
 
__init__(self, ax, model, listener, parent) source code
 
ShowRho(self, show=True, update=False) source code
 
ShowMu(self, show=True, update=False) source code
 
ShowPhi(self, show=True, update=False) source code
 
ShowTheta(self, show=True, update=False) source code
 
ShowDepth(self, show=True, update=False) source code
 
ShowLegend(self, show=True, update=False) source code
 
onMotion(self, event)
Respond to motion events by changing the active layer.
source code
 
onContext(self, ev)
Context menu (eventually ...).
source code
 
get_title(self) source code
 
set_title(self, title=None) source code
 
set_layer(self, n)
Make layer n the active layer.
source code
 
update(self)
Respond to changes in the model by recalculating the profiles and resetting the widgets.
source code
 
freeze_axes(self) source code
 
thaw_axes(self) source code
 
draw(self)
Set the limits and tell the canvas to render itself.
source code