Package reflectometry :: Package model1d :: Package adaptor :: Module reflModelBuilder :: Class ReflModelBuilder

Class ReflModelBuilder

source code


Instance Methods
 
__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.TAB_TRAVERSAL) source code
 
SetModel(self, model)
Set the model.
source code
 
refreshModel(self, model) source code
 
GetModelName(self) source code
 
get_title(self) source code
 
set_title(self, title=None) source code
 
UpdateViewer(self)
Update the panel to show all updating of the model.
source code
 
UpdateParameterViewer(self, names, value)
Update current panel to show the updating of the specific attribute of the model
source code
 
getEnds_Rhos(self) source code
 
OnUpdateModel(self, event) source code

Inherited from site-packages.park.parkAui.common.fittingModelBuilder.FittingModelBuilder: CanShowContextMenu, GetContextMenu, GetModel, IsEditMode, OnModel, OnModelParameter, OnRightDown, SetEditMode

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

Method Details

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

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

SetModel(self, model)

source code 
Set the model.
Overrides: site-packages.park.parkAui.common.fittingModelBuilder.FittingModelBuilder.SetModel
(inherited documentation)

UpdateViewer(self)

source code 
Update the panel to show all updating of the model.
Overrides: site-packages.park.parkAui.common.fittingModelBuilder.FittingModelBuilder.UpdateViewer
(inherited documentation)

UpdateParameterViewer(self, names, value)

source code 
Update current panel to show the updating of the specific attribute of the model
Overrides: site-packages.park.parkAui.common.fittingModelBuilder.FittingModelBuilder.UpdateParameterViewer
(inherited documentation)