KDECore
KMessageHandler Class Referenceabstract
#include <KMessageHandler>
Public Member Functions | |
virtual | ~KMessageHandler () |
virtual void | message (KMessage::MessageType type, const QString &text, const QString &caption)=0 |
Detailed Description
Abstract class for KMessage handler.
This class define how KMessage display a message.
Reimplement the virtual methods then set your custom KMessageHandler using KMessage::setMessageHandler()
Definition at line 113 of file kmessage.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 116 of file kmessage.h.
Member Function Documentation
|
pure virtual |
Display a long message of a certain type.
A long message span on multiple lines and can have a caption.
- Parameters
-
type Currrent type of message. See MessageType enum. text Long message to be displayed. caption Caption to be used. This is optional.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.