NetworkManager::CdmaSetting
#include <cdmasetting.h>
Public Types | |
typedef QList< Ptr > | List |
typedef QSharedPointer< CdmaSetting > | Ptr |
Public Types inherited from NetworkManager::Setting | |
typedef QList< Ptr > | List |
enum | MacAddressRandomization { MacAddressRandomizationDefault = 0 , MacAddressRandomizationNever , MacAddressRandomizationAlways } |
typedef QSharedPointer< Setting > | Ptr |
typedef QFlags< SecretFlagType > | SecretFlags |
enum | SecretFlagType { None = 0 , AgentOwned = 0x01 , NotSaved = 0x02 , NotRequired = 0x04 } |
enum | SettingType { Adsl , Cdma , Gsm , Infiniband , Ipv4 , Ipv6 , Ppp , Pppoe , Security8021x , Serial , Vpn , Wired , Wireless , WirelessSecurity , Bluetooth , OlpcMesh , Vlan , Wimax , Bond , Bridge , BridgePort , Team , Generic , Tun , Vxlan , IpTunnel , Proxy , User , OvsBridge , OvsInterface , OvsPatch , OvsPort , Match , Tc , TeamPort , Macsec , Dcb , WireGuard } |
Public Member Functions | |
CdmaSetting (const Ptr &other) | |
void | fromMap (const QVariantMap &setting) override |
QString | name () const override |
QStringList | needSecrets (bool requestNew=false) const override |
QString | number () const |
QString | password () const |
SecretFlags | passwordFlags () const |
void | secretsFromMap (const QVariantMap &secrets) override |
QVariantMap | secretsToMap () const override |
void | setNumber (const QString &number) |
void | setPassword (const QString &password) |
void | setPasswordFlags (SecretFlags flags) |
void | setUsername (const QString &username) |
QVariantMap | toMap () const override |
QString | username () const |
Public Member Functions inherited from NetworkManager::Setting | |
Setting (const Ptr &setting) | |
Setting (SettingType type) | |
bool | isNull () const |
virtual void | secretsFromStringMap (const NMStringMap &map) |
virtual NMStringMap | secretsToStringMap () const |
void | setInitialized (bool initialized) |
void | setType (SettingType type) |
SettingType | type () const |
Protected Attributes | |
CdmaSettingPrivate * | d_ptr |
Protected Attributes inherited from NetworkManager::Setting | |
SettingPrivate * | d_ptr |
Additional Inherited Members | |
Static Public Member Functions inherited from NetworkManager::Setting | |
static QString | typeAsString (SettingType type) |
static SettingType | typeFromString (const QString &type) |
Detailed Description
Represents cdma setting.
Definition at line 22 of file cdmasetting.h.
Member Typedef Documentation
◆ List
Definition at line 26 of file cdmasetting.h.
◆ Ptr
Definition at line 25 of file cdmasetting.h.
Constructor & Destructor Documentation
◆ CdmaSetting() [1/2]
NetworkManager::CdmaSetting::CdmaSetting | ( | ) |
Definition at line 18 of file cdmasetting.cpp.
◆ CdmaSetting() [2/2]
|
explicit |
Definition at line 24 of file cdmasetting.cpp.
◆ ~CdmaSetting()
|
override |
Definition at line 34 of file cdmasetting.cpp.
Member Function Documentation
◆ fromMap()
|
overridevirtual |
Must be reimplemented, default implementation does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 132 of file cdmasetting.cpp.
◆ name()
|
overridevirtual |
Must be reimplemented, default implementationd does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 39 of file cdmasetting.cpp.
◆ needSecrets()
|
overridevirtual |
Reimplemented from NetworkManager::Setting.
Definition at line 102 of file cdmasetting.cpp.
◆ number()
QString NetworkManager::CdmaSetting::number | ( | ) | const |
Definition at line 53 of file cdmasetting.cpp.
◆ password()
QString NetworkManager::CdmaSetting::password | ( | ) | const |
Definition at line 81 of file cdmasetting.cpp.
◆ passwordFlags()
NetworkManager::Setting::SecretFlags NetworkManager::CdmaSetting::passwordFlags | ( | ) | const |
Definition at line 95 of file cdmasetting.cpp.
◆ secretsFromMap()
|
overridevirtual |
Reimplemented from NetworkManager::Setting.
Definition at line 114 of file cdmasetting.cpp.
◆ secretsToMap()
|
overridevirtual |
Reimplemented from NetworkManager::Setting.
Definition at line 121 of file cdmasetting.cpp.
◆ setNumber()
void NetworkManager::CdmaSetting::setNumber | ( | const QString & | number | ) |
Definition at line 46 of file cdmasetting.cpp.
◆ setPassword()
void NetworkManager::CdmaSetting::setPassword | ( | const QString & | password | ) |
Definition at line 74 of file cdmasetting.cpp.
◆ setPasswordFlags()
void NetworkManager::CdmaSetting::setPasswordFlags | ( | SecretFlags | flags | ) |
Definition at line 88 of file cdmasetting.cpp.
◆ setUsername()
void NetworkManager::CdmaSetting::setUsername | ( | const QString & | username | ) |
Definition at line 60 of file cdmasetting.cpp.
◆ toMap()
|
overridevirtual |
Must be reimplemented, default implementationd does nothing.
Reimplemented from NetworkManager::Setting.
Definition at line 152 of file cdmasetting.cpp.
◆ username()
QString NetworkManager::CdmaSetting::username | ( | ) | const |
Definition at line 67 of file cdmasetting.cpp.
Member Data Documentation
◆ d_ptr
|
protected |
Definition at line 56 of file cdmasetting.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.