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

Factory for creating HandSqueezeEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating HandSqueezeEvent instances.

Definition at line 43 of file hand_squeeze_event.hpp.

Member Function Documentation

◆ create()

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

Create a HandSqueezeEvent as base Event pointer.

Returns
Newly created HandSqueezeEvent.

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

Definition at line 32 of file hand_squeeze_event.cpp.

◆ createTyped()

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

Create a strongly-typed HandSqueezeEvent.

Returns
Newly created HandSqueezeEvent.

Definition at line 38 of file hand_squeeze_event.cpp.


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