KTextEditor
katevariableexpansionmanager.h
Manager class for variable expansion.
Definition katevariableexpansionmanager.h:25
KTextEditor::Variable variable(const QString &name) const
Returns the variable called name.
Definition katevariableexpansionmanager.cpp:293
KateVariableExpansionManager(QObject *parent)
Constructor with parent that takes ownership.
Definition katevariableexpansionmanager.cpp:251
bool addVariable(const KTextEditor::Variable &variable)
Adds variable to the expansion list view.
Definition katevariableexpansionmanager.cpp:258
bool removeVariable(const QString &name)
Removes variable name.
Definition katevariableexpansionmanager.cpp:281
const QList< KTextEditor::Variable > & variables() const
Returns all registered variables.
Definition katevariableexpansionmanager.cpp:304
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition katetextblock.h:18
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.