Qt 4.8
|
#include <iapconf.h>
Public Functions | |
IAPConf (const QString &iap_id) | |
QVariant | value (const QString &key) const |
virtual | ~IAPConf () |
Static Public Functions | |
static void | getAll (QList< QString > &all_iaps, bool return_path=false) |
Properties | |
IAPConfPrivate * | d_ptr |
Maemo::IAPConf::IAPConf | ( | const QString & | iap_id | ) |
Definition at line 197 of file iapconf.cpp.
|
virtual |
Definition at line 208 of file iapconf.cpp.
Return all the IAPs found in the system. If return_path is true, then do not strip the IAP path away.
Definition at line 226 of file iapconf.cpp.
Referenced by QIcdEngine::doRequestUpdate().
Get one IAP value.
Definition at line 215 of file iapconf.cpp.
Referenced by QIcdEngine::addConfiguration(), QIcdEngine::doRequestUpdate(), getNetworkAttrs(), QNetworkSessionPrivateImpl::stateChange(), and QNetworkSessionPrivateImpl::syncStateWithInterface().
|
private |
Definition at line 69 of file iapconf.h.
Referenced by IAPConf(), value(), and ~IAPConf().