libsolidcontrol
Solid::Control::GsmNetworkInterface Class Reference
This interface represents a GSM cellular network interface. More...
#include <networkgsminterface.h>
Inheritance diagram for Solid::Control::GsmNetworkInterface:

Public Member Functions | |
GsmNetworkInterface (const GsmNetworkInterface &network) | |
GsmNetworkInterface (QObject *backendObject=0) | |
virtual NetworkInterface::Type | type () const |
virtual | ~GsmNetworkInterface () |
Protected Member Functions | |
GsmNetworkInterface (GsmNetworkInterfacePrivate &dd, const GsmNetworkInterface &network) | |
GsmNetworkInterface (GsmNetworkInterfacePrivate &dd, QObject *backendObject) | |
void | makeConnections (QObject *source) |
Detailed Description
This interface represents a GSM cellular network interface.Definition at line 34 of file networkgsminterface.h.
Constructor & Destructor Documentation
Solid::Control::GsmNetworkInterface::GsmNetworkInterface | ( | QObject * | backendObject = 0 |
) |
Creates a new GsmNetworkInterface object.
- Parameters:
-
backendObject the network object provided by the backend
Definition at line 28 of file networkgsminterface.cpp.
Solid::Control::GsmNetworkInterface::GsmNetworkInterface | ( | const GsmNetworkInterface & | network | ) |
Constructs a copy of a network.
- Parameters:
-
network the network to copy
Definition at line 36 of file networkgsminterface.cpp.
Solid::Control::GsmNetworkInterface::~GsmNetworkInterface | ( | ) | [virtual] |
Solid::Control::GsmNetworkInterface::GsmNetworkInterface | ( | GsmNetworkInterfacePrivate & | dd, | |
QObject * | backendObject | |||
) | [protected] |
Solid::Control::GsmNetworkInterface::GsmNetworkInterface | ( | GsmNetworkInterfacePrivate & | dd, | |
const GsmNetworkInterface & | network | |||
) | [protected] |
Member Function Documentation
void Solid::Control::GsmNetworkInterface::makeConnections | ( | QObject * | source | ) | [protected] |
Reimplemented from Solid::Control::SerialNetworkInterface.
Definition at line 65 of file networkgsminterface.cpp.
Solid::Control::NetworkInterface::Type Solid::Control::GsmNetworkInterface::type | ( | ) | const [virtual] |
The NetworkInterface type.
- Returns:
- the NetworkInterface::Type. This always returns NetworkInterface::Ieee8023
Reimplemented from Solid::Control::SerialNetworkInterface.
Definition at line 60 of file networkgsminterface.cpp.
The documentation for this class was generated from the following files: