Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
Classes | Macros | Functions
addons.cpp File Reference
#include "addons.h"
#include <QDir>
#include <QSettings>
#include <QPushButton>
#include <QAction>
#include <QProcess>
#include <QtDebug>
#include <QRegularExpression>
+ Include dependency graph for addons.cpp:

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)
 

Macro Definition Documentation

#define MKSTR (   x)    static const QString s_ ## x(#x)

Definition at line 11 of file addons.cpp.

Function Documentation

static void executeAddon ( Addon addon)
static

Definition at line 166 of file addons.cpp.

+ Here is the caller graph for this function:

static void handleAddonOutput ( Addon addon,
QRegularExpressionMatchIterator &  matches 
)
static

Definition at line 209 of file addons.cpp.

+ Here is the call graph for this function:

static const QSize ICON_SIZE ( 20  ,
20   
)
static

+ Here is the caller graph for this function:

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 void setAddonVisible ( Addon addon,
bool  visible 
)
static

Definition at line 193 of file addons.cpp.

+ Here is the caller graph for this function:

static bool toBool ( const QString &  string)
inlinestatic

Definition at line 42 of file addons.cpp.

+ Here is the caller graph for this function: