Package schrodinger :: Package tasks :: Module jobtasks :: Class JobOptions
[hide private]
[frames] | no frames]

Class JobOptions

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt5.QtCore.QObject --+        
                            |        
             parameters.Param --+    
                                |    
         parameters.CompoundParam --+
                                    |
                                   JobOptions

Nested Classes [hide private]

Inherited from parameters.CompoundParam: __metaclass__

Inherited from parameters.Param: NO_VALUE

Instance Methods [hide private]
 
cpusChanged(...)
 
create_job_dirChanged(...)
 
default_dispChanged(...)
 
hostChanged(...)
 
incorporationChanged(...)

Inherited from parameters.CompoundParam: __eq__, __init__, __ne__, fromJson, isDefault, setValue, toDict, toJson

Inherited from parameters.CompoundParam (private): _defaultValue

Inherited from parameters.Param: __get__, __repr__, __set__, ownerChain, valueChanged

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

Inherited from sip.simplewrapper: __new__

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

Class Variables [hide private]
  incorporation = <BoolParam:incorporation>
  default_disp = <StringParam:default_disp>
  host = <BoolParam:host>
  cpus = <BoolParam:cpus>
  create_job_dir = <BoolParam:create_job_dir>

Inherited from parameters.Param: DataClass, is_abstract

Inherited from PyQt5.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__