Solid::Ifaces::NetworkShare
Solid::Ifaces::NetworkShare Class Referenceabstract
#include <networkshare.h>
Inheritance diagram for Solid::Ifaces::NetworkShare:
Public Member Functions | |
~NetworkShare () override | |
virtual Solid::NetworkShare::ShareType | type () const =0 |
virtual QUrl | url () const =0 |
Public Member Functions inherited from Solid::Ifaces::DeviceInterface | |
virtual | ~DeviceInterface () |
Detailed Description
NetworkShare interface.
a NetworkShare interface is used to determine the type of network access.
Definition at line 23 of file ifaces/networkshare.h.
Constructor & Destructor Documentation
◆ ~NetworkShare()
|
override |
Destroys a NetworkShare object.
Definition at line 9 of file ifaces/networkshare.cpp.
Member Function Documentation
◆ type()
|
pure virtual |
Retrieves the type of network.
- Returns
- the type of network
◆ url()
|
pure virtual |
Retrieves the url of network share.
- Returns
- the url of network share
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:22 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:14:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.