EmlaLockSafe
views::WifiConnectingView Class Reference

View displayed while connection to the access point. More...

#include <WifiConnectingView.h>

Inheritance diagram for views::WifiConnectingView:

Public Member Functions

 WifiConnectingView (LiquidCrystal_PCF8574 *display)
 Construct the view object. More...
 
 WifiConnectingView (const WifiConnectingView &other)=delete
 Copy constructor - not available. More...
 
 WifiConnectingView (WifiConnectingView &&other) noexcept=delete
 Move constructor - not available. More...
 
virtual void tick (const bool &forceRedraw)
 called during the loop function More...
 

Protected Member Functions

virtual void activate ()
 called as soon as the view becomes active More...
 

Detailed Description

View displayed while connection to the access point.

Constructor & Destructor Documentation

◆ WifiConnectingView() [1/3]

views::WifiConnectingView::WifiConnectingView ( LiquidCrystal_PCF8574 *  display)
inline

Construct the view object.

Parameters
displaypointer to the LCD instance

◆ WifiConnectingView() [2/3]

views::WifiConnectingView::WifiConnectingView ( const WifiConnectingView other)
delete

Copy constructor - not available.

◆ WifiConnectingView() [3/3]

views::WifiConnectingView::WifiConnectingView ( WifiConnectingView &&  other)
deletenoexcept

Move constructor - not available.

Member Function Documentation

◆ activate()

virtual void views::WifiConnectingView::activate ( )
inlineprotectedvirtual

called as soon as the view becomes active

◆ tick()

virtual void views::WifiConnectingView::tick ( const bool &  forceRedraw)
inlinevirtual

called during the loop function

Parameters
forceRedrawif true everything should be redrawn

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