Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module basis_selector :: Class UpperCaseValidator
[hide private]
[frames] | no frames]

Class UpperCaseValidator

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

A QValidator that converts all input to uppercase

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QValidator: State

Instance Methods [hide private]
 
validate(self, text, pos)
See PyQt documentation for argument and return value documentation

Inherited from PyQt4.QtGui.QValidator: fixup, 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: __init__, __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]

validate(self, text, pos)

 

See PyQt documentation for argument and return value documentation

Overrides: PyQt4.QtGui.QValidator.validate