![]() |
Qt 4.8
|
#include <QObject>#include <QStringList>#include <QByteArray>#include <QMetaType>#include <QtDBus>#include <QDBusArgument>#include <glib.h>#include <icd/dbus_api.h>#include <icd/osso-ic.h>#include <icd/osso-ic-dbus.h>#include <icd/network_api_defines.h>Go to the source code of this file.
Classes | |
| struct | Maemo::CommonParams |
| class | Maemo::Icd |
| struct | Maemo::IcdAddressInfoResult |
| struct | Maemo::IcdIPInformation |
| struct | Maemo::IcdScanResult |
| struct | Maemo::IcdStateResult |
| struct | Maemo::IcdStatisticsResult |
Namespaces | |
| Maemo | |
Macros | |
| #define | ICD_LONG_CONNECT_TIMEOUT (150*1000) /* 2.5min */ |
| #define | ICD_LONG_SCAN_TIMEOUT (30*1000) /* 30sec */ |
| #define | ICD_SHORT_CONNECT_TIMEOUT (10*1000) /* 10sec */ |
| #define | ICD_SHORT_SCAN_TIMEOUT (10*1000) /* 10sec */ |
Enumerations | |
| enum | Maemo::IcdDbusInterfaceVer { Maemo::IcdOldDbusInterface = 0, Maemo::IcdNewDbusInterface } |
| #define ICD_LONG_CONNECT_TIMEOUT (150*1000) /* 2.5min */ |
Definition at line 62 of file maemo_icd.h.
Referenced by QNetworkSessionPrivateImpl::do_open().
| #define ICD_LONG_SCAN_TIMEOUT (30*1000) /* 30sec */ |
Definition at line 59 of file maemo_icd.h.
| #define ICD_SHORT_CONNECT_TIMEOUT (10*1000) /* 10sec */ |
Definition at line 61 of file maemo_icd.h.
| #define ICD_SHORT_SCAN_TIMEOUT (10*1000) /* 10sec */ |
Definition at line 60 of file maemo_icd.h.
Referenced by QIcdEngine::requestUpdate().