GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Visitor of any kind of event. More...
#include <EventVisitor.h>
Inherited by gd::AbstractReadOnlyArbitraryEventsWorker [private]
.
Public Member Functions | |
virtual void | VisitEvent (const gd::BaseEvent &linkEvent)=0 |
virtual void | VisitLinkEvent (const gd::LinkEvent &linkEvent)=0 |
virtual void | StopAnyEventIteration ()=0 |
Abort the iteration on the events. | |
Visitor of any kind of event.
|
pure virtual |
Called to do some work on an event.
Implemented in gd::AbstractReadOnlyArbitraryEventsWorker.
|
pure virtual |
Called to do some work on a link event.
Note that VisitEvent is also called with this event.