|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Factory for creating QuitEvent instances. More...
#include <headers/utility/event/quit_event.hpp>


Public Member Functions | |
| std::shared_ptr< Event > | create (void) const override |
| Create a QuitEvent as a base Event pointer. | |
| std::shared_ptr< QuitEvent > | createTyped (void) const |
| Create a strongly-typed QuitEvent. | |
Factory for creating QuitEvent instances.
Definition at line 43 of file quit_event.hpp.
|
overridevirtual |
Create a QuitEvent as a base Event pointer.
Implements utility::event::Event::AbstractFactory.
Definition at line 30 of file quit_event.cpp.
| std::shared_ptr< QuitEvent > utility::event::QuitEvent::Factory::createTyped | ( | void | ) | const |
Create a strongly-typed QuitEvent.
Definition at line 35 of file quit_event.cpp.