MythTV
master
|
#include <chrono>
#include <cmath>
#include <cstdlib>
#include <thread>
#include <QCoreApplication>
#include <QEvent>
#include <QTimer>
#include <utility>
#include "mythcontext.h"
#include "mythdbcon.h"
#include "mythdate.h"
#include "tv.h"
#include "compat.h"
#include "lcdprocclient.h"
#include "lcdserver.h"
#include "lcddevice.h"
Go to the source code of this file.
Macros | |
#define | LCD_START_COL 3 |
#define | LCD_VERSION_4 1 |
#define | LCD_VERSION_5 2 |
Variables | |
static constexpr std::chrono::milliseconds | LCD_TIME_TIME { 3s } |
static constexpr std::chrono::milliseconds | LCD_SCROLLLIST_TIME { 2s } |
int | lcdStartCol = LCD_START_COL |
#define LCD_START_COL 3 |
Definition at line 34 of file lcdprocclient.cpp.
#define LCD_VERSION_4 1 |
Definition at line 36 of file lcdprocclient.cpp.
#define LCD_VERSION_5 2 |
Definition at line 37 of file lcdprocclient.cpp.
|
staticconstexpr |
Definition at line 41 of file lcdprocclient.cpp.
Referenced by LCDProcClient::outputRecStatus(), and LCDProcClient::startTime().
|
staticconstexpr |
Definition at line 42 of file lcdprocclient.cpp.
Referenced by LCDProcClient::assignScrollingList(), and LCDProcClient::outputRecStatus().
int lcdStartCol = LCD_START_COL |
Definition at line 44 of file lcdprocclient.cpp.
Referenced by LCDProcClient::beginScrollingMenuText(), LCDProcClient::LCDProcClient(), LCDProcClient::scrollMenuText(), and LCDProcClient::startMenu().