|
Babel
1
The voip software that only works on your local network
|
Manages and displays boot screens. More...
#include <BootScreen.hpp>

Public Member Functions | |
| BootScreen () | |
| Construct a new BootScreen object. | |
| ~BootScreen () | |
| Destroy the BootScreen object. | |
| void | display () const |
| Display a random boot screen. | |
| void | displayAllScreens () const |
| Display all available boot screens. | |
| void | displayScreen (const unsigned int screen) const |
| Display a specific boot screen. | |
| int | getAvailableScreens () const |
| Get the number of available boot screens. | |
Manages and displays boot screens.
Definition at line 24 of file BootScreen.hpp.
| BootScreen::BootScreen | ( | ) |
Construct a new BootScreen object.
Definition at line 66 of file BootScreen.cpp.
| BootScreen::~BootScreen | ( | ) |
Destroy the BootScreen object.
Definition at line 18 of file BootScreen.cpp.
| void BootScreen::display | ( | ) | const |
Display a random boot screen.
Definition at line 22 of file BootScreen.cpp.
| void BootScreen::displayAllScreens | ( | ) | const |
Display all available boot screens.
Definition at line 28 of file BootScreen.cpp.
| void BootScreen::displayScreen | ( | const unsigned int | screen | ) | const |
Display a specific boot screen.
| screen | The index of the screen to display. |
Definition at line 35 of file BootScreen.cpp.
| int BootScreen::getAvailableScreens | ( | ) | const |
Get the number of available boot screens.
Definition at line 47 of file BootScreen.cpp.