1#ifndef _KVI_KVS_POPUPMANAGER_H_
2#define _KVI_KVS_POPUPMANAGER_H_
52 void remove(
const QString & szPopupName) { m_pPopupDict->
remove(szPopupName); };
55 void save(
const QString & filename);
56 void load(
const QString & filename);
57 void emitRefresh(
const QString & szPopupName);
A fast pointer hash table implementation.
Definition KviPointerHashTable.h:450
void clear()
Removes all the items from the hash table.
Definition KviPointerHashTable.h:650
unsigned int count() const
Returns the number of items in this hash table.
Definition KviPointerHashTable.h:502
bool remove(const Key &hKey)
Removes the item pointer associated to the key hKey, if such an item exists in the hash table.
Definition KviPointerHashTable.h:581
T * find(const Key &hKey)
Returns the item associated to the key.
Definition KviPointerHashTable.h:471
This file contains compile time settings.
#define KVIRC_API
Definition kvi_settings.h:127
int init()
Definition winamp.cpp:118