Package schrodinger :: Package application :: Package msv :: Package io :: Module structure_model :: Class _ProjectTableMonitor
[hide private]
[frames] | no frames]

Class _ProjectTableMonitor

       object --+                
                |                
sip.simplewrapper --+            
                    |            
          sip.wrapper --+        
                        |        
     PyQt4.QtCore.QObject --+    
                            |    
            Qt.QtCore.QObject --+
                                |
                               _ProjectTableMonitor

Inspect changes in the project and emit informative signals

Note: This is a temporary stand-in for a piece of infrastructure that we hope to write soon. It should not be used outside the module.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_onProjectUpdated(self)

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 PyQt4.QtCore.QObject: staticMetaObject

Instance Variables [hide private]
 
entriesAdded(...)
Signal emitted when entries are added to the pt
 
entriesRemoved(...)
Signal emitted when entries are removed from the pt
 
entriesIncluded(...)
Signal emitted when pt entries are included in the ws
 
entriesExcluded(...)
Signal emitted when pt entries are excluded from the ws
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)