|
Chatterino
|
#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>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" |
| #define ALWAYS_PLAY "Play highlight sound even when Chatterino is focused" |
| #define ENABLE_HIGHLIGHTS "Enable Highlighting" |
| #define FLASH_TASKBAR "Flash taskbar when your name is mentioned" |
| #define HIGHLIGHT_MSG "Highlight messages containing your name" |
| #define PLAY_SOUND "Play sound when your name is mentioned" |
1.8.13