Package schrodinger :: Package application :: Package msv :: Package gui :: Module tab_widget :: Class MSVTabWidget
[hide private]
[frames] | no frames]

Class MSVTabWidget

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
           object --+       |        
                    |       |        
    sip.simplewrapper --+   |        
                        |   |        
 PyQt4.QtGui.QPaintDevice --+        
                            |        
          PyQt4.QtGui.QWidget --+    
                                |    
           PyQt4.QtGui.QTabWidget --+
                                    |
                                   MSVTabWidget

QTabWidget customized for MSV

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QTabWidget: TabPosition, TabShape

Inherited from PyQt4.QtGui.QWidget: RenderFlag, RenderFlags

Inherited from PyQt4.QtGui.QPaintDevice: PaintDeviceMetric

Instance Methods [hide private]
 
__init__(self, parent=None, undo_group=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__iter__(self)
Iterate through all the tabs in the tab widget
 
removeTab(self, index)
Remove the tab at the specified index from the tab widget
int
addTab(self, widget, title='Query', make_active=True)
Returns: The index of the newly added tab
 
_updateUndoStack(self, index)
Respond to a change of active tab by emitting the current widget
 
renameTab(self, index, new_name)
Rename the tab at the given index with the new name
 
renameTabRequested(self, index)
Shows a dialog allowing the user to rename the tab
 
_contextMenuRequested(self, point)

Inherited from PyQt4.QtGui.QTabWidget: __len__, changeEvent, clear, cornerWidget, count, currentChanged, currentIndex, currentWidget, documentMode, elideMode, event, heightForWidth, iconSize, indexOf, initStyleOption, insertTab, isMovable, isTabEnabled, keyPressEvent, minimumSizeHint, paintEvent, resizeEvent, setCornerWidget, setCurrentIndex, setCurrentWidget, setDocumentMode, setElideMode, setIconSize, setMovable, setTabBar, setTabEnabled, setTabIcon, setTabPosition, setTabShape, setTabText, setTabToolTip, setTabWhatsThis, setTabsClosable, setUsesScrollButtons, showEvent, sizeHint, tabBar, tabCloseRequested, tabIcon, tabInserted, tabPosition, tabRemoved, tabShape, tabText, tabToolTip, tabWhatsThis, tabsClosable, usesScrollButtons, widget

Inherited from PyQt4.QtGui.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, cursor, customContextMenuRequested, destroy, devType, dragEnterEvent, dragLeaveEvent, dragMoveEvent, dropEvent, effectiveWinId, enabledChange, ensurePolished, enterEvent, find, focusInEvent, focusNextChild, focusNextPrevChild, focusOutEvent, focusPolicy, focusPreviousChild, focusProxy, focusWidget, font, fontChange, fontInfo, fontMetrics, foregroundRole, frameGeometry, frameSize, geometry, getContentsMargins, grabGesture, grabKeyboard, grabMouse, grabShortcut, graphicsEffect, graphicsProxyWidget, handle, hasFocus, hasMouseTracking, height, hide, hideEvent, inputContext, inputMethodEvent, inputMethodHints, inputMethodQuery, insertAction, insertActions, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isEnabledToTLW, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isTopLevel, isVisible, isVisibleTo, isWindow, isWindowModified, keyReleaseEvent, keyboardGrabber, languageChange, layout, layoutDirection, leaveEvent, locale, lower, mapFrom, mapFromGlobal, mapFromParent, mapTo, mapToGlobal, mapToParent, mask, maximumHeight, maximumSize, maximumWidth, metric, minimumHeight, minimumSize, minimumWidth, mouseDoubleClickEvent, mouseGrabber, mouseMoveEvent, mousePressEvent, mouseReleaseEvent, move, moveEvent, nativeParentWidget, nextInFocusChain, normalGeometry, overrideWindowFlags, overrideWindowState, paintEngine, palette, paletteChange, parentWidget, pos, previousInFocusChain, raise_, rect, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, repaint, resetInputContext, resize, 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, setInputContext, setInputMethodHints, setLayout, setLayoutDirection, setLocale, setMask, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setMouseTracking, setPalette, setParent, setShortcutAutoRepeat, setShortcutEnabled, setShown, setSizeIncrement, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setTabOrder, setToolTip, setUpdatesEnabled, setVisible, setWhatsThis, setWindowFilePath, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowState, setWindowTitle, show, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, tabletEvent, testAttribute, toolTip, topLevelWidget, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, updateGeometry, updateMicroFocus, updatesEnabled, visibleRegion, whatsThis, wheelEvent, width, winId, window, windowActivationChange, windowFilePath, windowFlags, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowState, windowTitle, windowType, x, x11Info, x11PictureHandle, y

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

Inherited from PyQt4.QtGui.QPaintDevice: colorCount, depth, heightMM, logicalDpiX, logicalDpiY, numColors, 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 PyQt4.QtGui.QTabWidget: East, North, Rounded, South, Triangular, West

Inherited from PyQt4.QtGui.QWidget: DrawChildren, DrawWindowBackground, IgnoreMask

Inherited from PyQt4.QtCore.QObject: staticMetaObject

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

Instance Variables [hide private]
 
newTabRequested(...)
A signal emitted when a new tab is requested
 
duplicateTabRequested(...)
A signal emitted with the index of the tab to duplicate
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent=None, undo_group=None)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

removeTab(self, index)

 

Remove the tab at the specified index from the tab widget

Parameters:
  • index (int) - The index of the tab to be removed
Overrides: PyQt4.QtGui.QTabWidget.removeTab

addTab(self, widget, title='Query', make_active=True)

 
Parameters:
  • widget (PyQt4.QtWidgets.QWidget) - The widget to add to the tab widget
  • title (str) - The title of the tab
  • make_active (bool) - Whether to make the tab active
Returns: int
The index of the newly added tab
Overrides: PyQt4.QtGui.QTabWidget.addTab

_updateUndoStack(self, index)

 

Respond to a change of active tab by emitting the current widget

Parameters:
  • index (int) - The index of the current widget

renameTab(self, index, new_name)

 

Rename the tab at the given index with the new name

Parameters:
  • index (int) - The index of the tab to rename
  • new_name (str) - The new name of the tab

renameTabRequested(self, index)

 

Shows a dialog allowing the user to rename the tab

Parameters:
  • index (int) - The index of the tab to rename

_contextMenuRequested(self, point)

 
Parameters:
  • point (QtCore.QPoint) - The coordinates of the right mouse click