Subgroup: Message

Class: QgsMessageOutputConsole

class qgis.core.QgsMessageOutputConsole

Bases: PyQt5.QtCore.QObject, qgis._core.QgsMessageOutput

Default implementation of message output interface

This class outputs messages to the standard output. Therefore it might be the right choice for apps without GUI.

Methods

appendMessage
blockSignals
childEvent
children
connectNotify
createMessageOutput function that returns new class derived from QgsMessageOutput
customEvent
deleteLater
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
inherits
installEventFilter
isSignalConnected
isWidgetType
isWindowType
killTimer
metaObject
moveToThread
objectName
parent
property
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
removeEventFilter
sender
senderSignalIndex
setMessage
setObjectName
setParent
setProperty
setTitle
showMessage sends the message to the standard output
signalsBlocked
startTimer
thread
timerEvent
tr

Attributes

MessageHtml
MessageText
destroyed signals that object will be destroyed and shouldn’t be used anymore [signal]
objectNameChanged objectNameChanged(self, str) [signal]
staticMetaObject
appendMessage(self, message: str)
childEvent()
connectNotify()
customEvent()
destroyed

signals that object will be destroyed and shouldn’t be used anymore [signal]

disconnectNotify()
isSignalConnected()
receivers()
sender()
senderSignalIndex()
setMessage(self, message: str, msgType: QgsMessageOutput.MessageType)
setTitle(self, title: str)
showMessage(self, blocking: bool = True)

sends the message to the standard output

timerEvent()