Package schrodinger :: Package ui :: Package qt :: Module appframework :: Class ColoredTableItem
[hide private]
[frames] | no frames]

Class ColoredTableItem

          object --+            
                   |            
   sip.simplewrapper --+        
                       |        
             sip.wrapper --+    
                           |    
PyQt4.QtGui.QTableWidgetItem --+
                               |
                              ColoredTableItem

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QTableWidgetItem: ItemType

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature

Inherited from PyQt4.QtGui.QTableWidgetItem: __eq__, __ge__, __gt__, __le__, __lt__, __ne__, background, backgroundColor, checkState, clone, column, data, flags, font, foreground, icon, isSelected, read, row, setBackground, setBackgroundColor, setCheckState, setData, setFlags, setFont, setForeground, setIcon, setSelected, setSizeHint, setStatusTip, setText, setTextAlignment, setTextColor, setToolTip, setWhatsThis, sizeHint, statusTip, tableWidget, text, textAlignment, textColor, toolTip, type, whatsThis, write

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.QTableWidgetItem: Type, UserType

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)