Package client :: Module IPythonShell :: Class ConsoleView
[hide private]
[frames] | no frames]

Class ConsoleView

source code


Nested Classes [hide private]

Inherited from PyQt4.QtGui.QBoxLayout: Direction

Inherited from PyQt4.QtGui.QLayout: SizeConstraint

Instance Methods [hide private]
 
__init__(self, layout, bridge)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
setMenuBar(self, menubar) source code
 
write(self, text, editable=False) source code
 
showPrompt(self, prompt) source code
 
showStatus(self, string) source code
 
showReturned(self, text) source code
 
getHistory(self) source code
 
raw_input(self, prompt='') source code
 
_processLine(self) source code

Inherited from PyQt4.QtGui.QVBoxLayout: addChildLayout, addChildWidget, alignmentRect, childEvent, connectNotify, customEvent, disconnectNotify, insertItem, receivers, sender, timerEvent, widgetEvent

Inherited from PyQt4.QtGui.QBoxLayout: addItem, addLayout, addSpacing, addStretch, addStrut, addWidget, count, direction, expandingDirections, hasHeightForWidth, heightForWidth, insertLayout, insertSpacing, insertStretch, insertWidget, invalidate, itemAt, maximumSize, minimumHeightForWidth, minimumSize, setDirection, setGeometry, setStretchFactor, sizeHint, takeAt

Inherited from PyQt4.QtGui.QLayout: activate, closestAcceptableSize, geometry, indexOf, isEmpty, isEnabled, layout, margin, menuBar, parentWidget, removeItem, removeWidget, setAlignment, setEnabled, setMargin, setSizeConstraint, setSpacing, sizeConstraint, spacing, totalHeightForWidth, totalMaximumSize, totalMinimumSize, totalSizeHint, update

Inherited from PyQt4.QtCore.QObject: blockSignals, children, connect, deleteLater, disconnect, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, tr, trUtf8

Inherited from PyQt4.QtGui.QLayoutItem: alignment, spacerItem, widget

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.QBoxLayout: BottomToTop, Down, LeftToRight, RightToLeft, TopToBottom, Up

Inherited from PyQt4.QtGui.QLayout: SetDefaultConstraint, SetFixedSize, SetMaximumSize, SetMinAndMaxSize, SetMinimumSize, SetNoConstraint

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, layout, bridge)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

setMenuBar(self, menubar)

source code 
Overrides: PyQt4.QtGui.QLayout.setMenuBar