Chatterino
Public Member Functions | Public Attributes | List of all members
chatterino::IrcServerData Struct Reference

#include <Irc2.hpp>

Public Member Functions

void getPassword (QObject *receiver, std::function< void(const QString &)> &&onLoaded) const
 
void setPassword (const QString &password)
 

Public Attributes

QString host
 
int port = 6697
 
bool ssl = true
 
QString user
 
QString nick
 
QString real
 
IrcAuthType authType = IrcAuthType::Anonymous
 
QStringList connectCommands
 
int id
 

Member Function Documentation

◆ getPassword()

void chatterino::IrcServerData::getPassword ( QObject *  receiver,
std::function< void(const QString &)> &&  onLoaded 
) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setPassword()

void chatterino::IrcServerData::setPassword ( const QString &  password)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ authType

IrcAuthType chatterino::IrcServerData::authType = IrcAuthType::Anonymous

◆ connectCommands

QStringList chatterino::IrcServerData::connectCommands

◆ host

QString chatterino::IrcServerData::host

◆ id

int chatterino::IrcServerData::id

◆ nick

QString chatterino::IrcServerData::nick

◆ port

int chatterino::IrcServerData::port = 6697

◆ real

QString chatterino::IrcServerData::real

◆ ssl

bool chatterino::IrcServerData::ssl = true

◆ user

QString chatterino::IrcServerData::user

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