Chatterino
Public Member Functions | List of all members
chatterino::Nickname Class Reference

#include <Nickname.hpp>

Public Member Functions

 Nickname (const QString &name, const QString &replace, const bool isRegex, const bool isCaseSensitive)
 
const QString & name () const
 
const QString & replace () const
 
bool isRegex () const
 
Qt::CaseSensitivity caseSensitivity () const
 
const bool & isCaseSensitive () const
 
bool match (QString &usernameText) const
 

Constructor & Destructor Documentation

◆ Nickname()

chatterino::Nickname::Nickname ( const QString &  name,
const QString &  replace,
const bool  isRegex,
const bool  isCaseSensitive 
)
inline
Here is the call graph for this function:

Member Function Documentation

◆ caseSensitivity()

Qt::CaseSensitivity chatterino::Nickname::caseSensitivity ( ) const
inline
Here is the caller graph for this function:

◆ isCaseSensitive()

const bool& chatterino::Nickname::isCaseSensitive ( ) const
inline
Here is the caller graph for this function:

◆ isRegex()

bool chatterino::Nickname::isRegex ( ) const
inline
Here is the caller graph for this function:

◆ match()

bool chatterino::Nickname::match ( QString &  usernameText) const
inline
Here is the call graph for this function:

◆ name()

const QString& chatterino::Nickname::name ( ) const
inline
Here is the caller graph for this function:

◆ replace()

const QString& chatterino::Nickname::replace ( ) const
inline
Here is the caller graph for this function:

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