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


Public Member Functions | |
| QIntDict (int size=17) | |
| QIntDict (const QIntDict< type > &d) | |
| ~QIntDict () | |
| QIntDict< type > & | operator= (const QIntDict< type > &d) |
| uint | count () const |
| uint | size () const |
| bool | isEmpty () const |
| void | insert (long k, const type *d) |
| void | replace (long k, const type *d) |
| bool | remove (long k) |
| type * | take (long k) |
| type * | find (long k) const |
| type * | operator[] (long k) const |
| void | clear () |
| void | resize (uint n) |
| void | statistics () const |
| template<> | |
| void | deleteItem (QPtrCollection::Item) |
Private Member Functions | |
| void | deleteItem (Item d) |
|
||||||||||
|
Definition at line 54 of file qintdict.h. |
|
||||||||||
|
Definition at line 55 of file qintdict.h. |
|
|||||||||
|
Definition at line 56 of file qintdict.h. |
|
|||||||||
|
Removes all items from the dictionary. Reimplemented from QGDict. Definition at line 72 of file qintdict.h. Referenced by DBStore::freeTable(), StartMenu::loadMenu(), LiquidStyle::polish(), PackageManagerSettings::readIpkgConfig(), TransMenuHandler::reloadSettings(), and QIntDict< TVVariant >::~QIntDict(). |
|
|||||||||
|
Returns the number of items in the dictionary. Reimplemented from QGDict. Definition at line 59 of file qintdict.h. Referenced by KeyTrans::count(), StartMenu::createMenu(), and QRegExpEngine::matchHere(). |
|
||||||||||
|
Definition at line 87 of file qintdict.h. |
|
||||||||||
|
Definition at line 92 of file qintdict.h. References QPtrCollection::del_item, and type. |
|
||||||||||
|
||||||||||||||||
|
|||||||||
|
Definition at line 61 of file qintdict.h. Referenced by QRegExpEngine::matchHere(), Opie::Core::OFileNotification::startWatching(), and Opie::Core::OFileNotification::stop(). |
|
||||||||||
|
Definition at line 57 of file qintdict.h. |
|
||||||||||
|
Definition at line 70 of file qintdict.h. |
|
||||||||||
|
Definition at line 66 of file qintdict.h. Referenced by TransMenuHandler::eventFilter(), AppIcons::remove(), DataElem::setField(), Opie::Core::OFileNotification::stop(), and DataElem::unsetField(). |
|
||||||||||||||||
|
Definition at line 64 of file qintdict.h. Referenced by PackageManagerSettings::destUrlChanged(), operator>>(), PackageManagerSettings::serverUrlChanged(), and DataElem::setField(). |
|
||||||||||
|
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. Definition at line 73 of file qintdict.h. |
|
|||||||||
|
Returns the size of the hash array. Reimplemented from QGDict. Definition at line 60 of file qintdict.h. |
|
|||||||||
|
Outputs debug statistics. Reimplemented from QGDict. Definition at line 74 of file qintdict.h. |
|
||||||||||
|
Definition at line 67 of file qintdict.h. Referenced by QRegExpEngine::matchHere(). |
1.4.2