KDb
KDbUtils.h
93 * Works also for Qt < 5.8 which does not offer QDateTime::fromString(QString, Qt::ISODateWithMs).
129 * - prepend '_' character if the first character is '.', so the file will not be considered hidden
const T value(const Key &key) const const
AutodeletedList(const AutodeletedList &other)
Creates autodeleting list as a copy of other.
Definition: KDbUtils.h:250
int count() const const
QHash::iterator erase(QHash::iterator pos)
int removeAll(const T &value)
Type type(const QSqlDatabase &db)
Case insensitive hash container supporting QString or QByteArray keys.
Definition: KDbUtils.h:338
T takeAt(int i)
A set created from static (0-terminated) array of raw null-terminated strings.
Definition: KDbUtils.h:387
QHash::iterator find(const Key &key)
void clear()
bool inherits(const char *className) const const
QHash::iterator insert(const Key &key, const T &value)
T take(const Key &key)
AutodeletedHash(const AutodeletedHash &other)
Creates autodeleting hash as a copy of other.
Definition: KDbUtils.h:184
T takeFirst()
const Key key(const T &value) const const
QHash::iterator insertMulti(const Key &key, const T &value)
QHash::const_iterator constFind(const Key &key) const const
void insert(int i, const T &value)
bool operator!=(const PropertySet &other) const
Definition: KDbUtils.h:497
QList< T > values() const const
QList::iterator erase(QList::iterator pos)
int remove(const Key &key)
void clear()
T & operator[](const Key &key)
bool contains(const Key &key) const const
T takeLast()
QObject * parent() const const
T value(int i) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Feb 5 2023 04:14:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Feb 5 2023 04:14:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.