Chatterino
Namespaces | Macros
MessageLayout.cpp File Reference
#include "messages/layouts/MessageLayout.hpp"
#include "Application.hpp"
#include "debug/Benchmark.hpp"
#include "messages/Message.hpp"
#include "messages/MessageElement.hpp"
#include "messages/layouts/MessageLayoutContainer.hpp"
#include "singletons/Emotes.hpp"
#include "singletons/Settings.hpp"
#include "singletons/Theme.hpp"
#include "singletons/WindowManager.hpp"
#include "util/DebugCount.hpp"
#include "util/StreamerMode.hpp"
#include <QApplication>
#include <QDebug>
#include <QPainter>
#include <QThread>
#include <QtGlobal>
Include dependency graph for MessageLayout.cpp:

Namespaces

 chatterino
 

Macros

#define MARGIN_LEFT   (int)(8 * this->scale)
 
#define MARGIN_RIGHT   (int)(8 * this->scale)
 
#define MARGIN_TOP   (int)(4 * this->scale)
 
#define MARGIN_BOTTOM   (int)(4 * this->scale)
 
#define COMPACT_EMOTES_OFFSET   6
 

Macro Definition Documentation

◆ COMPACT_EMOTES_OFFSET

#define COMPACT_EMOTES_OFFSET   6

◆ MARGIN_BOTTOM

#define MARGIN_BOTTOM   (int)(4 * this->scale)

◆ MARGIN_LEFT

#define MARGIN_LEFT   (int)(8 * this->scale)

◆ MARGIN_RIGHT

#define MARGIN_RIGHT   (int)(8 * this->scale)

◆ MARGIN_TOP

#define MARGIN_TOP   (int)(4 * this->scale)