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

Factory for creating PalmEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating PalmEvent instances.

Definition at line 41 of file palm_event.hpp.

Member Function Documentation

◆ create()

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

Create a PalmEvent as base Event pointer.

Returns
Newly created PalmEvent.

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

Definition at line 30 of file palm_event.cpp.

◆ createTyped()

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

Create a strongly-typed PalmEvent.

Returns
Newly created PalmEvent.

Definition at line 35 of file palm_event.cpp.


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