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

Factory for creating CursorEnterEvent instances. More...

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

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

Public Member Functions

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

Detailed Description

Factory for creating CursorEnterEvent instances.

Definition at line 45 of file cursor_enter_event.hpp.

Member Function Documentation

◆ create()

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

Create a CursorEnterEvent as a base Event pointer.

Returns
Newly created CursorEnterEvent as std::shared_ptr<Event>.

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

Definition at line 34 of file cursor_enter_event.cpp.

◆ createTyped()

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

Create a strongly-typed CursorEnterEvent.

Returns
Newly created CursorEnterEvent as std::shared_ptr<CursorEnterEvent>.

Definition at line 40 of file cursor_enter_event.cpp.


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