Overall system networking status.
More...
#include <ubuntu/connectivity/networking-status.h>
Overall system networking status.
This is the top-level class for accessing networking information.
Examples:
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.
|
ubuntu::connectivity::NetworkingStatus::NetworkingStatus |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
ubuntu::connectivity::NetworkingStatus::~NetworkingStatus |
( |
| ) |
|
|
virtual |
QVector<Limitations> ubuntu::connectivity::NetworkingStatus::limitations |
( |
| ) |
const |
void ubuntu::connectivity::NetworkingStatus::limitationsChanged |
( |
| ) |
|
|
signal |
Status ubuntu::connectivity::NetworkingStatus::status |
( |
| ) |
const |
void ubuntu::connectivity::NetworkingStatus::statusChanged |
( |
Status |
value | ) |
|
|
signal |
connectivityqt::Connectivity::SPtr ubuntu::connectivity::NetworkingStatus::m_connectivity |
The documentation for this class was generated from the following files: