#include </home/clem/local/src/opie/qmake/include/qdict.h>
Inheritance diagram for QDict< type >:


Public Member Functions | |
| QDict (int size=17, bool caseSensitive=TRUE) | |
| QDict (const QDict< type > &d) | |
| ~QDict () | |
| QDict< type > & | operator= (const QDict< type > &d) |
| uint | count () const |
| uint | size () const |
| bool | isEmpty () const |
| void | insert (const QString &k, const type *d) |
| void | replace (const QString &k, const type *d) |
| bool | remove (const QString &k) |
| type * | take (const QString &k) |
| type * | find (const QString &k) const |
| type * | operator[] (const QString &k) const |
| void | clear () |
| void | resize (uint n) |
| void | statistics () const |
Private Member Functions | |
| void | deleteItem (Item d) |
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|||||||||
|
Returns the number of items in the dictionary. Reimplemented from QGDict. Definition at line 60 of file qdict.h. Referenced by Opie::Net::ONetwork::count(), Opie::MM::OSoundSystem::count(), Opie::Core::OInputSystem::count(), Opie::Bluez::OBluetooth::count(), IRCChannelTab::enqueue(), System::interfaces(), Opie::Core::OInputSystem::synchronize(), and Qt3::QTextFormatCollection::updateKeys(). |
|
||||||||||
|
Definition at line 95 of file qdict.h. References QPtrCollection::del_item, and type. |
|
||||||||||
|
||||||||||||||||
|
|||||||||
|
Definition at line 62 of file qdict.h. Referenced by OipkgPackage::copyValues(), and Qt3::QTextFormatCollection::updateKeys(). |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
||||||||||||||||
|
Definition at line 66 of file qdict.h. Referenced by LauncherIconView::addCatsAndMimes(), QGPluginManager::addLibrary(), KMolCalc::defineElement(), KMolCalc::defineGroup(), MakefileGenerator::init(), OPackageManager::loadAvailablePackages(), and KMolCalc::readMwfile(). |
|
||||||||||
|
Changes the size of the hashtable to newsize. The contents of the dictionary are preserved, but all iterators on the dictionary become invalid. Reimplemented from QGDict. |
|
|||||||||
|
Returns the size of the hash array. Reimplemented from QGDict. Definition at line 61 of file qdict.h. Referenced by IRCChannelTab::enqueue(). |
|
|||||||||
|
Outputs debug statistics. Reimplemented from QGDict. |
|
||||||||||
|
Definition at line 69 of file qdict.h. Referenced by Opie::Core::Internal::OPluginLibraryHolder::deref(). |
1.4.2