Package reflectometry :: Package model1d :: Package tableview :: Module customConstrain :: Class CustomConstrain

Class CustomConstrain

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
 
Binds(self) source code
 
OnPanelRightDown(self, event)
On touch the right mouse
source code
 
OnLabelRightClick(self, evt) source code
 
OnSwitchFmt(self, event) source code
 
OnRough2StajFmt(self, event) source code
 
OnRefl2StajFmt(self, event) source code
 
OnAlignment(self, evt) source code
 
SetMultiplexor(self, xor, modelname)
Update all the views
source code
 
GetMultiplexor(self) source code
 
SetModel(self, model) source code
 
UpdateMultiplexor(self)
Update multiplexor for the fitting.
source code
 
RefreshMultiplexor(self, xor, modelname)
refresh 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
 
ShowParameterViewer(self, names)
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
 
getFmtTable(self)
Get grid table for save
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