All Classes
| Class | Description |
|---|---|
| App |
Main class of the project.
|
| CurrentUser |
Defines the current user.
|
| DBConnection |
The Class DBConnection.
|
| DBController |
The Class DBController creates the connection to the database.
|
| DBControllerPerson |
The Class DBControllerPerson provide the statements for the data manipulation
for the database table SM_USERS
|
| DBControllerWidget |
The Class DBControllerWidget provide the statements for the data manipulation for the
database tables SM_WIDGET and SM_PROFILE
|
| ImageDetection |
Class for detecting if a person is present
|
| Joke |
In this class the jokes and tongue twisters are stored.
|
| MainController | |
| Person |
Represents Persons, the users of the mirror.
|
| PersonFields | |
| Polly |
This class represents the AI Polly from AWS.
|
| SettingsUI |
Controller for the settings view.
|
| TableToXML |
The Class TableToXML contains the methods for creating/saving the database
structure and the already existing data.
|
| Widget |
Widget factory.
|