Uses of Class
io.qt.core.QMessageHandler
Package | Description |
---|---|
io.qt.core |
-
Uses of QMessageHandler in io.qt.core
Methods in io.qt.core with parameters of type QMessageHandler Modifier and Type Method Description static void
QMessageHandler. installMessageHandler(QMessageHandler addHandler)
Installs the specified message handler as a receiver for message notification.static void
QMessageHandler. removeMessageHandler(QMessageHandler removeHandler)
Removes the specified message handler as a receiver for message notification.static void
QMessageHandler. replaceMessageHandler(QMessageHandler removeHandler, QMessageHandler addHandler)
Can atomically install and/or remove a handler.