KmPlot
constants.cpp
Go to the documentation of this file.
107 if ( name == QLatin1String("pi") || name == PiSymbol || name == QLatin1String("e") || name == InfinitySymbol )
bool contains(const Key &key) const
void constantsChanged()
Emitted when a constant is added or removed, or the value of an existing constant has changed...
bool contains(const QString &str, Qt::CaseSensitivity cs) const
The constant is to be saved globally in the application settings.
Definition: constants.h:50
bool isLetter() const
const char * name() const
void resize(int size)
QStringList predefinedFunctions(bool includeAliases) const
Definition: parser.cpp:173
bool isEmpty() const
void add(const QString &name, const Constant &constant)
Adds the constant to the internal list (overwriting any previous constant with the same name)...
Definition: constants.cpp:74
void remove(const QString &name)
Removes the constant with the given name from the constants list.
Definition: constants.cpp:67
iterator end()
iterator begin()
QString & setNum(short n, int base)
const QChar at(int position) const
int length() const
iterator insert(const Key &key, const T &value)
const T value(const Key &key) const
int remove(const Key &key)
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 03:23:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 03:23:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.