Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
WindowFocusEvent Class Reference

#include <ApplicationEvent.hpp>

Inheritance diagram for WindowFocusEvent:
Event

Public Member Functions

 WindowFocusEvent ()
 
 EVENT_CLASS_TYPE (EventType::WINDOW_FOCUS)
 
 EVENT_CLASS_CATEGORY (EventCategory::APPLICATION)
 
- Public Member Functions inherited from Event
virtual EventType GetEventType () const =0
 
virtual const char * GetName () const =0
 
virtual std::uint32_t GetCategoryFlags () const =0
 
virtual std::string ToString () const
 
bool IsInCategory (EventCategory category) const noexcept
 
bool IsHandled () const noexcept
 
void SetHandled (const bool handled) noexcept
 

Additional Inherited Members

- Protected Attributes inherited from Event
bool m_isHandled {false}
 

Detailed Description

Window gain focus Event

Definition at line 115 of file ApplicationEvent.hpp.

Constructor & Destructor Documentation

◆ WindowFocusEvent()

WindowFocusEvent::WindowFocusEvent ( )
inline

Definition at line 117 of file ApplicationEvent.hpp.

Member Function Documentation

◆ EVENT_CLASS_CATEGORY()

WindowFocusEvent::EVENT_CLASS_CATEGORY ( EventCategory::APPLICATION  )

◆ EVENT_CLASS_TYPE()

WindowFocusEvent::EVENT_CLASS_TYPE ( EventType::WINDOW_FOCUS  )

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