Chatterino
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Macros
HighlightingPage.cpp File Reference
#include "HighlightingPage.hpp"
#include "Application.hpp"
#include "controllers/highlights/BadgeHighlightModel.hpp"
#include "controllers/highlights/HighlightBlacklistModel.hpp"
#include "controllers/highlights/HighlightModel.hpp"
#include "controllers/highlights/UserHighlightModel.hpp"
#include "singletons/Settings.hpp"
#include "singletons/Theme.hpp"
#include "util/LayoutCreator.hpp"
#include "util/StandardItemHelper.hpp"
#include "widgets/dialogs/BadgePickerDialog.hpp"
#include "widgets/dialogs/ColorPickerDialog.hpp"
#include <QFileDialog>
#include <QHeaderView>
#include <QListWidget>
#include <QPushButton>
#include <QStandardItemModel>
#include <QTabWidget>
#include <QTableView>
#include <QTextEdit>
Include dependency graph for HighlightingPage.cpp:

Namespaces

 chatterino
 

Macros

#define ENABLE_HIGHLIGHTS   "Enable Highlighting"
 
#define HIGHLIGHT_MSG   "Highlight messages containing your name"
 
#define PLAY_SOUND   "Play sound when your name is mentioned"
 
#define FLASH_TASKBAR   "Flash taskbar when your name is mentioned"
 
#define ALWAYS_PLAY   "Play highlight sound even when Chatterino is focused"
 

Macro Definition Documentation

◆ ALWAYS_PLAY

#define ALWAYS_PLAY   "Play highlight sound even when Chatterino is focused"

◆ ENABLE_HIGHLIGHTS

#define ENABLE_HIGHLIGHTS   "Enable Highlighting"

◆ FLASH_TASKBAR

#define FLASH_TASKBAR   "Flash taskbar when your name is mentioned"

◆ HIGHLIGHT_MSG

#define HIGHLIGHT_MSG   "Highlight messages containing your name"

◆ PLAY_SOUND

#define PLAY_SOUND   "Play sound when your name is mentioned"