Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
BootScreen Class Reference

Manages and displays boot screens. More...

#include <BootScreen.hpp>

Collaboration diagram for BootScreen:
Collaboration graph

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.
 

Detailed Description

Manages and displays boot screens.

Definition at line 24 of file BootScreen.hpp.

Constructor & Destructor Documentation

◆ BootScreen()

BootScreen::BootScreen ( )

Construct a new BootScreen object.

Definition at line 66 of file BootScreen.cpp.

◆ ~BootScreen()

BootScreen::~BootScreen ( )

Destroy the BootScreen object.

Definition at line 18 of file BootScreen.cpp.

Member Function Documentation

◆ display()

void BootScreen::display ( ) const

Display a random boot screen.

Definition at line 22 of file BootScreen.cpp.

◆ displayAllScreens()

void BootScreen::displayAllScreens ( ) const

Display all available boot screens.

Definition at line 28 of file BootScreen.cpp.

◆ displayScreen()

void BootScreen::displayScreen ( const unsigned int screen) const

Display a specific boot screen.

Parameters
screenThe index of the screen to display.

Definition at line 35 of file BootScreen.cpp.

◆ getAvailableScreens()

int BootScreen::getAvailableScreens ( ) const

Get the number of available boot screens.

Returns
int The number of available boot screens.

Definition at line 47 of file BootScreen.cpp.


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