Package schrodinger :: Package application :: Package msv :: Package gui :: Module view :: Class AlignmentSelectionModel
[hide private]
[frames] | no frames]

Class AlignmentSelectionModel

          object --+                
                   |                
   sip.simplewrapper --+            
                       |            
             sip.wrapper --+        
                           |        
        PyQt5.QtCore.QObject --+    
                               |    
PyQt5.QtCore.QItemSelectionModel --+
                                   |
                                  AlignmentSelectionModel

Nested Classes [hide private]

Inherited from PyQt5.QtCore.QItemSelectionModel: SelectionFlag, SelectionFlags

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
selectionSetFromStructureModel(self, indices)
Selects the specified indices, unless self.ignoreStructureModel is True
 
residueSelectionChanged(self, selected, deselected)
Inspect changing selections and emit a dict mapping sequences to residues
 
unsetIgnoreStructureModel(self)
Resets the selection model to no longer ignore changes made in the structure model.
 
select(self, selection, flags)

Inherited from PyQt5.QtCore.QItemSelectionModel: clear, clearCurrentIndex, clearSelection, columnIntersectsSelection, currentChanged, currentColumnChanged, currentIndex, currentRowChanged, emitSelectionChanged, hasSelection, isColumnSelected, isRowSelected, isSelected, model, modelChanged, reset, rowIntersectsSelection, selectedColumns, selectedIndexes, selectedRows, selection, selectionChanged, setCurrentIndex, setModel

Inherited from PyQt5.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, objectNameChanged, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

Inherited from sip.simplewrapper: __new__

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

Class Variables [hide private]

Inherited from PyQt5.QtCore.QItemSelectionModel: Clear, ClearAndSelect, Columns, Current, Deselect, NoUpdate, Rows, Select, SelectCurrent, Toggle, ToggleCurrent

Inherited from PyQt5.QtCore.QObject: staticMetaObject

Instance Variables [hide private]
 
residuesSelected(...)
A signal emitting with a mapping of sequences to selected residues
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

selectionSetFromStructureModel(self, indices)

 

Selects the specified indices, unless self.ignoreStructureModel is True

Parameters:
  • indices (list of QtCore.QModelIndex) - A list of indices that have been set on the structure model

residueSelectionChanged(self, selected, deselected)

 

Inspect changing selections and emit a dict mapping sequences to residues

Parameters:
  • selected (QtCore.QItemSelection) - selection information
  • deselected (QtCore.QItemSelection) - deselection information

select(self, selection, flags)

 
Overrides: PyQt5.QtCore.QItemSelectionModel.select