![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <sbi_networkproxy.h>
Public Member Functions | |
SBI_NetworkProxy () | |
bool | operator== (const SBI_NetworkProxy &other) const |
quint16 | port () const |
void | setPort (quint16 port) |
QString | hostName () const |
void | setHostName (const QString &hostName) |
QString | userName () const |
void | setUserName (const QString &userName) |
QString | password () const |
void | setPassword (const QString &password) |
QNetworkProxy::ProxyType | type () const |
void | setType (QNetworkProxy::ProxyType type) |
void | loadFromSettings (const QSettings &settings) |
void | saveToSettings (QSettings &settings) const |
void | applyProxy () |
Definition at line 26 of file sbi_networkproxy.h.
|
explicit |
Definition at line 22 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::applyProxy | ( | ) |
Definition at line 105 of file sbi_networkproxy.cpp.
QString SBI_NetworkProxy::hostName | ( | ) | const |
Definition at line 45 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::loadFromSettings | ( | const QSettings & | settings | ) |
Definition at line 85 of file sbi_networkproxy.cpp.
bool SBI_NetworkProxy::operator== | ( | const SBI_NetworkProxy & | other | ) | const |
Definition at line 28 of file sbi_networkproxy.cpp.
QString SBI_NetworkProxy::password | ( | ) | const |
Definition at line 65 of file sbi_networkproxy.cpp.
quint16 SBI_NetworkProxy::port | ( | ) | const |
Definition at line 35 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::saveToSettings | ( | QSettings & | settings | ) | const |
Definition at line 95 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::setHostName | ( | const QString & | hostName | ) |
Definition at line 50 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::setPassword | ( | const QString & | password | ) |
Definition at line 70 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::setPort | ( | quint16 | port | ) |
Definition at line 40 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::setType | ( | QNetworkProxy::ProxyType | type | ) |
Definition at line 80 of file sbi_networkproxy.cpp.
void SBI_NetworkProxy::setUserName | ( | const QString & | userName | ) |
Definition at line 60 of file sbi_networkproxy.cpp.
QNetworkProxy::ProxyType SBI_NetworkProxy::type | ( | ) | const |
Definition at line 75 of file sbi_networkproxy.cpp.
QString SBI_NetworkProxy::userName | ( | ) | const |
Definition at line 55 of file sbi_networkproxy.cpp.