Package qubx :: Module trials :: Class Trials
[hide private]
[frames] | no frames]

Class Trials

source code

object --+
         |
        Trials

Instance Methods [hide private]
 
__init__(self, Data, model)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__onSwitchData(self, Data, file) source code
 
__onClosingData(self, ix) source code
 
__onInsertTrialset(self, ix, trialset) source code
 
__onRemovingTrialset(self, ix, trialset) source code
 
set_trialset_by_name(self, x) source code
 
set_trialset(self, ts) source code
 
get_trialset(self, name, in_qsf=False) source code
 
remove_trialset(self, name, force=True) source code
 
__adjust_ts_closing(self) source code
 
open(self, path=None) source code
 
save(self, path=None, trialset=None) source code
 
prompt_save(self, trialset, data, can_cancel=True) source code
 
__onSelectTrial(self, index, field=None, sender=None) source code
 
__onDoubleClickTrial(self, index, field_name=None) source code
 
__onSetInQSF(self, ts, in_qsf) source code
 
__onToggleInQSF(self, chk) source code
 
show_trialset_table(self, ts) source code
 
__onClickOpen(self, item) source code
 
__onClickSave(self, item) source code
 
__onClickClose(self, *args) source code
 
__onPopulateTrials(self, add) source code
 
__onChooseTrials(self, mnu, ts_name) source code
 
copy_rows(self, out_name=None, copy_rows_type=None, group=None, inverse=False, criteria=None) source code
 
__onCopyRow(self, from_list, from_i, to_list, to_i) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  trialset
  trialset_by_name

Inherited from object: __class__

Method Details [hide private]

__init__(self, Data, model)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

trialset

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

trialset_by_name

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)