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
145 @return true on success and false on failure. Failue means that one or more characters have unicode
AutodeletedHash(const AutodeletedHash &other)
Creates autodeleting hash as a copy of other.
Definition KDbUtils.h:184
AutodeletedList(const AutodeletedList &other)
Creates autodeleting list as a copy of other.
Definition KDbUtils.h:250
Case insensitive hash container supporting QString or QByteArray keys.
Definition KDbUtils.h:339
bool operator!=(const PropertySet &other) const
Definition KDbUtils.h:497
A set created from static (0-terminated) array of raw null-terminated strings.
Definition KDbUtils.h:388
VehicleSection::Type type(QStringView coachNumber, QStringView coachClassification)
void clear()
const_iterator constFind(const Key &key) const const
bool contains(const Key &key) const const
qsizetype count() const const
iterator erase(const_iterator pos)
iterator find(const Key &key)
iterator insert(const Key &key, const T &value)
Key key(const T &value) const const
T & operator[](const Key &key)
bool remove(const Key &key)
T take(const Key &key)
T value(const Key &key) const const
QList< T > values() const const
void clear()
iterator erase(const_iterator begin, const_iterator end)
iterator insert(const_iterator before, parameter_type value)
qsizetype removeAll(const AT &t)
T takeAt(qsizetype i)
value_type takeFirst()
value_type takeLast()
T value(qsizetype i) const const
bool inherits(const char *className) const const
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.