Home
last modified time | relevance | path

Searched refs:KoTextEditor (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoTextEditor_format.cpp61 void KoTextEditor::bold(bool bold) in bold()
71 d->updateState(KoTextEditor::Private::NoOp); in bold()
74 void KoTextEditor::italic(bool italic) in italic()
84 d->updateState(KoTextEditor::Private::NoOp); in italic()
87 void KoTextEditor::underline(bool underline) in underline()
106 void KoTextEditor::strikeOut(bool strikeout) in strikeOut()
170 void KoTextEditor::decreaseIndent() in decreaseIndent()
203 void KoTextEditor::increaseIndent() in increaseIndent()
263 void KoTextEditor::decreaseFontSize() in decreaseFontSize()
276 void KoTextEditor::increaseFontSize() in increaseFontSize()
[all …]
H A DKoTextEditor.cpp92 KoTextEditor::Private::Private(KoTextEditor *qq, QTextDocument *document) in Q_DECLARE_METATYPE()
223 KoTextEditor::KoTextEditor(QTextDocument *document) in KoTextEditor() function in KoTextEditor
230 KoTextEditor::~KoTextEditor() in ~KoTextEditor()
235 KoTextEditor *KoTextEditor::getTextEditorFromCanvas(KoCanvasBase *canvas) in getTextEditorFromCanvas()
249 QTextCursor* KoTextEditor::cursor() in cursor()
620 int KoTextEditor::anchor() const in anchor()
635 bool KoTextEditor::atEnd() const in atEnd()
651 bool KoTextEditor::atStart() const in atStart()
676 void KoTextEditor::deleteChar() in deleteChar()
1386 void KoTextEditor::newSection() in newSection()
[all …]
H A DKoTextEditor_undo.cpp81 void KoTextEditor::Private::documentCommandAdded() in documentCommandAdded()
109 KoTextEditor::Private *m_p; in documentCommandAdded()
153 void KoTextEditor::Private::updateState(KoTextEditor::Private::State newState, const KUndo2MagicStr… in updateState()
206 void KoTextEditor::addCommand(KUndo2Command *command) in addCommand()
252 d->updateState(KoTextEditor::Private::NoOp); in addCommand()
258 void KoTextEditor::instantlyExecuteCommand(KUndo2Command *command) in instantlyExecuteCommand()
264 d->updateState(KoTextEditor::Private::NoOp); in instantlyExecuteCommand()
274 KUndo2Command *KoTextEditor::beginEditBlock(const KUndo2MagicString &title) in beginEditBlock()
282 d->updateState(KoTextEditor::Private::Custom, title); in beginEditBlock()
309 void KoTextEditor::endEditBlock() in endEditBlock()
[all …]
H A DKoTextEditor_p.h43 class Q_DECL_HIDDEN KoTextEditor::Private
54 explicit Private(KoTextEditor *qq, QTextDocument *document);
66 KoTextEditor *q;
90 explicit KoTextVisitor(KoTextEditor *editor) in KoTextVisitor()
144 KoTextEditor * editor() const {return m_editor;} in editor()
147 KoTextEditor *m_editor;
158 …static void visitSelection(KoTextEditor *editor, const BlockFormatVisitor &visitor, const KUndo2Ma…
194 …static void visitSelection(KoTextEditor *editor, const CharFormatVisitor &visitor, const KUndo2Mag…
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextEditor_format.cpp61 void KoTextEditor::bold(bool bold) in bold()
71 d->updateState(KoTextEditor::Private::NoOp); in bold()
74 void KoTextEditor::italic(bool italic) in italic()
84 d->updateState(KoTextEditor::Private::NoOp); in italic()
87 void KoTextEditor::underline(bool underline) in underline()
106 void KoTextEditor::strikeOut(bool strikeout) in strikeOut()
170 void KoTextEditor::decreaseIndent() in decreaseIndent()
203 void KoTextEditor::increaseIndent() in increaseIndent()
263 void KoTextEditor::decreaseFontSize() in decreaseFontSize()
276 void KoTextEditor::increaseFontSize() in increaseFontSize()
[all …]
H A DKoTextEditor.cpp93 KoTextEditor::Private::Private(KoTextEditor *qq, QTextDocument *document) in Q_DECLARE_METATYPE()
224 KoTextEditor::KoTextEditor(QTextDocument *document) in KoTextEditor() function in KoTextEditor
231 KoTextEditor::~KoTextEditor() in ~KoTextEditor()
236 KoTextEditor *KoTextEditor::getTextEditorFromCanvas(KoCanvasBase *canvas) in getTextEditorFromCanvas()
250 QTextCursor* KoTextEditor::cursor() in cursor()
740 int KoTextEditor::anchor() const in anchor()
755 bool KoTextEditor::atEnd() const in atEnd()
771 bool KoTextEditor::atStart() const in atStart()
796 void KoTextEditor::deleteChar() in deleteChar()
1467 void KoTextEditor::newSection() in newSection()
[all …]
H A DKoTextEditor_undo.cpp81 void KoTextEditor::Private::documentCommandAdded() in documentCommandAdded()
109 KoTextEditor::Private *m_p; in documentCommandAdded()
153 void KoTextEditor::Private::updateState(KoTextEditor::Private::State newState, const KUndo2MagicStr… in updateState()
206 void KoTextEditor::addCommand(KUndo2Command *command) in addCommand()
252 d->updateState(KoTextEditor::Private::NoOp); in addCommand()
258 void KoTextEditor::instantlyExecuteCommand(KUndo2Command *command) in instantlyExecuteCommand()
264 d->updateState(KoTextEditor::Private::NoOp); in instantlyExecuteCommand()
274 KUndo2Command *KoTextEditor::beginEditBlock(const KUndo2MagicString &title) in beginEditBlock()
282 d->updateState(KoTextEditor::Private::Custom, title); in beginEditBlock()
309 void KoTextEditor::endEditBlock() in endEditBlock()
[all …]
H A DKoTextEditor_p.h43 class Q_DECL_HIDDEN KoTextEditor::Private
54 explicit Private(KoTextEditor *qq, QTextDocument *document);
66 KoTextEditor *q;
90 explicit KoTextVisitor(KoTextEditor *editor) in KoTextVisitor()
144 KoTextEditor * editor() const {return m_editor;} in editor()
147 KoTextEditor *m_editor;
158 …static void visitSelection(KoTextEditor *editor, const BlockFormatVisitor &visitor, const KUndo2Ma…
194 …static void visitSelection(KoTextEditor *editor, const CharFormatVisitor &visitor, const KUndo2Mag…
/dports/editors/calligra/calligra-3.2.1/libs/text/tests/
H A DTestKoTextEditor.h26 class KoTextEditor; variable
65 bool checkEndings(const QVector<QString> &needEndings, KoTextEditor *editor);
66 bool checkStartings(const QVector<QString> &needStartings, KoTextEditor *editor);
75 void pushSectionStart(int num, KoSection *sec, KoTextEditor *editor);
76 void pushSectionEnd(int num, KoSectionEnd *secEnd, KoTextEditor *editor);
H A DTestKoTextEditor.cpp64 KoTextEditor *editor = new KoTextEditor(m_document); in TestDocument()
89 KoTextEditor *textEditor() in textEditor()
153 KoTextEditor *editor = doc.textEditor(); in testRemoveSelectedText()
187 void TestKoTextEditor::pushSectionStart(int num, KoSection *sec, KoTextEditor *editor) in pushSectionStart()
201 void TestKoTextEditor::pushSectionEnd(int num, KoSectionEnd *secEnd, KoTextEditor *editor) in pushSectionEnd()
235 KoTextEditor *editor = doc->textEditor(); in formSectionTestDocument()
274 bool TestKoTextEditor::checkStartings(const QVector<QString> &needStartings, KoTextEditor *editor) in checkStartings()
295 bool TestKoTextEditor::checkEndings(const QVector<QString> &needEndings, KoTextEditor *editor) in checkEndings()
327 KoTextEditor *editor = doc->textEditor(); in checkSectionFormattingLevel()
494 KoTextEditor *editor = doc.textEditor(); in testInsertSectionHandling()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DTableOfContentsConfigure.h40 class KoTextEditor; variable
47 explicit TableOfContentsConfigure(KoTextEditor *editor, QTextBlock block, QWidget *parent = 0);
48 …TableOfContentsConfigure(KoTextEditor *editor, KoTableOfContentsGeneratorInfo *info, QWidget *pare…
67 KoTextEditor *m_textEditor;
H A DSectionsSplitDialog.h25 class KoTextEditor; variable
35 explicit SectionsSplitDialog(QWidget *parent, KoTextEditor *editor);
45 KoTextEditor *m_editor;
H A DFontDia.h29 class KoTextEditor; variable
37 explicit FontDia(KoTextEditor *cursor, QWidget *parent = 0);
51 KoTextEditor *m_editor;
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DTableOfContentsConfigure.h40 class KoTextEditor; variable
47 explicit TableOfContentsConfigure(KoTextEditor *editor, QTextBlock block, QWidget *parent = 0);
48 …TableOfContentsConfigure(KoTextEditor *editor, KoTableOfContentsGeneratorInfo *info, QWidget *pare…
67 KoTextEditor *m_textEditor;
H A DSectionsSplitDialog.h25 class KoTextEditor; variable
35 explicit SectionsSplitDialog(QWidget *parent, KoTextEditor *editor);
45 KoTextEditor* m_editor;
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DParagraphFormattingCommand.cpp31 …MergeAutoParagraphStyleVisitor(KoTextEditor *editor, const QTextCharFormat &deltaCharFormat, const… in MergeAutoParagraphStyleVisitor()
79 ParagraphFormattingCommand::ParagraphFormattingCommand(KoTextEditor *editor, in ParagraphFormattingCommand()
114KoTextEditor::ChangeListFlags flags(KoTextEditor::AutoListStyle | KoTextEditor::DontUnsetIfSame); in redo()
H A DDeleteTableRowCommand.h28 class KoTextEditor; variable
35 DeleteTableRowCommand(KoTextEditor *te, QTextTable *t, KUndo2Command *parent = 0);
42 KoTextEditor *m_textEditor;
H A DInsertTableRowCommand.h27 class KoTextEditor; variable
34 InsertTableRowCommand(KoTextEditor *te, QTextTable *t, bool below, KUndo2Command *parent = 0);
41 KoTextEditor *m_textEditor;
H A DDeleteTableColumnCommand.h28 class KoTextEditor; variable
35 DeleteTableColumnCommand(KoTextEditor *te, QTextTable *t, KUndo2Command *parent = 0);
42 KoTextEditor *m_textEditor;
H A DInsertTableColumnCommand.h27 class KoTextEditor; variable
34 … InsertTableColumnCommand(KoTextEditor *te, QTextTable *t, bool right, KUndo2Command *parent = 0);
41 KoTextEditor *m_textEditor;
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DParagraphFormattingCommand.cpp31 …MergeAutoParagraphStyleVisitor(KoTextEditor *editor, const QTextCharFormat &deltaCharFormat, const… in MergeAutoParagraphStyleVisitor()
81 ParagraphFormattingCommand::ParagraphFormattingCommand(KoTextEditor *editor, in ParagraphFormattingCommand()
116KoTextEditor::ChangeListFlags flags(KoTextEditor::AutoListStyle | KoTextEditor::DontUnsetIfSame); in redo()
H A DDeleteTableRowCommand.h28 class KoTextEditor; variable
35 DeleteTableRowCommand(KoTextEditor *te, QTextTable *t, KUndo2Command *parent = 0);
42 KoTextEditor *m_textEditor;
H A DInsertTableRowCommand.h27 class KoTextEditor; variable
34 InsertTableRowCommand(KoTextEditor *te, QTextTable *t, bool below, KUndo2Command *parent = 0);
41 KoTextEditor *m_textEditor;
H A DDeleteTableColumnCommand.h28 class KoTextEditor; variable
35 DeleteTableColumnCommand(KoTextEditor *te, QTextTable *t, KUndo2Command *parent = 0);
42 KoTextEditor *m_textEditor;
H A DInsertTableColumnCommand.h27 class KoTextEditor; variable
34 … InsertTableColumnCommand(KoTextEditor *te, QTextTable *t, bool right, KUndo2Command *parent = 0);
41 KoTextEditor *m_textEditor;

12345678910>>...12