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

Public Member Functions

 FocusReceivedEvent (Component *prevFocus, Sml::EventTarget *target=nullptr)
 
ComponentgetPreviousFocus ()
 
ComponentgetNewFocus ()
 

Detailed Description

Definition at line 124 of file gui_event.h.

Constructor & Destructor Documentation

◆ FocusReceivedEvent()

Sgl::FocusReceivedEvent::FocusReceivedEvent ( Component prevFocus,
Sml::EventTarget *  target = nullptr 
)
inline

Definition at line 127 of file gui_event.h.

Member Function Documentation

◆ getNewFocus()

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

Definition at line 131 of file gui_event.h.

◆ getPreviousFocus()

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

Definition at line 130 of file gui_event.h.


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