Solid::Ifaces::NetworkShare

Search for usage in LXR

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()

Solid::Ifaces::NetworkShare::~NetworkShare ( )
override

Destroys a NetworkShare object.

Definition at line 9 of file ifaces/networkshare.cpp.

Member Function Documentation

◆ type()

virtual Solid::NetworkShare::ShareType Solid::Ifaces::NetworkShare::type ( ) const
pure virtual

Retrieves the type of network.

Returns
the type of network

◆ url()

virtual QUrl Solid::Ifaces::NetworkShare::url ( ) const
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 Tue Mar 26 2024 11:17:12 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.