KVIrc 5.2.0
Developer APIs
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.
 

Public Attributes

bool m_bIsAway
 
std::vector< std::pair< 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::KviIrcServerReconnectInfo ( )
inline

Constructs the server reconnect info object.

Returns
KviIrcServerReconnectInfo

Member Data Documentation

◆ m_bIsAway

bool KviIrcServerReconnectInfo::m_bIsAway

◆ m_lJoinChannels

std::vector<std::pair<QString, QString> > KviIrcServerReconnectInfo::m_lJoinChannels

◆ m_lOpenQueries

QStringList KviIrcServerReconnectInfo::m_lOpenQueries

◆ m_szAwayReason

QString KviIrcServerReconnectInfo::m_szAwayReason

◆ m_szNick

QString KviIrcServerReconnectInfo::m_szNick

◆ m_szPass

QString KviIrcServerReconnectInfo::m_szPass

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