GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public 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::AbstractReadOnlyArbitraryEventsWorker.

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

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from gd::AbstractReadOnlyArbitraryEventsWorker
void StopAnyEventIteration () override
 Abort the iteration on the events.
 
void VisitEventList (const gd::EventsList &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: