|
setup(self)
Sub-tab-specific initialization. |
|
|
|
atomPicked(self,
ws_atom_num)
Respond to the user picking a workspace atom |
|
|
|
activate(self)
Activate the sub-tab, e.g., check the picking check box. |
|
|
|
deactivate(self)
Deactivate the sub-tab, e.g., stop picking and/or uncheck the picking
check box |
|
|
|
saveSettings(self,
jag_input,
eid)
Save sub-tab settings for the specified entry into the given Jaguar
handle. |
|
|
|
loadSettings(self,
jag_input,
eid,
title,
struc)
Restore sub-tab settings from the Jaguar handle. |
|
|
str or NoneType
|
validate(self)
Make sure that the sub-tab settings will allow a job to be run
successfully. |
|
|
bool
|
|
Inherited from base_sub_tab.BaseSubTab :
__init__ ,
emitAddMarker ,
emitCountChanged ,
emitRemoveMarker ,
emitSetMarkerHighlighting ,
reset ,
setActive ,
setDisplayedEids ,
updateEntryTitles ,
warning
|