Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
Signals | Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
SessionNameWindow Class Reference

#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
 

Detailed Description

Definition at line 11 of file sessionnamewindow.h.

Constructor & Destructor Documentation

SessionNameWindow::SessionNameWindow ( QWidget parent = nullptr)
explicit

Definition at line 22 of file sessionnamewindow.cpp.

+ Here is the call graph for this function:

SessionNameWindow::~SessionNameWindow ( )
override

Definition at line 39 of file sessionnamewindow.cpp.

Member Function Documentation

void SessionNameWindow::closeEvent ( QCloseEvent *  e)
overrideprotected

Definition at line 55 of file sessionnamewindow.cpp.

void SessionNameWindow::onDigitDelete ( )
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:

void SessionNameWindow::onDigitTyped ( int  i)
privateslot

appends the digit to the session name

Definition at line 85 of file sessionnamewindow.cpp.

+ Here is the caller graph for this function:

void SessionNameWindow::onGenerateRandomName ( )
privateslot

Definition at line 72 of file sessionnamewindow.cpp.

+ Here is the caller graph for this function:

void SessionNameWindow::onOkClicked ( )
privateslot

Definition at line 65 of file sessionnamewindow.cpp.

+ Here is the caller graph for this function:

void SessionNameWindow::show ( const QString &  name)

Definition at line 44 of file sessionnamewindow.cpp.

+ Here is the caller graph for this function:

void SessionNameWindow::updateSessionName ( )
signal

+ Here is the caller graph for this function:

Member Data Documentation

Ui::SessionName* SessionNameWindow::ui
private

Definition at line 16 of file sessionnamewindow.h.


The documentation for this class was generated from the following files: