Package schrodinger :: Package application :: Package msv :: Package gui :: Module popup_dialogs :: Class QuickAnnotationPopup
[hide private]
[frames] | no frames]

Class QuickAnnotationPopup

       object --+                            
                |                            
sip.simplewrapper --+                        
                    |                        
          sip.wrapper --+                    
                        |                    
     PyQt5.QtCore.QObject --+                
                            |                
           object --+       |                
                    |       |                
    sip.simplewrapper --+   |                
                        |   |                
 PyQt5.QtGui.QPaintDevice --+                
                            |                
      PyQt5.QtWidgets.QWidget --+            
                                |            
           PyQt5.QtWidgets.QFrame --+        
                                    |        
           ui.qt.pop_up_widgets.PopUp --+    
                                        |    
                             BaseMsvPopup --+
                                            |
                                           QuickAnnotationPopup

Popup dialog for performing annotations.

Nested Classes [hide private]

Inherited from PyQt5.QtWidgets.QFrame: Shadow, Shape, StyleMask

Inherited from PyQt5.QtWidgets.QWidget: RenderFlag, RenderFlags

Inherited from PyQt5.QtGui.QPaintDevice: PaintDeviceMetric

Instance Methods [hide private]
 
_setupWidgets(self)
Set up the widgets for this popup.
 
_setupSignalsAndSlots(self)
Connects signals from components to top level signals.
 
_buildAttrWidgetMap(self)
Create a dictionary mapping instance attributes to associate

Inherited from BaseMsvPopup: __init__, createCircleCheckBox, createGridLayout, createHorizontalLayout, setup, syncWidgetOptions

Inherited from BaseMsvPopup (private): _setLayoutMargins, _setOption

Inherited from ui.qt.pop_up_widgets.PopUp: estimateMaxHeight, estimateMaxWidth, installPopUpEventFilter, lineEditUpdated, show, subWidgetHasFocus

Inherited from PyQt5.QtWidgets.QFrame: changeEvent, drawFrame, event, frameRect, frameShadow, frameShape, frameStyle, frameWidth, initStyleOption, lineWidth, midLineWidth, paintEvent, setFrameRect, setFrameShadow, setFrameShape, setFrameStyle, setLineWidth, setMidLineWidth, sizeHint

Inherited from PyQt5.QtWidgets.QWidget: acceptDrops, accessibleDescription, accessibleName, actionEvent, actions, activateWindow, addAction, addActions, adjustSize, autoFillBackground, backgroundRole, baseSize, childAt, childrenRect, childrenRegion, clearFocus, clearMask, close, closeEvent, contentsMargins, contentsRect, contextMenuEvent, contextMenuPolicy, create, createWindowContainer, cursor, customContextMenuRequested, destroy, devType, dragEnterEvent, dragLeaveEvent, dragMoveEvent, dropEvent, effectiveWinId, ensurePolished, enterEvent, find, focusInEvent, focusNextChild, focusNextPrevChild, focusOutEvent, focusPolicy, focusPreviousChild, focusProxy, focusWidget, font, fontInfo, fontMetrics, foregroundRole, frameGeometry, frameSize, geometry, getContentsMargins, grab, grabGesture, grabKeyboard, grabMouse, grabShortcut, graphicsEffect, graphicsProxyWidget, hasFocus, hasHeightForWidth, hasMouseTracking, height, heightForWidth, hide, hideEvent, initPainter, inputMethodEvent, inputMethodHints, inputMethodQuery, insertAction, insertActions, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isVisible, isVisibleTo, isWindow, isWindowModified, keyPressEvent, keyReleaseEvent, keyboardGrabber, layout, layoutDirection, leaveEvent, locale, lower, mapFrom, mapFromGlobal, mapFromParent, mapTo, mapToGlobal, mapToParent, mask, maximumHeight, maximumSize, maximumWidth, metric, minimumHeight, minimumSize, minimumSizeHint, minimumWidth, mouseDoubleClickEvent, mouseGrabber, mouseMoveEvent, mousePressEvent, mouseReleaseEvent, move, moveEvent, nativeEvent, nativeParentWidget, nextInFocusChain, normalGeometry, overrideWindowFlags, overrideWindowState, paintEngine, palette, parentWidget, pos, previousInFocusChain, raise_, rect, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, repaint, resize, resizeEvent, restoreGeometry, saveGeometry, scroll, setAcceptDrops, setAccessibleDescription, setAccessibleName, setAttribute, setAutoFillBackground, setBackgroundRole, setBaseSize, setContentsMargins, setContextMenuPolicy, setCursor, setDisabled, setEnabled, setFixedHeight, setFixedSize, setFixedWidth, setFocus, setFocusPolicy, setFocusProxy, setFont, setForegroundRole, setGeometry, setGraphicsEffect, setHidden, setInputMethodHints, setLayout, setLayoutDirection, setLocale, setMask, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setMouseTracking, setPalette, setParent, setShortcutAutoRepeat, setShortcutEnabled, setSizeIncrement, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setTabOrder, setToolTip, setToolTipDuration, setUpdatesEnabled, setVisible, setWhatsThis, setWindowFilePath, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowState, setWindowTitle, sharedPainter, showEvent, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, tabletEvent, testAttribute, toolTip, toolTipDuration, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, updateGeometry, updateMicroFocus, updatesEnabled, visibleRegion, whatsThis, wheelEvent, width, winId, window, windowFilePath, windowFlags, windowHandle, windowIcon, windowIconChanged, windowIconText, windowIconTextChanged, windowModality, windowOpacity, windowRole, windowState, windowTitle, windowTitleChanged, windowType, x, y

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

