#include <connectivityqt/connectivity.h>
|
std::shared_ptr< Priv > | d |
|
enum for networking limitations
Networking limitations may be accessed through the NetworkingStatus::limitations property.
Enumerator |
---|
Bandwith |
indicates that the bandwith of the Internet connection has limitations. Applications should minimize their bandwith usage if possible.
|
enum for networking status
Networking status may be accessed through the NetworkingStatus::status property.
Enumerator |
---|
Offline |
No Internet connection available.
|
Connecting |
System is actively establising a connection.
|
Online |
System is connected to the Internet.
|
connectivityqt::Connectivity::Connectivity |
( |
const QDBusConnection & |
sessionConnection = QDBusConnection::sessionBus() , |
|
|
QObject * |
parent = 0 |
|
) |
| |
connectivityqt::Connectivity::~Connectivity |
( |
| ) |
|
bool connectivityqt::Connectivity::flightMode |
( |
| ) |
const |
void connectivityqt::Connectivity::flightModeUpdated |
( |
bool |
| ) |
|
|
signal |
void connectivityqt::Connectivity::initialized |
( |
| ) |
|
|
signal |
bool connectivityqt::Connectivity::isInitialized |
( |
| ) |
const |
void connectivityqt::Connectivity::limitationsUpdated |
( |
const QVector< Limitations > & |
| ) |
|
|
signal |
bool connectivityqt::Connectivity::limitedBandwith |
( |
| ) |
const |
void connectivityqt::Connectivity::limitedBandwithUpdated |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::Connectivity::online |
( |
| ) |
const |
void connectivityqt::Connectivity::onlineUpdated |
( |
bool |
value | ) |
|
|
signal |
void connectivityqt::Connectivity::registerMetaTypes |
( |
| ) |
|
|
static |
void connectivityqt::Connectivity::setFlightMode |
( |
bool |
enabled | ) |
|
|
slot |
void connectivityqt::Connectivity::setwifiEnabled |
( |
bool |
enabled | ) |
|
|
slot |
connectivityqt::Connectivity::UNITY_DEFINES_PTRS |
( |
Connectivity |
| ) |
|
bool connectivityqt::Connectivity::unstoppableOperationHappening |
( |
| ) |
const |
void connectivityqt::Connectivity::unstoppableOperationHappeningUpdated |
( |
bool |
| ) |
|
|
signal |
bool connectivityqt::Connectivity::wifiEnabled |
( |
| ) |
const |
void connectivityqt::Connectivity::wifiEnabledUpdated |
( |
bool |
| ) |
|
|
signal |
std::shared_ptr<Priv> connectivityqt::Connectivity::d |
|
protected |
bool connectivityqt::Connectivity::FlightMode |
|
readwrite |
bool connectivityqt::Connectivity::Initialized |
|
read |
bool connectivityqt::Connectivity::limitedBandwith |
|
read |
bool connectivityqt::Connectivity::online |
|
read |
bool connectivityqt::Connectivity::UnstoppableOperationHappening |
|
read |
bool connectivityqt::Connectivity::WifiEnabled |
|
readwrite |
The documentation for this class was generated from the following files: