SolidModules
NetworkStatusModule Class Reference
#include <networkstatus.h>
Inheritance diagram for NetworkStatusModule:

Detailed Description
Definition at line 32 of file networkstatus.h.
Public Slots | |
Q_SCRIPTABLE QStringList | networks () |
Q_SCRIPTABLE void | registerNetwork (const QString &networkName, int status, const QString &serviceName) |
Q_SCRIPTABLE void | setNetworkStatus (const QString &networkName, int status) |
Q_SCRIPTABLE int | status () |
Q_SCRIPTABLE void | unregisterNetwork (const QString &networkName) |
Signals | |
void | statusChanged (uint status) |
Public Member Functions | |
NetworkStatusModule (QObject *parent, const QList< QVariant > &) | |
~NetworkStatusModule () | |
Protected Slots | |
void | serviceOwnerChanged (const QString &name, const QString &oldOwner, const QString &newOwner) |
void | solidNetworkingStatusChanged (Solid::Networking::Status status) |
Protected Member Functions | |
void | init () |
void | updateStatus () |
Constructor & Destructor Documentation
Definition at line 63 of file networkstatus.cpp.
NetworkStatusModule::~NetworkStatusModule | ( | ) |
Definition at line 76 of file networkstatus.cpp.
Member Function Documentation
void NetworkStatusModule::init | ( | ) | [protected] |
Definition at line 177 of file networkstatus.cpp.
QStringList NetworkStatusModule::networks | ( | ) | [slot] |
Definition at line 132 of file networkstatus.cpp.
void NetworkStatusModule::registerNetwork | ( | const QString & | networkName, | |
int | status, | |||
const QString & | serviceName | |||
) | [slot] |
Definition at line 155 of file networkstatus.cpp.
void NetworkStatusModule::serviceOwnerChanged | ( | const QString & | name, | |
const QString & | oldOwner, | |||
const QString & | newOwner | |||
) | [protected, slot] |
Definition at line 111 of file networkstatus.cpp.
void NetworkStatusModule::setNetworkStatus | ( | const QString & | networkName, | |
int | status | |||
) | [slot] |
Definition at line 142 of file networkstatus.cpp.
void NetworkStatusModule::solidNetworkingStatusChanged | ( | Solid::Networking::Status | status | ) | [protected, slot] |
Definition at line 186 of file networkstatus.cpp.
int NetworkStatusModule::status | ( | ) | [slot] |
Definition at line 87 of file networkstatus.cpp.
void NetworkStatusModule::statusChanged | ( | uint | status | ) | [signal] |
A status change occurred affecting the overall connectivity.
- Parameters:
-
status The new status
void NetworkStatusModule::unregisterNetwork | ( | const QString & | networkName | ) | [slot] |
Definition at line 167 of file networkstatus.cpp.
void NetworkStatusModule::updateStatus | ( | ) | [protected] |
Definition at line 95 of file networkstatus.cpp.
The documentation for this class was generated from the following files: