KTextEditor
katetemplatehandler.h
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
bool eventFilter(QObject *object, QEvent *event) override
Provide keyboard interaction for the template handler.
Definition: katetemplatehandler.cpp:206
An object representing a section of text, from one Cursor to another.
Definition: include/ktexteditor/range.h:44
virtual bool event(QEvent *e)
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition: katetextblock.h:22
Inserts a template and offers advanced snippet features, like navigation and mirroring.
Definition: katetemplatehandler.h:54
KateTemplateHandler(KTextEditor::ViewPrivate *view, KTextEditor::Cursor position, const QString &templateString, const QString &script, KateUndoManager *undoManager)
Setup the template handler, insert the template string.
Definition: katetemplatehandler.cpp:30
KateScript objects represent a script that can be executed and inspected.
Definition: katescript.h:106
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:50:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:50:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.