InstrumentWindowPickTab
This a python binding to the C++ class Mantidplot::InstrumentWindowPickTab.
bases: mantidplot.InstrumentWindowTab
-
class mantidplot.InstrumentWindowPickTab
-
Box = 1
-
CYLINDRICAL_X = 1
-
CYLINDRICAL_Y = 2
-
CYLINDRICAL_Z = 3
-
DrawChildren = 2
-
DrawWindowBackground = 1
-
FULL3D = 0
-
HLine = 4
-
IgnoreMask = 4
-
NoFrame = 0
-
class PaintDeviceMetric
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
InstrumentWindowPickTab.Panel = 2
-
InstrumentWindowPickTab.PdmDepth = 6
-
InstrumentWindowPickTab.PdmDpiX = 7
-
InstrumentWindowPickTab.PdmDpiY = 8
-
InstrumentWindowPickTab.PdmHeight = 2
-
InstrumentWindowPickTab.PdmHeightMM = 4
-
InstrumentWindowPickTab.PdmNumColors = 5
-
InstrumentWindowPickTab.PdmPhysicalDpiX = 9
-
InstrumentWindowPickTab.PdmPhysicalDpiY = 10
-
InstrumentWindowPickTab.PdmWidth = 1
-
InstrumentWindowPickTab.PdmWidthMM = 3
-
InstrumentWindowPickTab.PeakErase = 4
-
InstrumentWindowPickTab.PeakSelect = 3
-
InstrumentWindowPickTab.PixelSelect = 1
-
InstrumentWindowPickTab.Plain = 16
-
InstrumentWindowPickTab.RENDERMODE_SIZE = 8
-
InstrumentWindowPickTab.Raised = 32
-
class InstrumentWindowPickTab.RenderFlag
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
class InstrumentWindowPickTab.RenderFlags
QWidget.RenderFlags(QWidget.RenderFlags)
QWidget.RenderFlags(int)
QWidget.RenderFlags()
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
InstrumentWindowPickTab.SPHERICAL_X = 4
-
InstrumentWindowPickTab.SPHERICAL_Y = 5
-
InstrumentWindowPickTab.SPHERICAL_Z = 6
-
class InstrumentWindowPickTab.Shadow
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
InstrumentWindowPickTab.Shadow_Mask = 240
-
class InstrumentWindowPickTab.Shape
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
InstrumentWindowPickTab.Shape_Mask = 15
-
class InstrumentWindowPickTab.StyleMask
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
InstrumentWindowPickTab.StyledPanel = 6
-
InstrumentWindowPickTab.Sunken = 48
-
class InstrumentWindowPickTab.SurfaceType
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
class InstrumentWindowPickTab.ToolType
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
InstrumentWindowPickTab.TubeSelect = 2
-
InstrumentWindowPickTab.VLine = 5
-
InstrumentWindowPickTab.WinPanel = 3
-
InstrumentWindowPickTab.Zoom = 0
-
InstrumentWindowPickTab.__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
InstrumentWindowPickTab.acceptDrops() → bool
-
InstrumentWindowPickTab.accessibleDescription() → QString
-
InstrumentWindowPickTab.accessibleName() → QString
-
InstrumentWindowPickTab.actionEvent(QActionEvent)
-
InstrumentWindowPickTab.actions() → list-of-QAction
-
InstrumentWindowPickTab.activateWindow()
-
InstrumentWindowPickTab.addAction(QAction)
-
InstrumentWindowPickTab.addActions(list-of-QAction)
-
InstrumentWindowPickTab.adjustSize()
-
InstrumentWindowPickTab.autoFillBackground() → bool
-
InstrumentWindowPickTab.backgroundRole() → QPalette.ColorRole
-
InstrumentWindowPickTab.baseSize() → QSize
-
InstrumentWindowPickTab.blockSignals(bool) → bool
-
InstrumentWindowPickTab.changeEvent(QEvent)
-
InstrumentWindowPickTab.childAt(QPoint) → QWidget
QWidget.childAt(int, int) -> QWidget
-
InstrumentWindowPickTab.childEvent(QChildEvent)
-
InstrumentWindowPickTab.children() → list-of-QObject
-
InstrumentWindowPickTab.childrenRect() → QRect
-
InstrumentWindowPickTab.childrenRegion() → QRegion
-
InstrumentWindowPickTab.clearFocus()
-
InstrumentWindowPickTab.clearMask()
-
InstrumentWindowPickTab.close() → bool
-
InstrumentWindowPickTab.closeEvent(QCloseEvent)
-
InstrumentWindowPickTab.colorCount() → int
-
InstrumentWindowPickTab.connect(QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType=Qt.AutoConnection) → bool
QObject.connect(QObject, SIGNAL(), callable, Qt.ConnectionType=Qt.AutoConnection) -> bool
QObject.connect(QObject, SIGNAL(), SLOT(), Qt.ConnectionType=Qt.AutoConnection) -> bool
-
InstrumentWindowPickTab.connectNotify(SIGNAL())
-
InstrumentWindowPickTab.contentsMargins() → QMargins
-
InstrumentWindowPickTab.contentsRect() → QRect
-
InstrumentWindowPickTab.create(int window=0, bool initializeWindow=True, bool destroyOldWindow=True)
-
InstrumentWindowPickTab.cursor() → QCursor
QWidget.customContextMenuRequested[QPoint] [signal]
-
InstrumentWindowPickTab.customEvent(QEvent)
-
InstrumentWindowPickTab.deleteLater()
-
InstrumentWindowPickTab.depth() → int
-
InstrumentWindowPickTab.destroy(bool destroyWindow=True, bool destroySubWindows=True)
-
InstrumentWindowPickTab.destroyed
QObject.destroyed[QObject] [signal]
QObject.destroyed[] [signal]
-
InstrumentWindowPickTab.devType() → int
-
InstrumentWindowPickTab.disconnect(QObject, SIGNAL(), QObject, SLOT()) → bool
QObject.disconnect(QObject, SIGNAL(), callable) -> bool
-
InstrumentWindowPickTab.disconnectNotify(SIGNAL())
-
InstrumentWindowPickTab.dragEnterEvent(QDragEnterEvent)
-
InstrumentWindowPickTab.dragLeaveEvent(QDragLeaveEvent)
-
InstrumentWindowPickTab.dragMoveEvent(QDragMoveEvent)
-
InstrumentWindowPickTab.drawFrame(QPainter)
-
InstrumentWindowPickTab.dropEvent(QDropEvent)
-
InstrumentWindowPickTab.dumpObjectInfo()
-
InstrumentWindowPickTab.dumpObjectTree()
-
InstrumentWindowPickTab.dynamicPropertyNames() → list-of-QByteArray
-
InstrumentWindowPickTab.effectiveWinId() → int
-
InstrumentWindowPickTab.emit(SIGNAL(), ...)
-
InstrumentWindowPickTab.enabledChange(bool)
-
InstrumentWindowPickTab.ensurePolished()
-
InstrumentWindowPickTab.enterEvent(QEvent)
-
InstrumentWindowPickTab.event(QEvent) → bool
-
InstrumentWindowPickTab.eventFilter(QObject, QEvent) → bool
-
InstrumentWindowPickTab.find(int) → QWidget
-
InstrumentWindowPickTab.findChild(type, QString name=QString()) → QObject
-
InstrumentWindowPickTab.findChildren(type, QString name=QString()) → list-of-QObject
QObject.findChildren(type, QRegExp) -> list-of-QObject
-
InstrumentWindowPickTab.focusInEvent(QFocusEvent)
-
InstrumentWindowPickTab.focusNextChild() → bool
-
InstrumentWindowPickTab.focusNextPrevChild(bool) → bool
-
InstrumentWindowPickTab.focusOutEvent(QFocusEvent)
-
InstrumentWindowPickTab.focusPolicy() → Qt.FocusPolicy
-
InstrumentWindowPickTab.focusPreviousChild() → bool
-
InstrumentWindowPickTab.focusProxy() → QWidget
-
InstrumentWindowPickTab.focusWidget() → QWidget
-
InstrumentWindowPickTab.font() → QFont
-
InstrumentWindowPickTab.fontChange(QFont)
-
InstrumentWindowPickTab.fontInfo() → QFontInfo
-
InstrumentWindowPickTab.fontMetrics() → QFontMetrics
-
InstrumentWindowPickTab.foregroundRole() → QPalette.ColorRole
-
InstrumentWindowPickTab.frameGeometry() → QRect
-
InstrumentWindowPickTab.frameRect() → QRect
-
InstrumentWindowPickTab.frameShadow() → QFrame.Shadow
-
InstrumentWindowPickTab.frameShape() → QFrame.Shape
-
InstrumentWindowPickTab.frameSize() → QSize
-
InstrumentWindowPickTab.frameStyle() → int
-
InstrumentWindowPickTab.frameWidth() → int
-
InstrumentWindowPickTab.geometry() → QRect
-
InstrumentWindowPickTab.getContentsMargins() -> (int, int, int, int)
-
InstrumentWindowPickTab.grabGesture(Qt.GestureType, Qt.GestureFlags flags=Qt.GestureFlags(0))
-
InstrumentWindowPickTab.grabKeyboard()
-
InstrumentWindowPickTab.grabMouse()
QWidget.grabMouse(QCursor)
-
InstrumentWindowPickTab.grabShortcut(QKeySequence, Qt.ShortcutContext context=Qt.WindowShortcut) → int
-
InstrumentWindowPickTab.graphicsEffect() → QGraphicsEffect
-
InstrumentWindowPickTab.graphicsProxyWidget() → QGraphicsProxyWidget
-
InstrumentWindowPickTab.handle() → int
-
InstrumentWindowPickTab.hasFocus() → bool
-
InstrumentWindowPickTab.hasMouseTracking() → bool
-
InstrumentWindowPickTab.height() → int
-
InstrumentWindowPickTab.heightForWidth(int) → int
-
InstrumentWindowPickTab.heightMM() → int
-
InstrumentWindowPickTab.hide()
-
InstrumentWindowPickTab.hideEvent(QHideEvent)
-
InstrumentWindowPickTab.inherits(str) → bool
-
InstrumentWindowPickTab.inputContext() → QInputContext
-
InstrumentWindowPickTab.inputMethodEvent(QInputMethodEvent)
-
InstrumentWindowPickTab.inputMethodHints() → Qt.InputMethodHints
-
InstrumentWindowPickTab.inputMethodQuery(Qt.InputMethodQuery) → QVariant
-
InstrumentWindowPickTab.insertAction(QAction, QAction)
-
InstrumentWindowPickTab.insertActions(QAction, list-of-QAction)
-
InstrumentWindowPickTab.installEventFilter(QObject)
-
InstrumentWindowPickTab.isActiveWindow() → bool
-
InstrumentWindowPickTab.isAncestorOf(QWidget) → bool
-
InstrumentWindowPickTab.isEnabled() → bool
-
InstrumentWindowPickTab.isEnabledTo(QWidget) → bool
-
InstrumentWindowPickTab.isEnabledToTLW() → bool
-
InstrumentWindowPickTab.isFullScreen() → bool
-
InstrumentWindowPickTab.isHidden() → bool
-
InstrumentWindowPickTab.isLeftToRight() → bool
-
InstrumentWindowPickTab.isMaximized() → bool
-
InstrumentWindowPickTab.isMinimized() → bool
-
InstrumentWindowPickTab.isModal() → bool
-
InstrumentWindowPickTab.isRightToLeft() → bool
-
InstrumentWindowPickTab.isTopLevel() → bool
-
InstrumentWindowPickTab.isVisible() → bool
-
InstrumentWindowPickTab.isVisibleTo(QWidget) → bool
-
InstrumentWindowPickTab.isWidgetType() → bool
-
InstrumentWindowPickTab.isWindow() → bool
-
InstrumentWindowPickTab.isWindowModified() → bool
-
InstrumentWindowPickTab.keyPressEvent(QKeyEvent)
-
InstrumentWindowPickTab.keyReleaseEvent(QKeyEvent)
-
InstrumentWindowPickTab.keyboardGrabber() → QWidget
-
InstrumentWindowPickTab.killTimer(int)
-
InstrumentWindowPickTab.languageChange()
-
InstrumentWindowPickTab.layout() → QLayout
-
InstrumentWindowPickTab.layoutDirection() → Qt.LayoutDirection
-
InstrumentWindowPickTab.leaveEvent(QEvent)
-
InstrumentWindowPickTab.lineWidth() → int
-
InstrumentWindowPickTab.locale() → QLocale
-
InstrumentWindowPickTab.logicalDpiX() → int
-
InstrumentWindowPickTab.logicalDpiY() → int
-
InstrumentWindowPickTab.lower()
-
InstrumentWindowPickTab.mapFrom(QWidget, QPoint) → QPoint
-
InstrumentWindowPickTab.mapFromGlobal(QPoint) → QPoint
-
InstrumentWindowPickTab.mapFromParent(QPoint) → QPoint
-
InstrumentWindowPickTab.mapTo(QWidget, QPoint) → QPoint
-
InstrumentWindowPickTab.mapToGlobal(QPoint) → QPoint
-
InstrumentWindowPickTab.mapToParent(QPoint) → QPoint
-
InstrumentWindowPickTab.mask() → QRegion
-
InstrumentWindowPickTab.maximumHeight() → int
-
InstrumentWindowPickTab.maximumSize() → QSize
-
InstrumentWindowPickTab.maximumWidth() → int
-
InstrumentWindowPickTab.metaObject() → QMetaObject
-
InstrumentWindowPickTab.metric(QPaintDevice.PaintDeviceMetric) → int
-
InstrumentWindowPickTab.midLineWidth() → int
-
InstrumentWindowPickTab.minimumHeight() → int
-
InstrumentWindowPickTab.minimumSize() → QSize
-
InstrumentWindowPickTab.minimumSizeHint() → QSize
-
InstrumentWindowPickTab.minimumWidth() → int
-
InstrumentWindowPickTab.mouseDoubleClickEvent(QMouseEvent)
-
InstrumentWindowPickTab.mouseGrabber() → QWidget
-
InstrumentWindowPickTab.mouseMoveEvent(QMouseEvent)
-
InstrumentWindowPickTab.mousePressEvent(QMouseEvent)
-
InstrumentWindowPickTab.mouseReleaseEvent(QMouseEvent)
-
InstrumentWindowPickTab.move(QPoint)
QWidget.move(int, int)
-
InstrumentWindowPickTab.moveEvent(QMoveEvent)
-
InstrumentWindowPickTab.moveToThread(QThread)
-
InstrumentWindowPickTab.nativeParentWidget() → QWidget
-
InstrumentWindowPickTab.nextInFocusChain() → QWidget
-
InstrumentWindowPickTab.normalGeometry() → QRect
-
InstrumentWindowPickTab.numColors() → int
-
InstrumentWindowPickTab.objectName() → QString
-
InstrumentWindowPickTab.overrideWindowFlags(Qt.WindowFlags)
-
InstrumentWindowPickTab.overrideWindowState(Qt.WindowStates)
-
InstrumentWindowPickTab.paintEngine() → QPaintEngine
-
InstrumentWindowPickTab.paintEvent(QPaintEvent)
-
InstrumentWindowPickTab.paintingActive() → bool
-
InstrumentWindowPickTab.palette() → QPalette
-
InstrumentWindowPickTab.paletteChange(QPalette)
-
InstrumentWindowPickTab.parent() → QObject
-
InstrumentWindowPickTab.parentWidget() → QWidget
-
InstrumentWindowPickTab.physicalDpiX() → int
-
InstrumentWindowPickTab.physicalDpiY() → int
-
InstrumentWindowPickTab.pos() → QPoint
-
InstrumentWindowPickTab.previousInFocusChain() → QWidget
-
InstrumentWindowPickTab.property(str) → QVariant
-
InstrumentWindowPickTab.pyqtConfigure(...)
Each keyword argument is either the name of a Qt property or a Qt signal.
For properties the property is set to the given value which should be of an
appropriate type.
For signals the signal is connected to the given value which should be a
callable.
-
InstrumentWindowPickTab.raise_()
-
InstrumentWindowPickTab.receivers(SIGNAL()) → int
-
InstrumentWindowPickTab.rect() → QRect
-
InstrumentWindowPickTab.releaseKeyboard()
-
InstrumentWindowPickTab.releaseMouse()
-
InstrumentWindowPickTab.releaseShortcut(int)
-
InstrumentWindowPickTab.removeAction(QAction)
-
InstrumentWindowPickTab.removeEventFilter(QObject)
-
InstrumentWindowPickTab.render(QPaintDevice, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren)
QWidget.render(QPainter, QPoint targetOffset=QPoint(), QRegion sourceRegion=QRegion(), QWidget.RenderFlags flags=QWidget.DrawWindowBackground|QWidget.DrawChildren)
-
InstrumentWindowPickTab.repaint()
QWidget.repaint(int, int, int, int)
QWidget.repaint(QRect)
QWidget.repaint(QRegion)
-
InstrumentWindowPickTab.resetInputContext()
-
InstrumentWindowPickTab.resize(QSize)
QWidget.resize(int, int)
-
InstrumentWindowPickTab.resizeEvent(QResizeEvent)
-
InstrumentWindowPickTab.restoreGeometry(QByteArray) → bool
-
InstrumentWindowPickTab.saveGeometry() → QByteArray
-
InstrumentWindowPickTab.scroll(int, int)
QWidget.scroll(int, int, QRect)
-
InstrumentWindowPickTab.selectTool()
Select the active tool.
- Args:
- tool One of InstrumentWindowPickTab.{Zoom, PixelSelect, TubeSelect, PeakSelect, PeakErase}
-
InstrumentWindowPickTab.sender() → QObject
-
InstrumentWindowPickTab.setAcceptDrops(bool)
-
InstrumentWindowPickTab.setAccessibleDescription(QString)
-
InstrumentWindowPickTab.setAccessibleName(QString)
-
InstrumentWindowPickTab.setAttribute(Qt.WidgetAttribute, bool on=True)
-
InstrumentWindowPickTab.setAutoFillBackground(bool)
-
InstrumentWindowPickTab.setBackgroundRole(QPalette.ColorRole)
-
InstrumentWindowPickTab.setBaseSize(int, int)
QWidget.setBaseSize(QSize)
-
InstrumentWindowPickTab.setContentsMargins(int, int, int, int)
QWidget.setContentsMargins(QMargins)
-
InstrumentWindowPickTab.setCursor(QCursor)
-
InstrumentWindowPickTab.setDisabled(bool)
-
InstrumentWindowPickTab.setEnabled(bool)
-
InstrumentWindowPickTab.setFixedHeight(int)
-
InstrumentWindowPickTab.setFixedSize(QSize)
QWidget.setFixedSize(int, int)
-
InstrumentWindowPickTab.setFixedWidth(int)
-
InstrumentWindowPickTab.setFocus()
QWidget.setFocus(Qt.FocusReason)
-
InstrumentWindowPickTab.setFocusPolicy(Qt.FocusPolicy)
-
InstrumentWindowPickTab.setFocusProxy(QWidget)
-
InstrumentWindowPickTab.setFont(QFont)
-
InstrumentWindowPickTab.setForegroundRole(QPalette.ColorRole)
-
InstrumentWindowPickTab.setFrameRect(QRect)
-
InstrumentWindowPickTab.setFrameShadow(QFrame.Shadow)
-
InstrumentWindowPickTab.setFrameShape(QFrame.Shape)
-
InstrumentWindowPickTab.setFrameStyle(int)
-
InstrumentWindowPickTab.setGeometry(QRect)
QWidget.setGeometry(int, int, int, int)
-
InstrumentWindowPickTab.setGraphicsEffect(QGraphicsEffect)
-
InstrumentWindowPickTab.setHidden(bool)
-
InstrumentWindowPickTab.setInputContext(QInputContext)
-
InstrumentWindowPickTab.setInputMethodHints(Qt.InputMethodHints)
-
InstrumentWindowPickTab.setLayout(QLayout)
-
InstrumentWindowPickTab.setLayoutDirection(Qt.LayoutDirection)
-
InstrumentWindowPickTab.setLineWidth(int)
-
InstrumentWindowPickTab.setLocale(QLocale)
-
InstrumentWindowPickTab.setMask(QBitmap)
QWidget.setMask(QRegion)
-
InstrumentWindowPickTab.setMaximumHeight(int)
-
InstrumentWindowPickTab.setMaximumSize(int, int)
QWidget.setMaximumSize(QSize)
-
InstrumentWindowPickTab.setMaximumWidth(int)
-
InstrumentWindowPickTab.setMidLineWidth(int)
-
InstrumentWindowPickTab.setMinimumHeight(int)
-
InstrumentWindowPickTab.setMinimumSize(int, int)
QWidget.setMinimumSize(QSize)
-
InstrumentWindowPickTab.setMinimumWidth(int)
-
InstrumentWindowPickTab.setMouseTracking(bool)
-
InstrumentWindowPickTab.setObjectName(QString)
-
InstrumentWindowPickTab.setPalette(QPalette)
-
InstrumentWindowPickTab.setParent(QWidget)
QWidget.setParent(QWidget, Qt.WindowFlags)
-
InstrumentWindowPickTab.setProperty(str, QVariant) → bool
-
InstrumentWindowPickTab.setShortcutAutoRepeat(int, bool enabled=True)
-
InstrumentWindowPickTab.setShortcutEnabled(int, bool enabled=True)
-
InstrumentWindowPickTab.setShown(bool)
-
InstrumentWindowPickTab.setSizeIncrement(int, int)
QWidget.setSizeIncrement(QSize)
-
InstrumentWindowPickTab.setSizePolicy(QSizePolicy)
QWidget.setSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy)
-
InstrumentWindowPickTab.setStatusTip(QString)
-
InstrumentWindowPickTab.setStyle(QStyle)
-
InstrumentWindowPickTab.setStyleSheet(QString)
-
InstrumentWindowPickTab.setTabOrder(QWidget, QWidget)
-
InstrumentWindowPickTab.setToolTip(QString)
-
InstrumentWindowPickTab.setUpdatesEnabled(bool)
-
InstrumentWindowPickTab.setVisible(bool)
-
InstrumentWindowPickTab.setWhatsThis(QString)
-
InstrumentWindowPickTab.setWindowFilePath(QString)
-
InstrumentWindowPickTab.setWindowFlags(Qt.WindowFlags)
-
InstrumentWindowPickTab.setWindowIcon(QIcon)
-
InstrumentWindowPickTab.setWindowIconText(QString)
-
InstrumentWindowPickTab.setWindowModality(Qt.WindowModality)
-
InstrumentWindowPickTab.setWindowModified(bool)
-
InstrumentWindowPickTab.setWindowOpacity(float)
-
InstrumentWindowPickTab.setWindowRole(QString)
-
InstrumentWindowPickTab.setWindowState(Qt.WindowStates)
-
InstrumentWindowPickTab.setWindowTitle(QString)
-
InstrumentWindowPickTab.show()
-
InstrumentWindowPickTab.showEvent(QShowEvent)
-
InstrumentWindowPickTab.showFullScreen()
-
InstrumentWindowPickTab.showMaximized()
-
InstrumentWindowPickTab.showMinimized()
-
InstrumentWindowPickTab.showNormal()
-
InstrumentWindowPickTab.signalsBlocked() → bool
-
InstrumentWindowPickTab.size() → QSize
-
InstrumentWindowPickTab.sizeHint() → QSize
-
InstrumentWindowPickTab.sizeIncrement() → QSize
-
InstrumentWindowPickTab.sizePolicy() → QSizePolicy
-
InstrumentWindowPickTab.stackUnder(QWidget)
-
InstrumentWindowPickTab.startTimer(int) → int
-
InstrumentWindowPickTab.staticMetaObject = <PyQt4.QtCore.QMetaObject object at 0x7f2e11876870>
-
InstrumentWindowPickTab.statusTip() → QString
-
InstrumentWindowPickTab.style() → QStyle
-
InstrumentWindowPickTab.styleSheet() → QString
-
InstrumentWindowPickTab.tabletEvent(QTabletEvent)
-
InstrumentWindowPickTab.testAttribute(Qt.WidgetAttribute) → bool
-
InstrumentWindowPickTab.thread() → QThread
-
InstrumentWindowPickTab.timerEvent(QTimerEvent)
-
InstrumentWindowPickTab.toolTip() → QString
-
InstrumentWindowPickTab.topLevelWidget() → QWidget
-
InstrumentWindowPickTab.tr(str, str disambiguation=None, int n=-1) → QString
-
InstrumentWindowPickTab.trUtf8(str, str disambiguation=None, int n=-1) → QString
-
InstrumentWindowPickTab.underMouse() → bool
-
InstrumentWindowPickTab.ungrabGesture(Qt.GestureType)
-
InstrumentWindowPickTab.unsetCursor()
-
InstrumentWindowPickTab.unsetLayoutDirection()
-
InstrumentWindowPickTab.unsetLocale()
-
InstrumentWindowPickTab.update()
QWidget.update(QRect)
QWidget.update(QRegion)
QWidget.update(int, int, int, int)
-
InstrumentWindowPickTab.updateGeometry()
-
InstrumentWindowPickTab.updateMicroFocus()
-
InstrumentWindowPickTab.updatesEnabled() → bool
-
InstrumentWindowPickTab.visibleRegion() → QRegion
-
InstrumentWindowPickTab.whatsThis() → QString
-
InstrumentWindowPickTab.wheelEvent(QWheelEvent)
-
InstrumentWindowPickTab.width() → int
-
InstrumentWindowPickTab.widthMM() → int
-
InstrumentWindowPickTab.winId() → int
-
InstrumentWindowPickTab.window() → QWidget
-
InstrumentWindowPickTab.windowActivationChange(bool)
-
InstrumentWindowPickTab.windowFilePath() → QString
-
InstrumentWindowPickTab.windowFlags() → Qt.WindowFlags
-
InstrumentWindowPickTab.windowIcon() → QIcon
-
InstrumentWindowPickTab.windowIconText() → QString
-
InstrumentWindowPickTab.windowModality() → Qt.WindowModality
-
InstrumentWindowPickTab.windowOpacity() → float
-
InstrumentWindowPickTab.windowRole() → QString
-
InstrumentWindowPickTab.windowState() → Qt.WindowStates
-
InstrumentWindowPickTab.windowTitle() → QString
-
InstrumentWindowPickTab.windowType() → Qt.WindowType
-
InstrumentWindowPickTab.x() → int
-
InstrumentWindowPickTab.x11Info() → QX11Info
-
InstrumentWindowPickTab.x11PictureHandle() → int
-
InstrumentWindowPickTab.y() → int