|
|
|
|
|
|
|
|
|
|
|
OnAuiButtonPressed(self,
event)
The button on aui panel is pressed. |
source code
|
|
|
|
refreshModel(self,
model)
refresh the model. |
source code
|
|
|
|
|
|
|
|
|
|
UpdateViewer(self)
Update the whole model Page |
source code
|
|
|
|
UpdateParameterViewer(self,
paramName,
value)
Update the whole model Page |
source code
|
|
|
|
OnModelUpdated(self,
event)
Update the whole model Page |
source code
|
|
|
|
|
|
|
|
|
|
CloseAuiManager(self)
Uninitalize the AuiManager. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ShowModelDataset(self,
show=True)
Show / hide the dataset panel. |
source code
|
|
|
|
IsModelDatasetShown(self)
return True if the dataset panel is shown. |
source code
|
|
|
|
ShowModelBuilder(self,
show=True)
Show / hide the model builder panel. |
source code
|
|
|
|
IsModelBuilderShown(self)
Retur True if the model builder panel is shown. |
source code
|
|
|
|
ShowModelResidual(self,
show=True)
Show / hide the data residual panel. |
source code
|
|
|
|
IsModelResidualShown(self)
Return True if the data residual panel is shown. |
source code
|
|
|
|
ShowModelParameter(self,
show=True)
Show / hide the parameter panel. |
source code
|
|
|
|
IsModelParameterShown(self)
return True if the parameter panel is shown. |
source code
|
|
|
|
|
|
|
|
|
Inherited from site-packages.park.parkAui.common.auiPanel.AuiPanel:
GetPerspective,
IsEditMode,
OnLeftDClick,
RestorePerspective,
SetPerspective,
ShowErrorMsg
|