GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Protected Member Functions | List of all members
gd::ReadOnlyArbitraryEventsWorker Class Reference

ReadOnlyArbitraryEventsWorker is an abstract class used to browse events (and instructions). It can be used to implement autocompletion for example. More...

#include <ArbitraryEventsWorker.h>

Inherits gd::ReadOnlyEventVisitor.

Inherited by gd::FirstActionExpressionTypeChecker, gd::FirstInstructionTypeChecker, and gd::ReadOnlyArbitraryEventsWorkerWithContext.

Public Member Functions

void Launch (const gd::EventsList &events)
 Launch the worker on the specified events list.
 

Protected Member Functions

void StopAnyEventIteration () override
 Abort the iteration on the events.
 

Detailed Description

ReadOnlyArbitraryEventsWorker is an abstract class used to browse events (and instructions). It can be used to implement autocompletion for example.

See also
gd::ReadOnlyArbitraryEventsWorkerWithContext

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