NetworkManagerQt
connection.h
82 * Update the connection with new @p settings and properties, replacing all previous settings and properties.
QDBusPendingReply< NMVariantMapMap > secrets(const QString &setting)
Retrieves this connections's secrets (passwords and / or encryption keys).
Definition connection.cpp:100
QDBusPendingReply clearSecrets()
Clear the secrets belonging to this network connection profile.
Definition connection.cpp:124
QDBusPendingReply save()
Saves a "dirty" connection (that had previously been updated with updateUnsaved()) to persistent stor...
Definition connection.cpp:118
bool isUnsaved() const
If set, indicates that the in-memory state of the connection does not match the on-disk state.
Definition connection.cpp:84
ConnectionSettings::Ptr settings()
Returns the settings of this connection.
Definition connection.cpp:90
QDBusPendingReply updateUnsaved(const NMVariantMapMap &settings)
Update the connection with new settings and properties (replacing all previous settings and propertie...
Definition connection.cpp:112
QDBusPendingReply remove()
Removes the connection from NetworkManager database, this operation does not ask for confirmation but...
Definition connection.cpp:130
void removed(const QString &path)
Emitted when the connection was removed.
Connection(const QString &path, QObject *parent=nullptr)
Constructs a connection object for the given path.
Definition connection.cpp:33
void unsavedChanged(bool unsaved)
Emitted when the connection unsaved state changes.
QDBusPendingReply update(const NMVariantMapMap &settings)
Update the connection with new settings and properties, replacing all previous settings and propertie...
Definition connection.cpp:106
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:19 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.