Definition at line 124 of file qicdengine.cpp.
◆ IapAddTimer()
IapAddTimer::IapAddTimer |
( |
| ) |
|
|
inline |
◆ ~IapAddTimer()
IapAddTimer::~IapAddTimer |
( |
| ) |
|
|
inline |
◆ add()
Definition at line 149 of file qicdengine.cpp.
void add(QString &iap_id, QIcdEngine *d)
bool contains(const Key &key) const
Returns true if the hash contains an item with the key; otherwise returns false.
const T value(const Key &key) const
Returns the value associated with the key.
iterator insert(const Key &key, const T &value)
Inserts a new item with the key and a value of value.
QHash< QString, _IapAddTimer *> timers
◆ del()
void IapAddTimer::del |
( |
QString & |
iap_id | ) |
|
Definition at line 161 of file qicdengine.cpp.
T take(const Key &key)
Removes the item with the key from the hash and returns the value associated with it...
bool contains(const Key &key) const
Returns true if the hash contains an item with the key; otherwise returns false.
QHash< QString, _IapAddTimer *> timers
◆ removeAll()
void IapAddTimer::removeAll |
( |
| ) |
|
Definition at line 137 of file qicdengine.cpp.
139 QHashIterator<QString, _IapAddTimer* > i(
timers);
140 while (i.hasNext()) {
void clear()
Removes all items from the hash.
QHash< QString, _IapAddTimer *> timers
◆ timers
The documentation for this class was generated from the following file: