Trees | Indices | Help |
|
---|
|
This module provides classes that can be used to create Qt tables that show 2D structures in the cells. ViewerTable *** Note - this table has been deprecated in favor of the DataViewerTable class in the schrodinger.ui.qt.table module. All new tables should use the DataViewerTable class. The new class can hold both data and structures, and considerably more functionality. **** A class derived from QTableView. Designed to have cells that hold 2D structures. ViewerModel A class derived from QAbstractTableModel. Holds Structure objects and is able to generate 2D QPictures from the structures and pass them to the ViewerTable view. StructureViewerDelegate Drived from QItemDelegate. Responsible for drawing data returned from the ViewerModel into the cells from the ViewerTable. This module was designed to be used with 2D Viewer and CombiGlide panels. Please notify the module developers if you plan to use it with your code, because the module behavior may change without notice. Copyright Schrodinger, LLC. All rights reserved.
|
|||
StructureReaderDelegate | |||
StructureViewerDelegate | |||
ViewerModel This class has been moved to the new table module |
|||
ViewerTable | |||
_CacheClass This class caches the last few QPictures given to it. |
|||
_CacheNode This class has been moved into the new table module |
|||
_GenericViewerDelegate This is the class that handles the actual drawing of data. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
PYQT_CONFIGURATION =
|
|||
PYQT_VERSION = 264963
|
|||
PYQT_VERSION_STR =
|
|||
QT_VERSION = 264197
|
|||
QT_VERSION_STR =
|
|||
QtCriticalMsg = 2
|
|||
QtDebugMsg = 0
|
|||
QtFatalMsg = 3
|
|||
QtSystemMsg = 2
|
|||
QtWarningMsg = 1
|
|||
TIMEOUT = 200
|
|||
__package__ =
|
|||
qApp = <PyQt4.QtGui.QApplication object at 0x2b21aa8db9d0>
|
|
Draw a QPicture into a given rectangle. This function has been moved to swidgets.draw_picture_into_rect.
|
|
PYQT_CONFIGURATION
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 05:41:40 2016 | http://epydoc.sourceforge.net |