#include <OptionsWidget_servers.h>
IrcServerDetailsWidget::IrcServerDetailsWidget |
( |
QWidget * |
par, |
|
|
KviIrcServer * |
s |
|
) |
| |
References __tr2qs_ctx(), KviTalToolTip::add(), KviIrcServer::alternativeNickName(), KviIrcServer::autoConnect(), KviIrcServer::autoJoinChannelList(), KviIrcServer::cacheIp(), KviIconManager::Channel, connect(), KviCString::contains(), KviScriptEditor::createInstance(), d, KviIrcServer::description(), KviIrcServer::enabledCAP(), KviIrcServer::enabledSASL(), KviIrcServer::enabledSTARTTLS(), KviIrcServer::encoding(), KviLocale::encodingDescription(), KviQString::equalCI(), KviPointerList< T >::first(), g, g_pIconManager, g_pModuleManager, g_pProxyDataBase, KviIrcServer::generateUniqueId(), KviModuleExtensionManager::getExtensionList(), KviIconManager::getSmallIcon(), KviIrcServer::hostName(), i, KviIrcServer::id(), KviIconManager::Ident, KviIrcServer::initUMode(), KviModuleExtensionManager::instance(), KviLocale::instance(), KviIrcServer::ip(), KviIpEditor::IPv4, KviIpEditor::IPv6, KviIrcServer::isIPv6(), KVI_OPTION_STRING, KviOption_stringDefaultUserMode, l, KviIrcServer::linkFilter(), KviModuleManager::loadModulesByCaps(), m_lstChannels, m_pAlternativeNickEditor, m_pCacheIpCheck, m_pChannelListSelector, m_pDescEditor, m_pEnableCAPCheck, m_pEnableSASLCheck, m_pEnableSTARTTLSCheck, m_pEncodingEditor, m_pHeaderLabel, m_pIdEditor, m_pIMode, m_pIpEditor, m_pLinkFilterEditor, m_pNickEditor, m_pOnConnectEditor, m_pOnLoginEditor, m_pPassEditor, m_pPortEditor, m_pProxyEditor, m_pRealEditor, m_pSaslNickEditor, m_pSaslPassEditor, m_pSMode, m_pTextEncodingEditor, m_pUseAutoConnect, m_pUseDefaultInitUMode, m_pUseIPV6Check, m_pUserEditor, m_pUseSSLCheck, m_pWMode, m_szHostname, KviPointerList< T >::next(), KviIrcServer::nickName(), KviIrcServer::onConnectCommand(), KviIrcServer::onLoginCommand(), p, KviIrcServer::password(), KviLocale::_EncodingDescription::pcDescription, KviLocale::_EncodingDescription::pcName, KviIrcServer::port(), portEditorTextChanged(), KviIrcServer::proxy(), KviProxyDataBase::proxyList(), KviIrcServer::realName(), KviIrcServer::saslNick(), KviIrcServer::saslPass(), KviIconManager::Server, KviIpEditor::setAddress(), KviIpEditor::setAddressType(), setHeaderLabelText(), KviTalGroupBox::setLayout(), KviScriptEditor::setText(), KviPasswordLineEdit::setText(), KviIconManager::Socket, KviIrcServer::textEncoding(), useDefaultInitUModeToggled(), useIPV6CheckToggled(), KviIrcServer::userName(), KviIrcServer::useSSL(), useSSLCheckToggled(), and v.
IrcServerDetailsWidget::~IrcServerDetailsWidget |
( |
| ) |
|
References KviIpEditor::address(), KviCString::append(), KviChannelListSelector::commit(), d, KviLocale::encodingDescription(), KviQString::equalCI(), KviIrcServer::generateUniqueId(), KviScriptEditor::getText(), KviIpEditor::hasEmptyFields(), KviIrcServer::id(), KviLocale::instance(), KviIrcServer::isIPv6(), KviNetUtils::isValidStringIp(), m_lstChannels, m_pAlternativeNickEditor, m_pCacheIpCheck, m_pChannelListSelector, m_pDescEditor, m_pEnableCAPCheck, m_pEnableSASLCheck, m_pEnableSTARTTLSCheck, m_pEncodingEditor, m_pIdEditor, m_pIMode, m_pIpEditor, m_pLinkFilterEditor, m_pNickEditor, m_pOnConnectEditor, m_pOnLoginEditor, m_pPassEditor, m_pPortEditor, m_pProxyEditor, m_pRealEditor, m_pSaslNickEditor, m_pSaslPassEditor, m_pSMode, m_pTextEncodingEditor, m_pUseAutoConnect, m_pUseDefaultInitUMode, m_pUseIPV6Check, m_pUserEditor, m_pUseSSLCheck, m_pWMode, KviLocale::_EncodingDescription::pcName, KviCString::ptr(), KviIrcServer::setAlternativeNickName(), KviIrcServer::setAutoConnect(), KviIrcServer::setAutoJoinChannelList(), KviIrcServer::setCacheIp(), KviIrcServer::setDescription(), KviIrcServer::setEnabledCAP(), KviIrcServer::setEnabledSASL(), KviIrcServer::setEnabledSTARTTLS(), KviIrcServer::setEncoding(), KviIrcServer::setId(), KviIrcServer::setInitUMode(), KviIrcServer::setIp(), KviIrcServer::setIPv6(), KviIrcServer::setLinkFilter(), KviIrcServer::setNickName(), KviIrcServer::setOnConnectCommand(), KviIrcServer::setOnLoginCommand(), KviIrcServer::setPassword(), KviIrcServer::setPort(), KviIrcServer::setProxy(), KviIrcServer::setRealName(), KviIrcServer::setSaslNick(), KviIrcServer::setSaslPass(), KviIrcServer::setTextEncoding(), KviIrcServer::setUserName(), KviIrcServer::setUseSSL(), KviPasswordLineEdit::text(), and uPort.
Referenced by OptionsWidget_servers::detailsClicked().
void IrcServerDetailsWidget::portEditorTextChanged |
( |
const QString & |
| ) |
|
|
protectedslot |
void IrcServerDetailsWidget::setHeaderLabelText |
( |
| ) |
|
void IrcServerDetailsWidget::useDefaultInitUModeToggled |
( |
bool |
b | ) |
|
|
protectedslot |
void IrcServerDetailsWidget::useIPV6CheckToggled |
( |
bool |
| ) |
|
|
protectedslot |
void IrcServerDetailsWidget::useSSLCheckToggled |
( |
bool |
| ) |
|
|
protectedslot |
QStringList IrcServerDetailsWidget::m_lstChannels |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pAlternativeNickEditor |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pCacheIpCheck |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pDescEditor |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pEnableCAPCheck |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pEnableSASLCheck |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pEnableSTARTTLSCheck |
|
protected |
QComboBox* IrcServerDetailsWidget::m_pEncodingEditor |
|
protected |
QLabel* IrcServerDetailsWidget::m_pHeaderLabel |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pIdEditor |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pIMode |
|
protected |
QComboBox* IrcServerDetailsWidget::m_pLinkFilterEditor |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pNickEditor |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pPortEditor |
|
protected |
QComboBox* IrcServerDetailsWidget::m_pProxyEditor |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pRealEditor |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pSaslNickEditor |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pSMode |
|
protected |
QComboBox* IrcServerDetailsWidget::m_pTextEncodingEditor |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pUseAutoConnect |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pUseDefaultInitUMode |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pUseIPV6Check |
|
protected |
QLineEdit* IrcServerDetailsWidget::m_pUserEditor |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pUseSSLCheck |
|
protected |
QCheckBox* IrcServerDetailsWidget::m_pWMode |
|
protected |
QString IrcServerDetailsWidget::m_szHostname |
|
protected |
The documentation for this class was generated from the following files: