taurus taurus

Previous topic

DoorDebug

Next topic

DoorResult

This Page

DoorOutput

Inheritance diagram of DoorOutput

class DoorOutput(parent=None)

Bases: PyQt4.QtGui.QPlainTextEdit

Widget used for displaying changes of door’s attributes: Output, Info, Warning and Error.

appendHtmlText(text)
contextMenuEvent(event)
onDoorErrorChanged(error)

call on error attribute changed

onDoorInfoChanged(info)

call on info attribute changed

onDoorOutputChanged(output)

call on output attribute changed

onDoorWarningChanged(warning)

call on warning attribute changed

stopScrolling(stop)