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

Factory for creating HandThumbRestEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating HandThumbRestEvent instances.

Definition at line 41 of file hand_thumb_rest_event.hpp.

Member Function Documentation

◆ create()

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

Create a HandThumbRestEvent as base Event pointer.

Returns
Newly created HandThumbRestEvent.

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

Definition at line 30 of file hand_thumb_rest_event.cpp.

◆ createTyped()

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

Create a strongly-typed HandThumbRestEvent.

Returns
Newly created HandThumbRestEvent.

Definition at line 36 of file hand_thumb_rest_event.cpp.


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