Package reflectometry :: Package model1d :: Package profileview :: Module plotReflPanel :: Class ReflPanel

Class ReflPanel

source code


Instance Methods
 
__init__(self, parent, size=wx.DefaultSize)
Constructor
source code
 
GetContextMenu(self)
Return the context menu
source code
 
IsShowLegend(self)
True, if show legend, otherwise False
source code
 
IsShowLayerName(self)
True, if show layer name, otherwise False
source code
 
OnShowRhoMenu(self, evt)
Show the legend of profile
source code
 
OnShowMuMenu(self, evt)
Show the legend of profile
source code
 
OnShowPhiMenu(self, evt)
Show the legend of profile
source code
 
OnShowThetaMenu(self, evt)
Show the legend of profile
source code
 
OnShowDepthMenu(self, evt)
Show the legend of profile
source code
 
OnShowLegendMenu(self, evt)
Show the legend of profile
source code
 
OnShowLayerNameMenu(self, evt) source code
 
refreshModel(self)
TODO:
source code
 
UpdateViewer(self, names, value) source code
 
SetModel(self, model) source code
 
OnPanelRightDown(self, evt)
On touch the right mouse
source code
 
UpdateModel(self, evt)
update model
source code
 
OnUpdateModelMenu(self, evt) source code
 
OnClearModelMenu(self, evt)
Clear the model
source code
 
OnInitModelMenu(self, evt)
Init the magnetic model Menu
source code
 
OnInitModelNMMenu(self, evt)
Init the non magnetic model Menu
source code
 
OnSaveModelMenu(self, evt)
Save the model as python script
source code
 
parseDictLayers(self) source code
 
parseStajLayerName(self, pLists, nT, nM, nB) source code
 
OnLoadStajMenu(self, evt)
Load the model from staj ( magnetic case )
source code
 
OnLoadModelMenu(self, evt)
Load the model
source code
 
OnChangeMetaDataMenu(self, evt)
Change MetaData
source code
 
change_a_profile(self, idx, mL, mP, b)
Change a profile in a layer
source code
 
OnChangeProfileLayerMenu(self, evt)
Change a profile from a layer
source code
 
add_a_layer(self, idx, mL, mP, b)
Add a profile in a layer
source code
 
OnAddLayerMenu(self, evt)
On add a layer
source code
 
OnRemoveLayerMenu(self, evt)
On Remove a layer
source code
 
GetOldTitle(self) source code
 
OnChangeTitleMenu(self, evt)
Change Figure Title
source code
 
OnChangeLayerNameMenu(self, evt)
Change layer name
source code
 
OnCopyModelMenu(self, evt)
Copy the current model
source code
 
OnCopyProfileMenu(self, evt)
Copy the current profile
source code

Inherited from site-packages.reflectometry.model1d.profileview.plotReflBase.PlotReflBase: CanShowContextMenu, GetModelName, GetPlotCanvas, GetToolBar, OnCopyFigureMenu, OnLeftDClick, OnPanelFrameClose, OnSaveFigureMenu, getVal4Pms, onKeyEvent, onPrint, onPrinterPreview, onPrinterSetup, update

Inherited from site-packages.reflectometry.model1d.profileview.auiPanel.AuiPanel: GetPerspective, RestorePerspective, SetPerspective, ShowErrorMsg

Method Details

__init__(self, parent, size=wx.DefaultSize)
(Constructor)

source code 
Constructor
Overrides: site-packages.reflectometry.model1d.profileview.auiPanel.AuiPanel.__init__
(inherited documentation)

OnPanelRightDown(self, evt)

source code 
On touch the right mouse
Overrides: site-packages.reflectometry.model1d.profileview.plotReflBase.PlotReflBase.OnPanelRightDown