KTextEditor
Go to the documentation of this file.
21 #ifndef KTEXTEDITOR_MESSAGEINTERFACE_H
22 #define KTEXTEDITOR_MESSAGEINTERFACE_H
24 #include <QtCore/QObject>
25 #include <QtCore/QList>
26 #include <QtGui/QAction>
27 #include <QtGui/QIcon>
31 namespace KTextEditor {
180 void addAction(
QAction* action,
bool closeOnTrigger =
true);
198 void setAutoHide(
int autoHideTimer = 0);
206 int autoHide()
const;
232 void setWordWrap(
bool wordWrap);
239 bool wordWrap()
const;
248 void setPriority(
int priority);
255 int priority()
const;
291 void setPosition(MessagePosition position);
296 MessagePosition position()
const;
309 void setText(
const QString& richtext);
316 void setIcon(
const QIcon& icon);
340 void textChanged(
const QString& text);
353 void iconChanged(
const QIcon& icon);
356 class MessagePrivate *
const d;
428 class MessageInterfacePrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Sep 23 2014 10:03:12 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.