KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Public Attributes | List of all members
KviIrcServerReconnectInfo Class Reference

A class for reconnecting purposes. More...

#include <KviIrcServerReconnectInfo.h>

Public Member Functions

 KviIrcServerReconnectInfo ()
 Constructs the server reconnect info object. More...
 
 KviIrcServerReconnectInfo (const KviIrcServerReconnectInfo &info)
 Carbon copy. More...
 
 ~KviIrcServerReconnectInfo ()
 Destroys the server reconnect info object. More...
 

Public Attributes

bool m_bIsAway
 
QList< QPair< QString, QString > > m_lJoinChannels
 
QStringList m_lOpenQueries
 
QString m_szAwayReason
 
QString m_szNick
 
QString m_szPass
 

Detailed Description

A class for reconnecting purposes.

Constructor & Destructor Documentation

KviIrcServerReconnectInfo::KviIrcServerReconnectInfo ( )

Constructs the server reconnect info object.

Returns
KviIrcServerReconnectInfo

References m_bIsAway.

KviIrcServerReconnectInfo::KviIrcServerReconnectInfo ( const KviIrcServerReconnectInfo info)

Carbon copy.

Parameters
infoThe object to copy the info from
Returns
KviIrcServerReconnectInfo

References m_bIsAway, m_lJoinChannels, m_lOpenQueries, m_szAwayReason, m_szNick, and m_szPass.

KviIrcServerReconnectInfo::~KviIrcServerReconnectInfo ( )
default

Destroys the server reconnect info object.

Member Data Documentation

bool KviIrcServerReconnectInfo::m_bIsAway
QList<QPair<QString, QString> > KviIrcServerReconnectInfo::m_lJoinChannels
QStringList KviIrcServerReconnectInfo::m_lOpenQueries
QString KviIrcServerReconnectInfo::m_szAwayReason
QString KviIrcServerReconnectInfo::m_szNick
QString KviIrcServerReconnectInfo::m_szPass

The documentation for this class was generated from the following files: