Package nukescripts :: Module udim :: Class UDIMErrorDialog
[hide private]
[frames] | no frames]

Class UDIMErrorDialog

source code

            object --+                
                     |                
             ??.Object --+            
                         |            
    PySide2.QtCore.QObject --+        
                             |        
            object --+       |        
                     |       |        
             ??.Object --+   |        
                         |   |        
PySide2.QtGui.QPaintDevice --+        
                             |        
     PySide2.QtWidgets.QWidget --+    
                                 |    
         PySide2.QtWidgets.QDialog --+
                                     |
                                    UDIMErrorDialog

Nested Classes [hide private]

Inherited from PySide2.QtWidgets.QDialog: DialogCode

Inherited from PySide2.QtWidgets.QWidget: RenderFlag, RenderFlags

Inherited from PySide2.QtGui.QPaintDevice: PaintDeviceMetric

Instance Methods [hide private]
 
__init__(self, parent=None, error_msg='', udim_label='UDIM')
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from PySide2.QtWidgets.QDialog: __new__, accept, adjustPosition, closeEvent, contextMenuEvent, done, eventFilter, exec_, extension, isSizeGripEnabled, keyPressEvent, minimumSizeHint, open, orientation, reject, resizeEvent, result, setExtension, setModal, setOrientation, setResult, setSizeGripEnabled, setVisible, showEvent, showExtension, sizeHint

Inherited from PySide2.QtWidgets.QWidget: acceptDrops, accessibleDescription, accessibleName, actionEvent, actions, activateWindow, addAction, addActions, adjustSize, autoFillBackground, backgroundRole, baseSize, changeEvent, childAt, childrenRect, childrenRegion, clearFocus, clearMask, close, contentsMargins, contentsRect, contextMenuPolicy, create, createWinId, cursor, destroy, devType, dragEnterEvent, dragLeaveEvent, dragMoveEvent, dropEvent, effectiveWinId, ensurePolished, enterEvent, event, 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, internalWinId, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isEnabledToTLW, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isTopLevel, isVisible, isVisibleTo, isWindow, isWindowModified, keyReleaseEvent, layout, layoutDirection, leaveEvent, locale, lower, mapFrom, mapFromGlobal, mapFromParent, mapTo, mapToGlobal, mapToParent, mask, maximumHeight, maximumSize, maximumWidth, metric, minimumHeight, minimumSize, minimumWidth, mouseDoubleClickEvent, mouseMoveEvent, mousePressEvent, mouseReleaseEvent, move, moveEvent, nativeParentWidget, nextInFocusChain, normalGeometry, overrideWindowFlags, overrideWindowState, paintEngine, paintEvent, palette, parentWidget, pos, previousInFocusChain, raise_, rect, redirected, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, repaint, 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, setInputMethodHints, setLayout, setLayoutDirection, setLocale, setMask, setMaximumHeight, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumWidth, setMouseTracking, setPalette, setParent, setShortcutAutoRepeat, setShortcutEnabled, setSizeIncrement, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setToolTip, setToolTipDuration, setUpdatesEnabled, setWhatsThis, setWindowFilePath, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowState, setWindowTitle, sharedPainter, show, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, tabletEvent, testAttribute, toolTip, toolTipDuration, topLevelWidget, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, updateGeometry, updateMicroFocus, updatesEnabled, visibleRegion, whatsThis, wheelEvent, width, winId, window, windowFilePath, windowFlags, windowHandle, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowState, windowTitle, windowType, x, y

Inherited from PySide2.QtCore.QObject: __delattr__, __getattribute__, __setattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

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

Inherited from object: __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from PySide2.QtWidgets.QWidget: createWindowContainer, find, keyboardGrabber, mouseGrabber, setTabOrder

Inherited from PySide2.QtCore.QObject: connect, disconnect, registerUserData

Inherited from PySide2.QtGui.QPaintDevice: devicePixelRatioFScale

Class Variables [hide private]
  staticMetaObject = <PySide2.QtCore.QMetaObject object at 0x119...

Inherited from PySide2.QtWidgets.QDialog: Accepted, Rejected, accepted, finished, rejected

Inherited from PySide2.QtWidgets.QWidget: DrawChildren, DrawWindowBackground, IgnoreMask, customContextMenuRequested, windowIconChanged, windowIconTextChanged, windowTitleChanged

Inherited from PySide2.QtCore.QObject: destroyed, objectNameChanged

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

Properties [hide private]

Inherited from PySide2.QtGui.QPaintDevice: painters

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent=None, error_msg='', udim_label='UDIM')
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

staticMetaObject

Value:
<PySide2.QtCore.QMetaObject object at 0x119694170>