KDEUI
Go to the documentation of this file.
24 #ifndef KRICHTEXTEDIT_H
25 #define KRICHTEXTEDIT_H
32 class KRichTextEditPrivate;
101 void enableRichTextMode();
106 Mode textMode()
const;
121 void setTextOrHtml(
const QString &text);
131 QString currentLinkText()
const;
140 QString currentLinkUrl()
const;
150 void selectLinkText(QTextCursor* cursor)
const;
157 void selectLinkText()
const;
177 bool canIndentList()
const;
184 bool canDedentList()
const;
213 void makeRightToLeft();
220 void makeLeftToRight();
228 void setListStyle(
int _styleIndex);
235 void indentListMore();
242 void indentListLess();
249 void setFontFamily(
const QString &fontFamily);
256 void setFontSize(
int size);
263 void setFont(
const QFont &font);
271 void setTextBold(
bool bold);
279 void setTextItalic(
bool italic);
287 void setTextUnderline(
bool underline);
295 void setTextStrikeOut(
bool strikeOut);
302 void setTextForegroundColor(
const QColor &color);
309 void setTextBackgroundColor(
const QColor &color);
314 void insertHorizontalRule();
320 void switchToPlainText();
335 void setTextSuperScript(
bool superscript);
343 void setTextSubScript(
bool subscript);
357 void selectionFinished();
369 KRichTextEditPrivate *
const d;
370 friend class KRichTextEditPrivate;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Nov 16 2012 15:02:08 by
doxygen 1.8.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.