Package schrodinger :: Package application :: Package matsci :: Module smartsutilsgui :: Class SMARTSNameValidator
[hide private]
[frames] | no frames]

Class SMARTSNameValidator

       object --+                
                |                
sip.simplewrapper --+            
                    |            
          sip.wrapper --+        
                        |        
     PyQt5.QtCore.QObject --+    
                            |    
       PyQt5.QtGui.QValidator --+
                                |
                               SMARTSNameValidator

Ensures that the line edit contains only valid SMARTS name characters

Nested Classes [hide private]

Inherited from PyQt5.QtGui.QValidator: State

Instance Methods [hide private]
 
validate(self, value, position)
See PyQt documentation for arguments and return values

Inherited from PyQt5.QtGui.QValidator: changed, fixup, locale, setLocale

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: __init__, __new__

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

Class Variables [hide private]

Inherited from PyQt5.QtGui.QValidator: Acceptable, Intermediate, Invalid

Inherited from PyQt5.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

validate(self, value, position)

 

See PyQt documentation for arguments and return values

Overrides: PyQt5.QtGui.QValidator.validate