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

Factory for creating HandButtonEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating HandButtonEvent instances.

Definition at line 64 of file hand_button_event.hpp.

Member Function Documentation

◆ create()

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

Create a HandButtonEvent as base Event pointer.

Returns
Newly created HandButtonEvent.

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

Definition at line 45 of file hand_button_event.cpp.

◆ createTyped()

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

Create a strongly-typed HandButtonEvent.

Returns
Newly created HandButtonEvent.

Definition at line 51 of file hand_button_event.cpp.


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