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

Factory for creating HandHapticEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating HandHapticEvent instances.

Definition at line 52 of file hand_haptic_event.hpp.

Member Function Documentation

◆ create()

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

Create a HandHapticEvent as base Event pointer.

Returns
Newly created HandHapticEvent.

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

Definition at line 34 of file hand_haptic_event.cpp.

◆ createTyped()

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

Create a strongly-typed HandHapticEvent.

Returns
Newly created HandHapticEvent.

Definition at line 40 of file hand_haptic_event.cpp.


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