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

Class UDIMOptionsDialog

source code

           object --+                
                    |                
            ??.Object --+            
                        |            
    PySide.QtCore.QObject --+        
                            |        
           object --+       |        
                    |       |        
            ??.Object --+   |        
                        |   |        
PySide.QtGui.QPaintDevice --+        
                            |        
         PySide.QtGui.QWidget --+    
                                |    
             PySide.QtGui.QDialog --+
                                    |
                                   UDIMOptionsDialog

Nested Classes [hide private]

Inherited from PySide.QtGui.QDialog: DialogCode

Inherited from PySide.QtGui.QWidget: RenderFlag, RenderFlags

Inherited from PySide.QtGui.QPaintDevice: PaintDeviceMetric

Instance Methods [hide private]
 
__init__(self, parent=None, parsing_func=<function parseUdimFile at 0x1a834cf8>, udim_label='UDIM')
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
updateTableWidget(self) source code
 
cellChanged(self, row, column) source code
 
addUdimFile(self, udim_file) source code
 
importUdimFiles(self) source code

Inherited from PySide.QtGui.QDialog: __new__, accept, adjustPosition, closeEvent, contextMenuEvent, done, eventFilter, exec_, isSizeGripEnabled, keyPressEvent, minimumSizeHint, open, reject, resizeEvent, result, setModal, setResult, setSizeGripEnabled, setVisible, showEvent, sizeHint

Inherited from PySide.QtGui.QWidget: acceptDrops, accessibleDescription, accessibleName, actionEvent, actions, activateWindow, addAction, addActions, adjustSize, autoFillBackground, backgroundRole, baseSize, changeEvent, childAt, childrenRect, childrenRegion, clearFocus, clearMask, close, contentsMargins, contentsRect, contextMenuPolicy, 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, grabGesture, grabKeyboard, grabMouse, grabShortcut, graphicsEffect, graphicsProxyWidget, hasFocus, hasMouseTracking, height, heightForWidth, hide, hideEvent, inputContext, inputMethodEvent, inputMethodHints, inputMethodQuery, insertAction, insertActions, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isVisible, isVisibleTo, isWindow, isWindowModified, keyReleaseEvent, languageChange, 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, 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, setSizeIncrement, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setToolTip, setUpdatesEnabled, 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, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, updateGeometry, updateMicroFocus, updatesEnabled, visibleRegion, whatsThis, wheelEvent, width, winId, window, windowFilePath, windowFlags, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowState, windowTitle, windowType, x, x11Info, x11PictureHandle, y

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

Inherited from PySide.QtGui.QPaintDevice: colorCount, depth, heightMM, logicalDpiX, logicalDpiY, numColors, paintingActive, physicalDpiX, physicalDpiY, widthMM

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

Static Methods [hide private]

Inherited from PySide.QtGui.QWidget: keyboardGrabber, mouseGrabber, setTabOrder

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

Class Variables [hide private]
  staticMetaObject = <PySide.QtCore.QMetaObject object at 0x1a83...

Inherited from PySide.QtGui.QDialog: Accepted, Rejected, accepted, finished, rejected

Inherited from PySide.QtGui.QWidget: DrawChildren, DrawWindowBackground, IgnoreMask, customContextMenuRequested

Inherited from PySide.QtCore.QObject: destroyed

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

Properties [hide private]

Inherited from PySide.QtGui.QPaintDevice: painters

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent=None, parsing_func=<function parseUdimFile at 0x1a834cf8>, 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:
<PySide.QtCore.QMetaObject object at 0x1a831200>