KVIrc  4.9.2
DeveloperAPIs
KviAsynchronousConnectionData.h
Go to the documentation of this file.
1 #ifndef _KVI_ASYNCHRONOUSCONNECTIONDATA_H_
2 #define _KVI_ASYNCHRONOUSCONNECTIONDATA_H_
3 //=============================================================================
4 //
5 // File : KviAsynchronousConnectionData.h
6 // Creation date : Sun 04 Jul 2004 16:22:25 by Szymon Stefanek
7 //
8 // This file is part of the KVIrc IRC client distribution
9 // Copyright (C) 2004-2010 Szymon Stefanek <pragma at kvirc dot net>
10 //
11 // This program is FREE software. You can redistribute it and/or
12 // modify it under the terms of the GNU General Public License
13 // as published by the Free Software Foundation; either version 2
14 // of the License, or (at your option) any later version.
15 //
16 // This program is distributed in the HOPE that it will be USEFUL,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19 // See the GNU General Public License for more details.
20 //
21 // You should have received a copy of the GNU General Public License
22 // along with this program. If not, write to the Free Software Foundation,
23 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24 //
25 //=============================================================================
26 
27 #include "kvi_settings.h"
28 #include "KviQString.h"
29 #include "KviHeapObject.h"
30 #include "KviIrcServer.h"
31 
33 {
34 public:
37 
38 public:
39  QString szServer;
40  bool bUseLastServerInContext; // this is checked ONLY if szServer is empty
41  kvi_u32_t uPort;
42  bool bPortIsOk;
43  bool bUseIPv6;
44  bool bUseSSL;
45  bool bSTARTTLS;
46  QString szBindAddress; // ip address (or interface name) to bind the connection to
48  QString szLinkFilter;
49  QString szPass;
50  QString szNick;
51  QString szInitUMode;
52  QString szServerId;
54 };
55 
56 #endif
KviAsynchronousConnectionData()
Definition: KviAsynchronousConnectionData.cpp:28
QString szInitUMode
Definition: KviAsynchronousConnectionData.h:51
Definition: KviHeapObject.h:124
bool bUseIPv6
Definition: KviAsynchronousConnectionData.h:43
QString szNick
Definition: KviAsynchronousConnectionData.h:50
Definition: KviAsynchronousConnectionData.h:32
QString szBindAddress
Definition: KviAsynchronousConnectionData.h:46
kvi_u32_t uPort
Definition: KviAsynchronousConnectionData.h:41
bool bUseLastServerInContext
Definition: KviAsynchronousConnectionData.h:40
bool bSTARTTLS
Definition: KviAsynchronousConnectionData.h:45
QString szLinkFilter
Definition: KviAsynchronousConnectionData.h:48
QString szPass
Definition: KviAsynchronousConnectionData.h:49
~KviAsynchronousConnectionData()
Definition: KviAsynchronousConnectionData.cpp:35
A class for reconnecting purposes.
Definition: KviIrcServerReconnectInfo.h:47
QString szServer
Definition: KviAsynchronousConnectionData.h:39
KviIrcServerReconnectInfo * m_pReconnectInfo
Definition: KviAsynchronousConnectionData.h:53
Heap Object.
bool bPortIsOk
Definition: KviAsynchronousConnectionData.h:42
QString szCommandToExecAfterConnect
Definition: KviAsynchronousConnectionData.h:47
Irc server handling.
bool bUseSSL
Definition: KviAsynchronousConnectionData.h:44
This file contains compile time settings.
QString szServerId
Definition: KviAsynchronousConnectionData.h:52
Helper functions for the QString class.