Simple GUI Library
Sgl::FocusLostEvent Class Reference
Inheritance diagram for Sgl::FocusLostEvent:
Collaboration diagram for Sgl::FocusLostEvent:

Public Member Functions

 FocusLostEvent (Component *newFocus, Sml::EventTarget *target=nullptr)
 
ComponentgetPreviousFocus ()
 
ComponentgetNewFocus ()
 

Detailed Description

Definition at line 140 of file gui_event.h.

Constructor & Destructor Documentation

◆ FocusLostEvent()

Sgl::FocusLostEvent::FocusLostEvent ( Component newFocus,
Sml::EventTarget *  target = nullptr 
)
inline

Definition at line 143 of file gui_event.h.

Member Function Documentation

◆ getNewFocus()

Component * Sgl::FocusLostEvent::getNewFocus ( )
inline

Definition at line 147 of file gui_event.h.

◆ getPreviousFocus()

Component * Sgl::FocusLostEvent::getPreviousFocus ( )
inline

Definition at line 146 of file gui_event.h.


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