KDECore
ksycocadict_p.h
Go to the documentation of this file.
36class KDECORE_EXPORT KSycocaDict //krazy:exclude=dpointer (not const because it gets deleted by clear())
void save(QDataStream &str)
Save the dictionary to the stream A reasonable fast hash algorithm will be created.
Definition ksycocadict.cpp:331
void add(const QString &key, const KSycocaEntry::Ptr &payload)
Adds a 'payload' to the dictionary with key 'key'.
Definition ksycocadict.cpp:111
int find_string(const QString &key) const
Looks up an entry identified by 'key'.
Definition ksycocadict.cpp:146
QList< int > findMultiString(const QString &key) const
Looks up all entries identified by 'key'.
Definition ksycocadict.cpp:181
void remove(const QString &key)
Removes the 'payload' from the dictionary with key 'key'.
Definition ksycocadict.cpp:125
Definition kaboutdata.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.