Falkon Develop
Cross-platform Qt-based web browser
SBI_NetworkProxy Class Reference

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

Detailed Description

Definition at line 26 of file sbi_networkproxy.h.

Constructor & Destructor Documentation

◆ SBI_NetworkProxy()

SBI_NetworkProxy::SBI_NetworkProxy ( )
explicit

Definition at line 22 of file sbi_networkproxy.cpp.

Member Function Documentation

◆ applyProxy()

void SBI_NetworkProxy::applyProxy ( )

Definition at line 105 of file sbi_networkproxy.cpp.

◆ hostName()

QString SBI_NetworkProxy::hostName ( ) const

Definition at line 45 of file sbi_networkproxy.cpp.

◆ loadFromSettings()

void SBI_NetworkProxy::loadFromSettings ( const QSettings &  settings)

Definition at line 85 of file sbi_networkproxy.cpp.

◆ operator==()

bool SBI_NetworkProxy::operator== ( const SBI_NetworkProxy other) const

Definition at line 28 of file sbi_networkproxy.cpp.

◆ password()

QString SBI_NetworkProxy::password ( ) const

Definition at line 65 of file sbi_networkproxy.cpp.

◆ port()

quint16 SBI_NetworkProxy::port ( ) const

Definition at line 35 of file sbi_networkproxy.cpp.

◆ saveToSettings()

void SBI_NetworkProxy::saveToSettings ( QSettings &  settings) const

Definition at line 95 of file sbi_networkproxy.cpp.

◆ setHostName()

void SBI_NetworkProxy::setHostName ( const QString &  hostName)

Definition at line 50 of file sbi_networkproxy.cpp.

◆ setPassword()

void SBI_NetworkProxy::setPassword ( const QString &  password)

Definition at line 70 of file sbi_networkproxy.cpp.

◆ setPort()

void SBI_NetworkProxy::setPort ( quint16  port)

Definition at line 40 of file sbi_networkproxy.cpp.

◆ setType()

void SBI_NetworkProxy::setType ( QNetworkProxy::ProxyType  type)

Definition at line 80 of file sbi_networkproxy.cpp.

◆ setUserName()

void SBI_NetworkProxy::setUserName ( const QString &  userName)

Definition at line 60 of file sbi_networkproxy.cpp.

◆ type()

QNetworkProxy::ProxyType SBI_NetworkProxy::type ( ) const

Definition at line 75 of file sbi_networkproxy.cpp.

◆ userName()

QString SBI_NetworkProxy::userName ( ) const

Definition at line 55 of file sbi_networkproxy.cpp.


The documentation for this class was generated from the following files: