Represents a saved network connection of the NetworkManager. More...
Header: | #include <NetworkConnection> |
Inherits: |
NetworkConnection(const QDBusObjectPath & objectPath, QObject * parent = 0) | |
bool | autoconnect() const |
ConnectionSettings | connectionSettings() const |
void | deleteConnection() |
QString | id() const |
QString | interfaceName() const |
QString | name() const |
QDBusObjectPath | objectPath() const |
QDateTime | timeStamp() const |
QString | type() const |
QUuid | uuid() const |
Represents a saved network connection of the NetworkManager.
See also NetworkSettings.
Constructs a new NetworkConnection with the given dbus objectPath and parent.
Returns true if this NetworkConnection will autoconnect if available.
Returns the connection settings of this NetworkConnection.
Delets this NetworkConnection in the NetworkManager.
Returns the id of this NetworkConnection.
Returns the interface name of this NetworkConnection.
Returns the name of this NetworkConnection.
Returns the dbus object path of this NetworkConnection.
Returns the timestamp of this NetworkConnection from the last connection.
Returns the type of this NetworkConnection.
Returns the uuid of this NetworkConnection.