Package schrodinger :: Package tasks :: Module parameters :: Class ParamModel
[hide private]
[frames] | no frames]

Class ParamModel

       object --+                        
                |                        
sip.simplewrapper --+                    
                    |                    
          sip.wrapper --+                
                        |                
     PyQt4.QtCore.QObject --+            
                            |            
            Qt.QtCore.QObject --+        
                                |        
                    AbstractParam --+    
                                    |    
                AbstractCompoundParam --+
                                        |
                                       ParamModel
Known Subclasses:

Inherit all functionality of AbstractCompoundParam with name that designates this class as a model. Models should themselves be parameters so that their corresponding view can be easily incorporated into a parent view. In this case, the model of the parent view will contain the model of the child view as a parameter.

WARNING: as descriptors, instances of this class will not behave normally if used as class variables.

Nested Classes [hide private]

Inherited from AbstractCompoundParam: __metaclass__

Inherited from AbstractParam: NO_VALUE

Instance Methods [hide private]

Inherited from AbstractCompoundParam: __eq__, __init__, __ne__, fromJson, isDefault, setValue, toDict, toJson

Inherited from AbstractCompoundParam (private): _defaultValue

Inherited from AbstractParam: __get__, __set__, valueChanged

Inherited from AbstractParam (private): _getValue, _propagateSignal, _setValue

Inherited from Qt.QtCore.QObject: connect, emit

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, 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 sip.simplewrapper: __new__

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

Class Variables [hide private]

Inherited from AbstractParam: DataClass

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__