libqutim
0.3.1.0
|
#include <networkproxy.h>
Public Member Functions | |
virtual LocalizedString | description () |
virtual QString | name () |
virtual void | saveSettings (Config config, const DataItem &settings) |
virtual DataItem | settings (const Config &config) |
![]() | |
NetworkProxyInfo () | |
virtual | ~NetworkProxyInfo () |
virtual QIcon | icon () |
Static Public Member Functions | |
static HttpProxyInfo * | instance () |
![]() | |
static QList< NetworkProxyInfo * > | allProxies () |
static NetworkProxyInfo * | proxy (const QString &name) |
Protected Member Functions | |
HttpProxyInfo () | |
![]() | |
virtual void | virtual_hook (int id, void *data) |
Default implementation of http proxy.
|
protected |
|
virtual |
Returns the proxy description.
Implements qutim_sdk_0_3::NetworkProxyInfo.
|
static |
Returns a pointer to the http proxy object.
|
virtual |
Returns the unique proxy name.
When implementing a NetworkProxyInfo in a plugin, do not forget that the proxy name is unique. To avoid conflicts with other plugins always add prefix to the name. For instance: "jabber/http".
Implements qutim_sdk_0_3::NetworkProxyInfo.
|
virtual |
Saves the setting to the config.
Implements qutim_sdk_0_3::NetworkProxyInfo.
Returns the settings data form for the proxy.
You may want to consider to use NetworkProxyManager::settings(Account*) instead of this method.
Implements qutim_sdk_0_3::NetworkProxyInfo.