Interactor for TetheredPolymer to handle bspline control points.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_layer(self,
n)
Setup the widgets required to edit layer n. |
source code
|
|
|
|
update(self)
Draw the widgets in their new positions. |
source code
|
|
|
|
move(self,
x,
y,
evt)
Update the model with the new widget position. |
source code
|
|
|
|
save(self,
evt)
Save the current state of the model represented by the widget. |
source code
|
|
|
|
|
|
Inherited from LayerInteractor:
BestDepthLayerNum,
IsFlatLayer,
__init__,
getBestCurrLayerNum,
get_Marker,
set_n,
showMuValue,
showPhiValue,
showRhoValue,
showThetaValue,
showValue
Inherited from site-packages.reflectometry.model1d.profileview.baseInteractor.BaseInteractor:
clear_markers,
connect_markers,
dpixel,
moveend,
onClick,
onDrag,
onHilite,
onKey,
onLeave,
onRelease,
updateValue
|