qubx :: data_types :: SigOverlays :: Class SigOverlays
[hide private]
[frames] | no frames]

Class SigOverlays

source code

object --+    
         |    
    SigIdl --+
             |
            SigOverlays

Instance Methods [hide private]
 
__init__(self, sampling, segmentation)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_source(self, f, l) source code
 
pop_source(self) source code
 
pop_dest(self, n, ff, ll, cc) source code
 
add_dest(self, f, l) source code
 
restore(self, f, l) source code
 
clear(self) source code

Inherited from SigIdl: set_sampling

Inherited from SigIdl (private): _onAddSeg, _onClearSegs

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

Instance Variables [hide private]

Inherited from SigIdl: idl, sampling, seg

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, sampling, segmentation)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)