Package schrodinger :: Package application :: Package phase :: Module phase_widgets :: Class HypothesisColumns
[hide private]
[frames] | no frames]

Class HypothesisColumns

                 object --+                
                          |                
                        int --+            
                              |            
     ui.qt.table_helper._Column --+        
                                  |        
ui.qt.table_helper._ColumnEnumValue --+    
                                      |    
                         object --+   |    
                                  |   |    
                          enum.Enum --+    
                                      |    
        ui.qt.table_helper.TableColumns --+
                                          |
                                         HypothesisColumns

Nested Classes [hide private]

Inherited from ui.qt.table_helper.TableColumns: __metaclass__, _member_type_

Instance Methods [hide private]
 
__reduce_ex__(self, protocol=None)
helper for pickle

Inherited from ui.qt.table_helper.TableColumns: __format__, __hash__, __repr__, __str__

Inherited from int: __abs__, __add__, __and__, __cmp__, __coerce__, __div__, __divmod__, __float__, __floordiv__, __getattribute__, __getnewargs__, __hex__, __index__, __int__, __invert__, __long__, __lshift__, __mod__, __mul__, __neg__, __nonzero__, __oct__, __or__, __pos__, __pow__, __radd__, __rand__, __rdiv__, __rdivmod__, __rfloordiv__, __rlshift__, __rmod__, __rmul__, __ror__, __rpow__, __rrshift__, __rshift__, __rsub__, __rtruediv__, __rxor__, __sub__, __truediv__, __trunc__, __xor__, bit_length, conjugate

Inherited from enum.Enum: __dir__

Inherited from object: __delattr__, __init__, __reduce__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from ui.qt.table_helper.TableColumns: __new__

Class Variables [hide private]
  HypoName = table_helper.Column("Hypothesis")
  MinSites = table_helper.Column("Matches", editable= True, tool...
  ExclVols = table_helper.Column("Excluded Volumes", checkable= ...
  _member_map_ = OrderedDict([('HypoName', Column 0 (Hypothesis)...
  _member_names_ = ['HypoName', 'MinSites', 'ExclVols']
  _value2member_map_ = {0: Column 0 (Hypothesis), 1: Column 1 (M...

Inherited from ui.qt.table_helper.TableColumns: __eq__, __ge__, __gt__, __le__, __lt__, __ne__

Inherited from enum.Enum: name, value

Properties [hide private]

Inherited from int: denominator, imag, numerator, real

Inherited from object: __class__

Method Details [hide private]

__reduce_ex__(self, protocol=None)

 

helper for pickle

Overrides: object.__reduce_ex__
(inherited documentation)

Class Variable Details [hide private]

MinSites

Value:
table_helper.Column("Matches", editable= True, tooltip= "Minimum numbe\
r of features required for a match")

ExclVols

Value:
table_helper.Column("Excluded Volumes", checkable= True, tooltip= "Tog\
gle on/off usage of excluded volumes in screening.")

_member_map_

Value:
OrderedDict([('HypoName', Column 0 (Hypothesis)), ('MinSites', Column \
1 (Matches)), ('ExclVols', Column 2 (Excluded Volumes))])

_value2member_map_

Value:
{0: Column 0 (Hypothesis),
 1: Column 1 (Matches),
 2: Column 2 (Excluded Volumes)}