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

#include <ApplicationEvent.hpp>

Inheritance diagram for WindowMaximizedEvent:
Event

Public Member Functions

 WindowMaximizedEvent (const bool maximized)
 
bool IsMaximized () const noexcept
 
std::string ToString () const override
 
 EVENT_CLASS_TYPE (EventType::WINDOW_MAXIMIZED)
 
 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
 
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 maximized Event

Definition at line 86 of file ApplicationEvent.hpp.

Constructor & Destructor Documentation

◆ WindowMaximizedEvent()

WindowMaximizedEvent::WindowMaximizedEvent ( const bool  maximized)
inlineexplicit

Definition at line 88 of file ApplicationEvent.hpp.

Member Function Documentation

◆ EVENT_CLASS_CATEGORY()

WindowMaximizedEvent::EVENT_CLASS_CATEGORY ( EventCategory::APPLICATION  )

◆ EVENT_CLASS_TYPE()

WindowMaximizedEvent::EVENT_CLASS_TYPE ( EventType::WINDOW_MAXIMIZED  )

◆ IsMaximized()

bool WindowMaximizedEvent::IsMaximized ( ) const
inlinenoexcept

Definition at line 91 of file ApplicationEvent.hpp.

◆ ToString()

std::string WindowMaximizedEvent::ToString ( ) const
inlineoverridevirtual

Reimplemented from Event.

Definition at line 93 of file ApplicationEvent.hpp.


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