NetworkManagerQt
activeconnection.h
50 DeviceDisconnected, /**< The active connection changed state because the device it was using was disconnected */
54 ServiceStartTimeout, /**< A timeout occurred while starting the service providing the VPN connection */
208 void stateChangedReason(NetworkManager::ActiveConnection::State state, NetworkManager::ActiveConnection::Reason reason);
223 NETWORKMANAGERQT_NO_EXPORT explicit ActiveConnection(ActiveConnectionPrivate &dd, QObject *parent = nullptr);
void ipV6ConfigChanged()
Emitted when the IPv6 configuration of this network has changed.
void ipV4ConfigChanged()
Emitted when the IPv4 configuration of this network has changed.
void stateChangedReason(NetworkManager::ActiveConnection::State state, NetworkManager::ActiveConnection::Reason reason)
The state changed because of reason reason (never emitted in runtime NM < 1.8.0)
void connectionChanged(const NetworkManager::Connection::Ptr &connection)
This signal is emitted when the connection path has changed.
void dhcp4ConfigChanged()
Emitted when the DHCP configuration for IPv4 of this network has changed.
void stateChanged(NetworkManager::ActiveConnection::State state)
The state changed.
@ DeviceDisconnected
The active connection changed state because the device it was using was disconnected.
Definition activeconnection.h:50
@ ServiceStartTimeout
A timeout occurred while starting the service providing the VPN connection.
Definition activeconnection.h:54
@ UserDisconnected
The active connection changed state because the user disconnected it.
Definition activeconnection.h:49
@ DependencyFailed
Master connection of this connection failed to activate.
Definition activeconnection.h:59
@ IpConfigInvalid
The IP config of the active connection was invalid.
Definition activeconnection.h:52
@ ServiceStopped
The service providing the VPN connection was stopped.
Definition activeconnection.h:51
@ ConnectTimeout
The connection attempt to the VPN service timed out.
Definition activeconnection.h:53
@ ServiceStartFailed
Starting the service providing the VPN connection failed.
Definition activeconnection.h:55
void dhcp6ConfigChanged()
Emitted when the DHCP configuration for IPv6 of this network has changed.
void default4Changed(bool isDefault)
The state of the default IPv4 route changed.
void typeChanged(NetworkManager::ConnectionSettings::ConnectionType type)
The type changed.
void masterChanged(const QString &uni)
The master device changed.
void default6Changed(bool isDefault)
The state of the default IPv6 route changed.
void specificObjectChanged(const QString &path)
The path to the specific object changed.
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.