qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
ICoreSettings Member List

This is the complete list of members for ICoreSettings, including all inherited members.

DECLARE_SIGNAL(enableIPv6Changed, bool enabled)ICoreSettings
DECLARE_SIGNAL(forceTCPChanged, bool enabled)ICoreSettings
DECLARE_SIGNAL(enableLanDiscoveryChanged, bool enabled)ICoreSettings
DECLARE_SIGNAL(proxyTypeChanged, ICoreSettings::ProxyType type)ICoreSettings
DECLARE_SIGNAL(proxyAddressChanged, const QString &address)ICoreSettings
DECLARE_SIGNAL(proxyPortChanged, quint16 port)ICoreSettings
getEnableIPv6() const =0ICoreSettingspure virtual
getEnableLanDiscovery() const =0ICoreSettingspure virtual
getForceTCP() const =0ICoreSettingspure virtual
getProxy() const =0ICoreSettingspure virtual
getProxyAddr() const =0ICoreSettingspure virtual
getProxyPort() const =0ICoreSettingspure virtual
getProxyType() const =0ICoreSettingspure virtual
ICoreSettings()=defaultICoreSettings
ICoreSettings(const ICoreSettings &)=defaultICoreSettings
ICoreSettings(ICoreSettings &&)=defaultICoreSettings
operator=(const ICoreSettings &)=defaultICoreSettings
operator=(ICoreSettings &&)=defaultICoreSettings
ProxyType enum nameICoreSettings
setEnableIPv6(bool enable)=0ICoreSettingspure virtual
setEnableLanDiscovery(bool enable)=0ICoreSettingspure virtual
setForceTCP(bool enable)=0ICoreSettingspure virtual
setProxyAddr(const QString &address)=0ICoreSettingspure virtual
setProxyPort(quint16 port)=0ICoreSettingspure virtual
setProxyType(ProxyType type)=0ICoreSettingspure virtual
~ICoreSettings()ICoreSettingsvirtual