MDataStore implementation for ExtraDirWatcher. Not a persistent storage, but just uses QHash as a dynamic back-end.
More...
#include <extradirwatcher.h>
List of all members.
Public Member Functions |
virtual QVariant | value (const QString &key) const |
| REIMPLEMENTATION
|
virtual bool | setValue (const QString &key, const QVariant &value) |
virtual QStringList | allKeys () const |
virtual bool | contains (const QString &) const |
virtual bool | createValue (const QString &, const QVariant &) |
virtual void | remove (const QString &) |
virtual void | clear () |
QString | key (const QString &value) |
|
|
Detailed Description
MDataStore implementation for ExtraDirWatcher. Not a persistent storage, but just uses QHash as a dynamic back-end.
Member Function Documentation
QStringList ExtraDirWatcherData::allKeys |
( |
|
) |
const [virtual] |
void ExtraDirWatcherData::clear |
( |
|
) |
[virtual] |
bool ExtraDirWatcherData::contains |
( |
const QString & |
key |
) |
const [virtual] |
bool ExtraDirWatcherData::createValue |
( |
const QString & |
key, |
|
|
const QVariant & |
value | |
|
) |
| | [virtual] |
QString ExtraDirWatcherData::key |
( |
const QString & |
value |
) |
|
void ExtraDirWatcherData::remove |
( |
const QString & |
key |
) |
[virtual] |
bool ExtraDirWatcherData::setValue |
( |
const QString & |
key, |
|
|
const QVariant & |
value | |
|
) |
| | [virtual] |
QVariant ExtraDirWatcherData::value |
( |
const QString & |
key |
) |
const [virtual] |
The documentation for this class was generated from the following files:
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/extradirwatcher.h
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/extradirwatcher.cpp