Package schrodinger :: Package application :: Package msv :: Package gui :: Module view_dialog :: Class SpacedGridLayout
[hide private]
[frames] | no frames]

Class SpacedGridLayout

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
       object --+           |        
                |           |        
sip.simplewrapper --+       |        
                    |       |        
          sip.wrapper --+   |        
                        |   |        
  PyQt4.QtGui.QLayoutItem --+        
                            |        
          PyQt4.QtGui.QLayout --+    
                                |    
          PyQt4.QtGui.QGridLayout --+
                                    |
                                   SpacedGridLayout

A grid layout with vertical and horizontal spacing of MARGIN_SIZE

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QLayout: SizeConstraint

Instance Methods [hide private]
 
__init__(self, parent=None)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from PyQt4.QtGui.QGridLayout: addItem, addLayout, addWidget, cellRect, columnCount, columnMinimumWidth, columnStretch, count, expandingDirections, getItemPosition, hasHeightForWidth, heightForWidth, horizontalSpacing, invalidate, itemAt, itemAtPosition, maximumSize, minimumHeightForWidth, minimumSize, originCorner, rowCount, rowMinimumHeight, rowStretch, setColumnMinimumWidth, setColumnStretch, setDefaultPositioning, setGeometry, setHorizontalSpacing, setOriginCorner, setRowMinimumHeight, setRowStretch, setSpacing, setVerticalSpacing, sizeHint, spacing, takeAt, verticalSpacing

Inherited from PyQt4.QtGui.QLayout: __len__, activate, addChildLayout, addChildWidget, alignmentRect, childEvent, closestAcceptableSize, contentsMargins, contentsRect, geometry, getContentsMargins, indexOf, isEmpty, isEnabled, layout, margin, menuBar, parentWidget, removeItem, removeWidget, setAlignment, setContentsMargins, setEnabled, setMargin, setMenuBar, setSizeConstraint, sizeConstraint, totalHeightForWidth, totalMaximumSize, totalMinimumSize, totalSizeHint, update, widgetEvent

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

Inherited from PyQt4.QtGui.QLayoutItem: alignment, controlTypes, spacerItem, widget

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.QLayout: SetDefaultConstraint, SetFixedSize, SetMaximumSize, SetMinAndMaxSize, SetMinimumSize, SetNoConstraint

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent=None)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)