KVIrc
4.9.2
DeveloperAPIs
|
#include "SetupWizard.h"
#include "KviApplication.h"
#include "KviLocale.h"
#include "KviFileUtils.h"
#include "kvi_defaults.h"
#include "KviMessageBox.h"
#include "KviTalFileDialog.h"
#include "KviQString.h"
#include "KviEnvironment.h"
#include "KviOptions.h"
#include "KviConfigurationFile.h"
#include "KviTalHBox.h"
#include <QTextEdit>
#include <QMessageBox>
#include <QDir>
#include <QPushButton>
#include <QValidator>
#include <QTextCodec>
#include <QLayout>
#include <QDesktopWidget>
#include <unistd.h>
Macros | |
#define | KVI_LOCAL_KVIRC_SUBDIRECTORY_NAME ".config/KVIrc" |
Variables | |
bool | bNeedToApplyDefaults |
bool | g_bFoundMirc |
int | g_iThemeToApply |
QString | g_szChoosenIncomingDirectory |
QString | szHost |
QString | szMircIni |
QString | szMircServers |
QString | szUrl |
unsigned int | uPort |
#define KVI_LOCAL_KVIRC_SUBDIRECTORY_NAME ".config/KVIrc" |
Referenced by SetupWizard::SetupWizard().
bool bNeedToApplyDefaults |
Referenced by SetupWizard::accept(), setup_finish(), and setup_module_init().
bool g_bFoundMirc |
Referenced by SetupWizard::accept(), and SetupWizard::SetupWizard().
int g_iThemeToApply |
Referenced by SetupWizard::accept(), and setup_finish().
QString g_szChoosenIncomingDirectory |
Referenced by SetupWizard::accept(), and setup_finish().
QString szHost |
Referenced by KviCtcpPageDialog::addPage(), KvsObject_http::functionSetHost(), KvsObject_http::functionSetProxy(), KviIsOnNotifyListManager::handleUserhost(), KviIrcServerDataBase::importFromMircIni(), KviIrcUserDataBase::insertUser(), KviChannelWindow::join(), KviIrcUserEntry::KviIrcUserEntry(), KviKvsCoreSimpleCommands::KVSCSC(), KVSO_CLASS_FUNCTION(), KviIrcConnection::loginComplete(), KviIrcMask::mask(), KviUserListView::nickChange(), KviQueryWindow::notifyCommonChannels(), KviIrcServerParser::parseChannelMode(), KviIrcServerParser::parseLiteralAccount(), KviIrcServerParser::parseLiteralAway(), KviIrcServerParser::parseLiteralChghost(), KviIrcServerParser::parseLiteralInvite(), KviIrcServerParser::parseLiteralJoin(), KviIrcServerParser::parseLiteralKick(), KviIrcServerParser::parseLiteralMode(), KviIrcServerParser::parseLiteralNick(), KviIrcServerParser::parseLiteralNotice(), KviIrcServerParser::parseLiteralPart(), KviIrcServerParser::parseLiteralPrivmsg(), KviIrcServerParser::parseLiteralQuit(), KviIrcServerParser::parseLiteralTopic(), KviIrcServerParser::parseLiteralWallops(), KviIrcServerParser::parseNumericHiddenHost(), KviIrcServerParser::parseNumericWhoisUser(), KviIrcServerParser::parseNumericWhoReply(), KviIrcServerParser::parseNumericWhospcrpl(), KviIrcServerParser::parseNumericWhowasUser(), KviIdentDaemon::run(), KviQueryWindow::setAliveQuery(), KviApplication::setAvatarOnFileReceived(), KviIrcMask::setHost(), KviIrcUserEntry::setHost(), KviIrcServer::setHostName(), KviQueryWindow::setTarget(), setup_finish(), and KviUserListView::userActionVerifyMask().
QString szMircIni |
Referenced by setup_finish(), and SetupWizard::SetupWizard().
QString szMircServers |
Referenced by SetupWizard::accept(), and setup_finish().
QString szUrl |
Referenced by AvatarDownloadDialog::AvatarDownloadDialog(), check_url(), KviStatusBarUpdateIndicator::checkVersion(), UrlDialog::dblclk_url(), KviIrcView::doLinkToolTip(), KviStatusBarUpdateIndicator::getNewVersion(), http_kvs_cmd_asyncGet(), http_kvs_cmd_get(), http_kvs_complete_get(), KviUrl::KviUrl(), KviKvsCoreSimpleCommands::KVSCSC(), KviUrl::operator=(), KviIrcServerParser::parseNumericChanUrl(), UrlDialog::sayToWin(), setup_finish(), and urllist_module_event_onUrl().
unsigned int uPort |
Referenced by KviMircServersIniImport::doImport(), IrcServerDetailsWidget::fillData(), KviIrcServerDataBase::importFromMircIni(), KviIdentRequest::KviIdentRequest(), KviKvsCoreSimpleCommands::KVSCSC(), proxydb_kvs_cmd_addProxy(), proxydb_kvs_cmd_setPort(), OptionsWidget_proxy::saveLastItem(), serverdb_kvs_cmd_addServer(), IrcServerDetailsWidget::setHeaderLabelText(), KviIrcServer::setPort(), and setup_finish().