Inherited from PyQt5.QtGui.QPaintDevice: colorCount, depth, devicePixelRatio, devicePixelRatioF, devicePixelRatioFScale, heightMM, logicalDpiX, logicalDpiY, paintingActive, physicalDpiX, physicalDpiY, widthMM

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.QtWidgets.QFrame: Box, HLine, NoFrame, Panel, Plain, Raised, Shadow_Mask, Shape_Mask, StyledPanel, Sunken, VLine, WinPanel

Inherited from PyQt5.QtWidgets.QWidget: DrawChildren, DrawWindowBackground, IgnoreMask

Inherited from PyQt5.QtCore.QObject: staticMetaObject

Inherited from PyQt5.QtGui.QPaintDevice: PdmDepth, PdmDevicePixelRatio, PdmDevicePixelRatioScaled, PdmDpiX, PdmDpiY, PdmHeight, PdmHeightMM, PdmNumColors, PdmPhysicalDpiX, PdmPhysicalDpiY, PdmWidth, PdmWidthMM

Instance Variables [hide private]
 
consSeqChanged(...)
Signal emitted when "Consensus Sequence" is changed.
 
meanHydroChanged(...)
Signal emitted when "Mean Hydrophobicity" is changed.
 
seqLogoChanged(...)
Signal emitted when "Sequence Logo" is changed.
 
consSymbolChanged(...)
Signal Emitted when "Consensus Symbol" is chnged.
 
meanIsoChanged(...)
Signal emitted when "Mean Isoelectric Point" is changed.
 
disulfBondsChanged(...)
Signal emitted when "Disulfide Bonds" is changed.
 
ssaChanged(...)
Signal emitted when "Secondary Structure Assignment" is changed.
 
bfactorChanged(...)
Signal emitted when "B Factor" is changed.
 
bindSiteChanged(...)
Signal emitted when "Binding Site" is changed.
 
hydrophobChanged(...)
Signal emitted when "Hydrophobicity" is changed.
 
isoPointChanged(...)
Signal emitted when "Isoelectric Point" is changed.
 
resNumsChanged(...)
Signal emitted when "Residue Numbers" is changed.
 
antibodyCDRsChanged(...)
Signal emitted when "Antibody CDRs" is changed.
 
antibodyCDRsTextChanged(...)
Signal emitted when text of "Antibody CDRs" is changed.
 
resPropensityChanged(...)
Signal emitted when "Residue Propensity" is changed.
 
resPropensityTextChanged(...)
Signal emitted when text of "Residue Propensity" is changed.
 
kinaseFeatChanged(...)
Signal emitted when "Kinase Feature" is changed.
 
kinaseFeatTextChanged(...)
Signal emitted when the "Kinase Feature" text is changed.
 
groupByTypeChanged(...)
Signal emitted when "Group Annotations by Type" is changed.

Inherited from ui.qt.pop_up_widgets.PopUp: dataChanged, popUpResized

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_setupWidgets(self)

 

Set up the widgets for this popup.

Overrides: BaseMsvPopup._setupWidgets

_setupSignalsAndSlots(self)

 

Connects signals from components to top level signals.

Overrides: BaseMsvPopup._setupSignalsAndSlots

_buildAttrWidgetMap(self)

 

Create a dictionary mapping instance attributes to associate

Overrides: BaseMsvPopup._buildAttrWidgetMap

Instance Variable Details [hide private]

consSeqChanged(...)

 
Signal emitted when "Consensus Sequence" is changed. Emits True if checked, False otherwise.

meanHydroChanged(...)

 
Signal emitted when "Mean Hydrophobicity" is changed. Emits True if checked, False otherwise

seqLogoChanged(...)

 
Signal emitted when "Sequence Logo" is changed. Emits True if checked, False otherwise.

consSymbolChanged(...)

 
Signal Emitted when "Consensus Symbol" is chnged. Emits True if checked, False otherwise.

meanIsoChanged(...)

 
Signal emitted when "Mean Isoelectric Point" is changed. Emits True if checked, False otherwise.

disulfBondsChanged(...)

 
Signal emitted when "Disulfide Bonds" is changed. Emits True if checked, False otherwise.

ssaChanged(...)

 
Signal emitted when "Secondary Structure Assignment" is changed. Emits True if checked, False otherwise.

bfactorChanged(...)

 
Signal emitted when "B Factor" is changed. Emits True if checked, False otherwise.

bindSiteChanged(...)

 
Signal emitted when "Binding Site" is changed. Emits True if checked, False otherwise.

hydrophobChanged(...)

 
Signal emitted when "Hydrophobicity" is changed. Emits True if checked, False otherwise.

isoPointChanged(...)

 
Signal emitted when "Isoelectric Point" is changed. Emits True if checked, False otherwise.

resNumsChanged(...)

 
Signal emitted when "Residue Numbers" is changed. Emits True if checked, False otherwise.

antibodyCDRsChanged(...)

 
Signal emitted when "Antibody CDRs" is changed. Emits True if checked, False otherwise.

antibodyCDRsTextChanged(...)

 
Signal emitted when text of "Antibody CDRs" is changed. Emits a string of the current text.

resPropensityChanged(...)

 
Signal emitted when "Residue Propensity" is changed. Emits True if checked, False otherwise.

resPropensityTextChanged(...)

 
Signal emitted when text of "Residue Propensity" is changed. Emits a string of the current text.

kinaseFeatChanged(...)

 
Signal emitted when "Kinase Feature" is changed. Emits True if checked, False otherwise.

kinaseFeatTextChanged(...)

 
Signal emitted when the "Kinase Feature" text is changed. Emits a string of the text.

groupByTypeChanged(...)

 
Signal emitted when "Group Annotations by Type" is changed. Emits True if checked, False otherwise.