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


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