|
Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "sessionnamewindow.h"
Inheritance diagram for SessionNameWindow:
Collaboration diagram for SessionNameWindow:Signals | |
| void | updateSessionName () |
Public Member Functions | |
| SessionNameWindow (QWidget *parent=nullptr) | |
| ~SessionNameWindow () override | |
| void | show (const QString &name) |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) override |
Private Slots | |
| void | onOkClicked () |
| void | onGenerateRandomName () |
| void | onDigitDelete () |
| deletes the last digit of the saved sessionname More... | |
| void | onDigitTyped (int) |
| appends the digit to the session name More... | |
Private Attributes | |
| Ui::SessionName * | ui |
Definition at line 11 of file sessionnamewindow.h.
|
explicit |
|
override |
Definition at line 39 of file sessionnamewindow.cpp.
|
overrideprotected |
Definition at line 55 of file sessionnamewindow.cpp.
|
privateslot |
deletes the last digit of the saved sessionname
Definition at line 78 of file sessionnamewindow.cpp.
Here is the caller graph for this function:
|
privateslot |
appends the digit to the session name
Definition at line 85 of file sessionnamewindow.cpp.
Here is the caller graph for this function:
|
privateslot |
|
privateslot |
| void SessionNameWindow::show | ( | const QString & | name | ) |
|
signal |
Here is the caller graph for this function:
|
private |
Definition at line 16 of file sessionnamewindow.h.
1.8.8