Kate
katetemplatehandler.h
Go to the documentation of this file.
170 MirrorBehaviour(const QString ®exp, const QString &replacement, const QString &flags); //regexp
171 MirrorBehaviour(KateTemplateScript* templateScript, const QString& functionName, KateTemplateHandler* handler); //scripted
290 // kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; replace-tabs on; replace-tabs on; replace-tabs on;
Inserts a template and offers advanced snippet features, like navigation and mirroring.
Definition: katetemplatehandler.h:73
QString getMirrorString(const QString &source)
Definition: katetemplatehandler.cpp:1056
KateTemplateHandler(KateView *view, const KTextEditor::Cursor &position, const QString &templateString, const QMap< QString, QString > &initialValues, KateUndoManager *undoManager, KateTemplateScript *templateScript)
Setup the template handler, insert the template string.
Definition: katetemplatehandler.cpp:60
~MirrorBehaviour()
Definition: katetemplatehandler.cpp:1051
virtual bool eventFilter(QObject *object, QEvent *event)
Provide keyboard interaction for the template handler.
Definition: katetemplatehandler.cpp:263
Definition: kateview.h:78
Definition: katedocument.h:74
MirrorBehaviour()
Definition: katetemplatehandler.cpp:1025
Definition: katetemplatescript.h:28
virtual ~KateTemplateHandler()
Cancels the template handler and cleans everything up.
Definition: katetemplatehandler.cpp:175
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.