9#include "kpimtextedit_export.h"
10#include "richtextcomposer.h"
15class RichTextComposer;
16class NestedListHelper;
17class RichTextComposerImages;
31 [[nodiscard]]
QString currentLinkUrl()
const;
33 [[nodiscard]]
QString currentLinkText()
const;
34 void selectLinkText()
const;
35 [[nodiscard]]
QString toCleanHtml()
const;
37 [[nodiscard]]
bool canIndentList()
const;
38 [[nodiscard]]
bool canDedentList()
const;
40 [[nodiscard]] NestedListHelper *nestedListHelper()
const;
41 void insertLink(
const QString &url);
42 void setCursorPositionFromStart(
unsigned int pos);
43 void ensureCursorVisible();
45 RichTextComposerImages *composerImages()
const;
46 [[nodiscard]]
bool painterActive()
const;
47 void disablePainter();
48 [[nodiscard]]
bool isFormattingUsed()
const;
50 void setFontForWholeText(
const QFont &font);
54 [[nodiscard]]
QString toWrappedPlainText()
const;
56 void addQuotes(
const QString &defaultQuote);
58 void addCheckbox(
bool add =
true);
59 void insertHorizontalRule();
60 void setHeadingLevel(
int level);
65 void makeRightToLeft();
66 void makeLeftToRight();
67 void setTextBold(
bool bold);
68 void setTextItalic(
bool italic);
69 void setTextUnderline(
bool underline);
70 void setTextStrikeOut(
bool strikeOut);
71 void setTextForegroundColor(
const QColor &color);
72 void setTextBackgroundColor(
const QColor &color);
73 void setFontFamily(
const QString &fontFamily);
74 void setFontSize(
int size);
75 void setFont(
const QFont &font);
76 void setTextSuperScript(
bool superscript);
77 void setTextSubScript(
bool subscript);
78 void setChangeTextForegroundColor();
79 void setChangeTextBackgroundColor();
81 void indentListMore();
82 void indentListLess();
83 void setListStyle(
int styleIndex);
84 void slotAddEmoticon(
const QString &text);
85 void slotInsertHtml();
86 void slotFormatReset();
87 void slotPasteWithoutFormatting();
88 void slotPasteAsQuotation();
89 void slotRemoveQuotes();
92 void slotFormatPainter(
bool active);
93 void ensureCursorVisibleDelayed();
96 bool event(
QEvent *ev)
override;
99 KPIMTEXTEDIT_NO_EXPORT
void regenerateColorScheme();
100 class RichTextComposerControllerPrivate;
101 std::unique_ptr<RichTextComposerControllerPrivate>
const d;
The RichTextComposerControler class.
The RichTextComposer class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:46 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.