Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "addons.h"
#include <QDir>
#include <QSettings>
#include <QPushButton>
#include <QAction>
#include <QProcess>
#include <QtDebug>
#include <QRegularExpression>
Go to the source code of this file.
Classes | |
class | Addon |
Macros | |
#define | MKSTR(x) static const QString s_ ## x(#x) |
Functions | |
MKSTR (EVENT) | |
MKSTR (ADDRESS) | |
MKSTR (ISLOCAL) | |
MKSTR (CHECKED) | |
MKSTR (ENABLED) | |
MKSTR (VISIBLE) | |
MKSTR (connected) | |
MKSTR (disconnected) | |
MKSTR (init) | |
MKSTR (clicked) | |
MKSTR (true) | |
MKSTR (false) | |
static const QSize | ICON_SIZE (20, 20) |
static bool | toBool (const QString &string) |
static void | executeAddon (Addon *addon) |
static void | setAddonVisible (Addon *addon, bool visible) |
static void | handleAddonOutput (Addon *addon, QRegularExpressionMatchIterator &matches) |
#define MKSTR | ( | x | ) | static const QString s_ ## x(#x) |
Definition at line 11 of file addons.cpp.
|
static |
|
static |
|
static |
MKSTR | ( | EVENT | ) |
MKSTR | ( | ADDRESS | ) |
MKSTR | ( | ISLOCAL | ) |
MKSTR | ( | CHECKED | ) |
MKSTR | ( | ENABLED | ) |
MKSTR | ( | VISIBLE | ) |
MKSTR | ( | connected | ) |
MKSTR | ( | disconnected | ) |
MKSTR | ( | init | ) |
MKSTR | ( | clicked | ) |
MKSTR | ( | true | ) |
MKSTR | ( | false | ) |
|
static |
|
inlinestatic |