KTextEditor
messageinterface.h
Go to the documentation of this file.
Message interface for posting interactive Messages to a Document and its Views.
Definition messageinterface.h:400
virtual bool postMessage(Message *message)=0
Post message to the Document and its Views.
MessagePosition
Message position used to place the message either above or below of the KTextEditor::View.
Definition messageinterface.h:115
void closed(KTextEditor::Message *message)
This signal is emitted before the message is deleted.
void textChanged(const QString &text)
This signal is emitted whenever setText() is called.
AutoHideMode
The AutoHideMode determines when to trigger the autoHide timer.
Definition messageinterface.h:126
void iconChanged(const QIcon &icon)
This signal is emitted whenever setIcon() is called.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.