Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "vncwindow.h"
#include "vncthread.h"
#include "../clientapp/clientapp.h"
#include <QGuiApplication>
#include <QTimer>
#include <QPainter>
#include <QScreen>
#include <QKeyEvent>
Go to the source code of this file.
Functions | |
static int | gcd (int a, int b) |
Calc greatest common divisor. More... | |
|
static |
Calc greatest common divisor.
a | one number |
b | another number |
Definition at line 35 of file vncwindow.cpp.