Package client :: Package Viewers :: Module Items :: Class Alias
[hide private]
[frames] | no frames]

Class Alias

source code


Nested Classes [hide private]

Inherited from PyQt4.QtGui.QTreeWidgetItem: ItemType

Instance Methods [hide private]
 
__init__(self, parent, name, access)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
Type(self) source code
 
findReference(self) source code
 
Delete(self) source code

Inherited from PyQt4.QtGui.QTreeWidgetItem: __eq__, __ge__, __gt__, __le__, __lt__, __ne__, addChild, addChildren, background, backgroundColor, checkState, child, childCount, clone, columnCount, data, flags, font, foreground, icon, indexOfChild, insertChild, insertChildren, isExpanded, isHidden, isSelected, parent, read, setBackground, setBackgroundColor, setCheckState, setData, setExpanded, setFlags, setFont, setForeground, setHidden, setIcon, setSelected, setSizeHint, setStatusTip, setText, setTextAlignment, setTextColor, setToolTip, setWhatsThis, sizeHint, sortChildren, statusTip, takeChild, takeChildren, text, textAlignment, textColor, toolTip, treeWidget, type, whatsThis, write

Inherited from sip.wrapper: __delattr__, __getattribute__, __new__, __setattr__

Inherited from object: __hash__, __reduce__, __reduce_ex__, __repr__, __str__

Class Variables [hide private]

Inherited from PyQt4.QtGui.QTreeWidgetItem: UserType

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, name, access)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Type(self)

source code 
Overrides: Type