#include <QNetworkInterface>
#include <QCoreApplication>
#include <QWaitCondition>
#include <QSharedPointer>
#include <QByteArray>
#include <QTcpSocket>
#include <QHostInfo>
#include <QThread>
#include <QMetaType>
#include <sys/socket.h>
#include <unistd.h>
#include <algorithm>
#include <vector>
#include "mythsocket.h"
#include "mythtimer.h"
#include "mythevent.h"
#include "mythversion.h"
#include "mythlogging.h"
#include "mythcorecontext.h"
#include "portchecker.h"
Go to the source code of this file.
|
static int | x0 = qRegisterMetaType< const QStringList * >() |
|
static int | x1 = qRegisterMetaType< QStringList * >() |
|
static int | x2 = qRegisterMetaType< const char * >() |
|
static int | x3 = qRegisterMetaType< char * >() |
|
static int | x4 = qRegisterMetaType< bool * >() |
|
static int | x5 = qRegisterMetaType< int * >() |
|
static int | x6 = qRegisterMetaType< QHostAddress >() |
|
int | s_dummy_meta_variable_to_suppress_gcc_warning |
|
◆ Q_DECLARE_METATYPE() [1/7]
Q_DECLARE_METATYPE |
( |
bool * |
| ) |
|
◆ Q_DECLARE_METATYPE() [2/7]
Q_DECLARE_METATYPE |
( |
char * |
| ) |
|
◆ Q_DECLARE_METATYPE() [3/7]
Q_DECLARE_METATYPE |
( |
const char * |
| ) |
|
◆ Q_DECLARE_METATYPE() [4/7]
Q_DECLARE_METATYPE |
( |
const QStringList * |
| ) |
|
◆ Q_DECLARE_METATYPE() [5/7]
Q_DECLARE_METATYPE |
( |
int * |
| ) |
|
◆ Q_DECLARE_METATYPE() [6/7]
Q_DECLARE_METATYPE |
( |
QHostAddress |
| ) |
|
◆ Q_DECLARE_METATYPE() [7/7]
Q_DECLARE_METATYPE |
( |
QStringList * |
| ) |
|
◆ to_sample()
static QString to_sample |
( |
const QByteArray & |
payload | ) |
|
|
static |
◆ s_dummy_meta_variable_to_suppress_gcc_warning
int s_dummy_meta_variable_to_suppress_gcc_warning |
◆ x0
int x0 = qRegisterMetaType< const QStringList * >() |
|
static |
◆ x1
int x1 = qRegisterMetaType< QStringList * >() |
|
static |
Definition at line 50 of file mythsocket.cpp.
Referenced by MythDVDBuffer::DecodeSubtitles(), determineBin(), draw_line(), MHIDLA::DrawLine(), MHDynamicLineArt::DrawLine(), MHIDLA::DrawLineSub(), MHDynamicLineArt::DrawRectangle(), goom_lines_draw(), XMLParseBase::parseGradient(), Synaesthesia::process(), and pxsubtitle().
◆ x2
int x2 = qRegisterMetaType< const char * >() |
|
static |
Definition at line 51 of file mythsocket.cpp.
Referenced by MythDVDBuffer::DecodeSubtitles(), determineBin(), draw_line(), MHIDLA::DrawLine(), MHDynamicLineArt::DrawLine(), MHIDLA::DrawLineSub(), MHDynamicLineArt::DrawRectangle(), goom_lines_draw(), XMLParseBase::parseGradient(), Synaesthesia::process(), pxsubtitle(), and zoomFilterFastRGB().
◆ x3
int x3 = qRegisterMetaType< char * >() |
|
static |
◆ x4
int x4 = qRegisterMetaType< bool * >() |
|
static |
◆ x5
int x5 = qRegisterMetaType< int * >() |
|
static |
◆ x6
int x6 = qRegisterMetaType< QHostAddress >() |
|
static |