utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::event::FileDropEvent::Factory Class Reference

Factory for creating FileDropEvent instances. More...

#include <headers/utility/event/file_drop_event.hpp>

Inheritance diagram for utility::event::FileDropEvent::Factory:
Collaboration diagram for utility::event::FileDropEvent::Factory:

Public Member Functions

std::shared_ptr< Eventcreate (void) const override
 Create a FileDropEvent as a base Event pointer.
 
std::shared_ptr< FileDropEventcreateTyped (void) const
 Create a strongly-typed FileDropEvent.
 

Detailed Description

Factory for creating FileDropEvent instances.

Definition at line 47 of file file_drop_event.hpp.

Member Function Documentation

◆ create()

std::shared_ptr< Event > utility::event::FileDropEvent::Factory::create ( void  ) const
overridevirtual

Create a FileDropEvent as a base Event pointer.

Returns
Newly created FileDropEvent as std::shared_ptr<Event>.

Implements utility::event::Event::AbstractFactory.

Definition at line 34 of file file_drop_event.cpp.

◆ createTyped()

std::shared_ptr< FileDropEvent > utility::event::FileDropEvent::Factory::createTyped ( void  ) const

Create a strongly-typed FileDropEvent.

Returns
Newly created FileDropEvent as std::shared_ptr<FileDropEvent>.

Definition at line 40 of file file_drop_event.cpp.


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