![]() |
Qt 4.8
|
Public Functions | |
| uint | addrinfo (QString &service_type, uint service_attrs, QString &service_id, QString &network_type, uint network_attrs, QByteArray &network_id, IcdAddressInfoResult &addr_result) |
| uint | addrinfo (QList< IcdAddressInfoResult > &addr_results) |
| void | callReply (const QString &method, const QList< QVariant > &args, const QString &error) |
| void | clearState () |
| bool | doState () |
| IcdPrivate (Icd *myfriend) | |
| IcdPrivate (unsigned int timeout, Icd *myfriend) | |
| IcdPrivate (unsigned int timeout, IcdDbusInterfaceVer ver, Icd *myfriend) | |
| void | init (unsigned int dbus_timeout, IcdDbusInterfaceVer ver, Icd *myfriend) |
| QStringList | scan (icd_scan_request_flags flags, QStringList &network_types, QList< IcdScanResult > &scan_results, QString &error) |
| void | signalReceived (const QString &interface, const QString &signal, const QList< QVariant > &args) |
| uint | state (QString &service_type, uint service_attrs, QString &service_id, QString &network_type, uint network_attrs, QByteArray &network_id, IcdStateResult &state_result) |
| uint | state (QList< IcdStateResult > &state_results) |
| uint | statistics (QList< IcdStatisticsResult > &stats_results) |
| ~IcdPrivate () | |
Public Variables | |
| Icd * | icd |
| IcdDbusInterfaceVer | icd_dbus_version |
| QList< QVariant > | mArgs |
| DBusDispatcher * | mDBus |
| QString | mError |
| QString | mInterface |
| QString | mMethod |
| QString | mSignal |
| QList< QVariant > | receivedSignals |
| unsigned int | timeout |
Definition at line 79 of file maemo_icd.cpp.
|
inline |
Definition at line 82 of file maemo_icd.cpp.
|
inline |
Definition at line 87 of file maemo_icd.cpp.
|
inline |
Definition at line 92 of file maemo_icd.cpp.
|
inline |
Definition at line 102 of file maemo_icd.cpp.
| uint Maemo::IcdPrivate::addrinfo | ( | QString & | service_type, |
| uint | service_attrs, | ||
| QString & | service_id, | ||
| QString & | network_type, | ||
| uint | network_attrs, | ||
| QByteArray & | network_id, | ||
| IcdAddressInfoResult & | addr_result | ||
| ) |
Definition at line 716 of file maemo_icd.cpp.
Referenced by Maemo::Icd::addrinfo(), and ~IcdPrivate().
| uint Maemo::IcdPrivate::addrinfo | ( | QList< IcdAddressInfoResult > & | addr_results | ) |
Definition at line 658 of file maemo_icd.cpp.
| void Maemo::IcdPrivate::callReply | ( | const QString & | method, |
| const QList< QVariant > & | args, | ||
| const QString & | error | ||
| ) |
Definition at line 239 of file maemo_icd.cpp.
Referenced by Maemo::Icd::icdCallReply(), init(), and ~IcdPrivate().
|
inline |
Definition at line 211 of file maemo_icd.cpp.
Referenced by addrinfo(), scan(), state(), and statistics().
| bool Maemo::IcdPrivate::doState | ( | ) |
Referenced by clearState().
|
inline |
Definition at line 165 of file maemo_icd.cpp.
Referenced by IcdPrivate().
| QStringList Maemo::IcdPrivate::scan | ( | icd_scan_request_flags | flags, |
| QStringList & | network_types, | ||
| QList< IcdScanResult > & | scan_results, | ||
| QString & | error | ||
| ) |
Definition at line 274 of file maemo_icd.cpp.
Referenced by Maemo::Icd::scan(), and ~IcdPrivate().
| void Maemo::IcdPrivate::signalReceived | ( | const QString & | interface, |
| const QString & | signal, | ||
| const QList< QVariant > & | args | ||
| ) |
Definition at line 225 of file maemo_icd.cpp.
Referenced by Maemo::Icd::icdSignalReceived(), init(), and ~IcdPrivate().
| uint Maemo::IcdPrivate::state | ( | QString & | service_type, |
| uint | service_attrs, | ||
| QString & | service_id, | ||
| QString & | network_type, | ||
| uint | network_attrs, | ||
| QByteArray & | network_id, | ||
| IcdStateResult & | state_result | ||
| ) |
Definition at line 417 of file maemo_icd.cpp.
Referenced by Maemo::Icd::state(), and ~IcdPrivate().
| uint Maemo::IcdPrivate::state | ( | QList< IcdStateResult > & | state_results | ) |
Definition at line 481 of file maemo_icd.cpp.
| uint Maemo::IcdPrivate::statistics | ( | QList< IcdStatisticsResult > & | stats_results | ) |
Definition at line 564 of file maemo_icd.cpp.
Referenced by Maemo::Icd::statistics(), and ~IcdPrivate().
| Icd* Maemo::IcdPrivate::icd |
Definition at line 163 of file maemo_icd.cpp.
Referenced by addrinfo(), state(), and ~IcdPrivate().
| IcdDbusInterfaceVer Maemo::IcdPrivate::icd_dbus_version |
Definition at line 162 of file maemo_icd.cpp.
Definition at line 159 of file maemo_icd.cpp.
Referenced by addrinfo(), signalReceived(), state(), and statistics().
| DBusDispatcher* Maemo::IcdPrivate::mDBus |
Definition at line 154 of file maemo_icd.cpp.
Referenced by addrinfo(), scan(), state(), statistics(), and ~IcdPrivate().
| QString Maemo::IcdPrivate::mError |
Definition at line 158 of file maemo_icd.cpp.
Referenced by addrinfo(), callReply(), scan(), state(), and statistics().
| QString Maemo::IcdPrivate::mInterface |
Definition at line 156 of file maemo_icd.cpp.
Referenced by addrinfo(), scan(), signalReceived(), state(), and statistics().
| QString Maemo::IcdPrivate::mMethod |
Definition at line 155 of file maemo_icd.cpp.
Referenced by callReply().
| QString Maemo::IcdPrivate::mSignal |
Definition at line 157 of file maemo_icd.cpp.
Referenced by addrinfo(), scan(), signalReceived(), state(), and statistics().
Definition at line 160 of file maemo_icd.cpp.
Referenced by scan(), and signalReceived().
| unsigned int Maemo::IcdPrivate::timeout |
Definition at line 161 of file maemo_icd.cpp.
Referenced by addrinfo(), scan(), state(), and statistics().