NetworkManagerQt
vpnconnection.h
51 UserDisconnectedReason, /**< The VPN connection changed state because the user disconnected it. */
52 DeviceDisconnectedReason, /**< The VPN connection changed state because the device it was using was disconnected. */
56 ServiceStartTimeoutReason, /**< A timeout occurred while starting the service providing the VPN connection. */
57 ServiceStartFailedReason, /**< Starting the service starting the service providing the VPN connection failed. */
void stateChanged(NetworkManager::VpnConnection::State state, NetworkManager::VpnConnection::StateChangeReason reason)
This signal is emitted when the VPN connection state has changed.
void bannerChanged(const QString &banner)
This signal is emitted when the connection banner has changed.
@ IpConfigInvalidReason
The IP config of the VPN connection was invalid.
Definition vpnconnection.h:54
@ UserDisconnectedReason
The VPN connection changed state because the user disconnected it.
Definition vpnconnection.h:51
@ ServiceStartTimeoutReason
A timeout occurred while starting the service providing the VPN connection.
Definition vpnconnection.h:56
@ ServiceStoppedReason
The service providing the VPN connection was stopped.
Definition vpnconnection.h:53
@ DeviceDisconnectedReason
The VPN connection changed state because the device it was using was disconnected.
Definition vpnconnection.h:52
@ ServiceStartFailedReason
Starting the service starting the service providing the VPN connection failed.
Definition vpnconnection.h:57
@ ConnectTimeoutReason
The connection attempt to the VPN service timed out.
Definition vpnconnection.h:55
@ NoSecretsReason
Necessary secrets for the VPN connection were not provided.
Definition vpnconnection.h:58
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.