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::TextInputEvent::Factory Class Reference

Factory for creating TextInputEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating TextInputEvent instances.

Definition at line 45 of file text_input_event.hpp.

Member Function Documentation

◆ create()

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

Create a TextInputEvent as a base Event pointer.

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

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

Definition at line 30 of file text_input_event.cpp.

◆ createTyped()

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

Create a strongly-typed TextInputEvent.

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

Definition at line 36 of file text_input_event.cpp.


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