Represents the network settings in the NetworkManager. More...
Header: | #include <NetworkSettings> |
Inherits: |
NetworkSettings(QObject * parent = 0) | |
QDBusObjectPath | addConnection(const ConnectionSettings & settings) |
QList<NetworkConnection *> | connections() const |
Represents the network settings in the NetworkManager.
Constructs a new NetworkSettings object with the given parent.
Add the given settings to this NetworkSettings. Returns the dbus object path from the new settings.
Returns the list of current NetworkConnections from this NetworkSettings.