Package schrodinger :: Package application :: Package msv :: Package gui :: Module viewmodel :: Class PostReorderingProxyMixin
[hide private]
[frames] | no frames]

Class PostReorderingProxyMixin

object --+    
         |    
ProxyMixin --+
             |
            PostReorderingProxyMixin
Known Subclasses:

A mixin for all proxies that are used after the DragAndDropReorderingProxy.

Nested Classes [hide private]

Inherited from ProxyMixin: __metaclass__

Instance Methods [hide private]
 
reorderRow(self, proxy_from_row, proxy_to_row)
Pass the reorderRow request down to the next proxy after translating the row numbers.
 
_mapRowToSource(self, proxy_row)
Map the given proxy row number to a source row number

Inherited from ProxyMixin: __init__, emitResidueSelection, residueFormatChanged, residuesSelected, setSourceModel, sourceModel

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

reorderRow(self, proxy_from_row, proxy_to_row)

 

Pass the reorderRow request down to the next proxy after translating the row numbers.

See DragAndDropReorderingProxy.reorderRow for documentation on arguments and the return value.