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


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