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

Factory for creating TextEditingEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating TextEditingEvent instances.

Definition at line 47 of file text_editing_event.hpp.

Member Function Documentation

◆ create()

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

Create a TextEditingEvent as a base Event pointer.

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

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

Definition at line 30 of file text_editing_event.cpp.

◆ createTyped()

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

Create a strongly-typed TextEditingEvent.

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

Definition at line 36 of file text_editing_event.cpp.


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