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

Class ExportProxyModel

                         object --+            
                                  |            
                         ProxyMixin --+        
                                      |        
               PostReorderingProxyMixin --+    
                                          |    
             PostAnnotationFilterProxyMixin --+
                                              |
         object --+                           |
                  |                           |
  sip.simplewrapper --+                       |
                      |                       |
            sip.wrapper --+                   |
                          |                   |
       PyQt4.QtCore.QObject --+               |
                              |               |
PyQt4.QtCore.QAbstractItemModel --+           |
                                  |           |
    PyQt4.QtGui.QAbstractProxyModel --+       |
                                      |       |
        PyQt4.QtGui.QIdentityProxyModel --+   |
                                          |   |
              Qt.QtCore.QIdentityProxyModel --+
                                              |
                                             ExportProxyModel

A proxy for use when generating a static image of the table.

Nested Classes [hide private]

Inherited from ProxyMixin: __metaclass__

Instance Methods [hide private]
 
headerData(self, section, orientation, role=0)
 
tableWidthChanged(self, *args, **kwargs)
Ignore changes in the table size rather than trying to update row wrapping.

Inherited from PostAnnotationFilterProxyMixin: setSourceModel

Inherited from PostReorderingProxyMixin: reorderRow

Inherited from PostReorderingProxyMixin (private): _mapRowToSource

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

Inherited from Qt.QtCore.QIdentityProxyModel: reset, setRoleNames, setSupportedDragActions

Inherited from PyQt4.QtGui.QIdentityProxyModel: columnCount, dropMimeData, index, insertColumns, insertRows, mapFromSource, mapSelectionFromSource, mapSelectionToSource, mapToSource, match, parent, removeColumns, removeRows, rowCount

Inherited from PyQt4.QtGui.QAbstractProxyModel: buddy, canFetchMore, data, fetchMore, flags, hasChildren, itemData, mimeData, mimeTypes, revert, setData, setHeaderData, setItemData, sort, span, submit, supportedDropActions

Inherited from PyQt4.QtCore.QAbstractItemModel: beginInsertColumns, beginInsertRows, beginMoveColumns, beginMoveRows, beginRemoveColumns, beginRemoveRows, beginResetModel, changePersistentIndex, changePersistentIndexList, columnsAboutToBeInserted, columnsAboutToBeMoved, columnsAboutToBeRemoved, columnsInserted, columnsMoved, columnsRemoved, createIndex, dataChanged, decodeData, encodeData, endInsertColumns, endInsertRows, endMoveColumns, endMoveRows, endRemoveColumns, endRemoveRows, endResetModel, hasIndex, headerDataChanged, insertColumn, insertRow, layoutAboutToBeChanged, layoutChanged, modelAboutToBeReset, modelReset, persistentIndexList, removeColumn, removeRow, resetInternalData, roleNames, rowsAboutToBeInserted, rowsAboutToBeMoved, rowsAboutToBeRemoved, rowsInserted, rowsMoved, rowsRemoved, sibling, supportedDragActions

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

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 PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

headerData(self, section, orientation, role=0)

 
Overrides: PyQt4.QtCore.QAbstractItemModel.headerData