Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
IChatSettingsProvider Class Referenceabstract

#include <interface_chat_settings_provider.h>

Inheritance diagram for IChatSettingsProvider:
[legend]

Public Member Functions

virtual ~IChatSettingsProvider ()=default
virtual bool getChatMention () const =0
virtual bool getChatMentionCompleter () const =0
virtual QString getChatMentionColor () const =0
virtual QString getChatHighlightColor () const =0
virtual bool getChatMentionForeground () const =0
virtual bool getChatHighlightForeground () const =0
virtual bool getIgnoreUnregisteredUsers () const =0
virtual bool getIgnoreUnregisteredUserMessages () const =0
virtual bool getIgnoreNonBuddyUserMessages () const =0
virtual bool getShowMessagePopup () const =0
virtual bool getShowMentionPopup () const =0
virtual bool getRoomHistory () const =0
virtual QString getHighlightWords () const =0

Constructor & Destructor Documentation

◆ ~IChatSettingsProvider()

virtual IChatSettingsProvider::~IChatSettingsProvider ( )
virtualdefault

Member Function Documentation

◆ getChatHighlightColor()

virtual QString IChatSettingsProvider::getChatHighlightColor ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getChatHighlightForeground()

virtual bool IChatSettingsProvider::getChatHighlightForeground ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getChatMention()

virtual bool IChatSettingsProvider::getChatMention ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getChatMentionColor()

virtual QString IChatSettingsProvider::getChatMentionColor ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getChatMentionCompleter()

virtual bool IChatSettingsProvider::getChatMentionCompleter ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getChatMentionForeground()

virtual bool IChatSettingsProvider::getChatMentionForeground ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getHighlightWords()

virtual QString IChatSettingsProvider::getHighlightWords ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getIgnoreNonBuddyUserMessages()

virtual bool IChatSettingsProvider::getIgnoreNonBuddyUserMessages ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getIgnoreUnregisteredUserMessages()

virtual bool IChatSettingsProvider::getIgnoreUnregisteredUserMessages ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getIgnoreUnregisteredUsers()

virtual bool IChatSettingsProvider::getIgnoreUnregisteredUsers ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getRoomHistory()

virtual bool IChatSettingsProvider::getRoomHistory ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getShowMentionPopup()

virtual bool IChatSettingsProvider::getShowMentionPopup ( ) const
nodiscardpure virtual

Implemented in ChatSettings.

◆ getShowMessagePopup()

virtual bool IChatSettingsProvider::getShowMessagePopup ( ) const
nodiscardpure virtual

Implemented in ChatSettings.


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