Chatterino
Public Member Functions | List of all members
chatterino::Account Class Referenceabstract

#include <Account.hpp>

Inheritance diagram for chatterino::Account:
[legend]

Public Member Functions

 Account (ProviderId providerId)
 
virtual ~Account ()=default
 
virtual QString toString () const =0
 
const QString & getCategory () const
 
ProviderId getProviderId () const
 
bool operator< (const Account &other) const
 

Constructor & Destructor Documentation

◆ Account()

chatterino::Account::Account ( ProviderId  providerId)

◆ ~Account()

virtual chatterino::Account::~Account ( )
virtualdefault

Member Function Documentation

◆ getCategory()

const QString & chatterino::Account::getCategory ( ) const

◆ getProviderId()

ProviderId chatterino::Account::getProviderId ( ) const

◆ operator<()

bool chatterino::Account::operator< ( const Account other) const
Here is the call graph for this function:

◆ toString()

virtual QString chatterino::Account::toString ( ) const
pure virtual

Implemented in chatterino::TwitchAccount.

Here is the caller graph for this function:

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