KTextEditor
messageinterface.h
Go to the documentation of this file.
105 Positive = 0,
109 };
116 AboveView = 0,
120 };
127 Immediate = 0,
129 };
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.
This class holds a Message to display in Views.
Definition: messageinterface.h:92
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.
Error
MessageType
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.