Package schrodinger :: Package application :: Package desmond :: Module cwidget :: Class CpuValidator
[hide private]
[frames] | no frames]

Class CpuValidator

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
       PyQt4.QtGui.QValidator --+    
                                |    
        PyQt4.QtGui.QIntValidator --+
                                    |
                                   CpuValidator

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QValidator: State

Instance Methods [hide private]
 
__init__(self, parent)
x.__init__(...) initializes x; see help(type(x)) for signature
 
validate(self, value, pos)
See PyQt documentation for argument and return value documentation.

Inherited from PyQt4.QtGui.QIntValidator: bottom, fixup, setBottom, setRange, setTop, top

Inherited from PyQt4.QtGui.QValidator: locale, setLocale

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, 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 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.QValidator: Acceptable, Intermediate, Invalid

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

validate(self, value, pos)

 

See PyQt documentation for argument and return value documentation.

Overrides: PyQt4.QtGui.QValidator.validate