Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "blankscreen.h"
Public Member Functions | |
BlankScreen () | |
virtual | ~BlankScreen () |
void | draw (bool force=false) |
bool | lock (const QString &message) |
bool | unlock () |
Private Slots | |
void | timer_moveToTop () |
Private Attributes | |
bool | _locked |
QString | _message |
BlankScreen_Sysdep * | _sysdep |
Definition at line 10 of file blankscreen.h.
BlankScreen::BlankScreen | ( | ) |
|
virtual |
void BlankScreen::draw | ( | bool | force = false | ) |
bool BlankScreen::lock | ( | const QString & | message | ) |
|
privateslot |
bool BlankScreen::unlock | ( | ) |
|
private |
Definition at line 21 of file blankscreen.h.
|
private |
Definition at line 22 of file blankscreen.h.
|
private |
Definition at line 23 of file blankscreen.h.