Package reflectometry :: Package model1d :: Package tableview :: Module customConstrainViewer :: Class CustomConstrainViewer

Class CustomConstrainViewer

source code


Panel to view the constrains and optimized variables only.
Instance Methods
 
__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=DEFAULT_PANEL_SIZE) source code
 
SetMultiplexor(self, xor, modelname)
Update all the views
source code
 
GetMultiplexor(self) source code
 
SetModel(self, model) source code
 
UpdateMultiplexor(self)
Update the multiplexor for the fitting.
source code
 
Enable(self, enable=True)
Enable the panel.
source code
 
UpdateViewer(self)
Update the viewer due to the updating of the model.
source code
 
UpdateModelViewer(self)
Update the viewer due to the updating of the model.
source code
 
UpdateParameterViewer(self, names, value)
Update the viewer when parameter value is updated.
source code
 
RefreshViewer(self)
Update the viewer when parameter value is updated.
source code
 
Clear(self) source code
 
SetEditMode(self, editMode=True)
Set to editable mode or not.
source code
 
setRoughFormat(self, fmt) source code
 
setReflFormat(self, fmt) source code
 
getFmtTable(self) source code

Inherited from site-packages.park.parkAui.common.auiPanel.AuiPanel: GetPerspective, IsEditMode, OnLeftDClick, RestorePerspective, SetPerspective, ShowErrorMsg

Method Details

__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=DEFAULT_PANEL_SIZE)
(Constructor)

source code 
Overrides: site-packages.park.parkAui.common.auiPanel.AuiPanel.__init__

SetEditMode(self, editMode=True)

source code 
Set to editable mode or not.
Overrides: site-packages.park.parkAui.common.auiPanel.AuiPanel.SetEditMode