VOX
A little voxel engine
Loading...
Searching...
No Matches
Event::AbstractEvent Class Referenceabstract

#include <AbstractEvent.hpp>

Inheritance diagram for Event::AbstractEvent:
Inheritance graph
Collaboration diagram for Event::AbstractEvent:
Collaboration graph

Public Member Functions

 AbstractEvent ()=default
 
virtual ~AbstractEvent ()=default
 
virtual Type getType () const noexcept=0
 

Static Public Member Functions

static Type getStaticType ()
 

Constructor & Destructor Documentation

◆ AbstractEvent()

Event::AbstractEvent::AbstractEvent ( )
default

◆ ~AbstractEvent()

virtual Event::AbstractEvent::~AbstractEvent ( )
virtualdefault

Member Function Documentation

◆ getStaticType()

static Type Event::AbstractEvent::getStaticType ( )
inlinestatic

◆ getType()

virtual Type Event::AbstractEvent::getType ( ) const
pure virtualnoexcept

Implemented in Event::PlayerMoving.


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